{
"description": "Please see Conformance Rules for the expected behavior of MustSupport.",
"_filename": "CMSParametersConsumer.json",
"package_name": "ca.on.oh-cms-ig",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "CMSParametersConsumer",
"abstract": false,
"type": "Parameters",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "1.0.1-alpha1.0.6",
"status": "draft",
"id": "8031db19-513c-494a-8e6f-efe666cc7753",
"kind": "resource",
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Parameters-Consumer",
"version": "0.1.0",
"differential": {
"element": [ {
"id": "Parameters.meta",
"min": 1,
"path": "Parameters.meta",
"mustSupport": true
}, {
"id": "Parameters.meta.profile",
"min": 1,
"path": "Parameters.meta.profile",
"comment": "#### **_` FOR CMS USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Parameters-Consumer|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"mustSupport": true
}, {
"id": "Parameters.parameter",
"path": "Parameters.parameter",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "name",
"type": "value"
} ]
}
}, {
"id": "Parameters.parameter:appLanguage",
"max": "1",
"path": "Parameters.parameter",
"sliceName": "appLanguage",
"definition": "#### **_` appLanguage specifies the launguage supported by the lauching app. CMS supports English & French. `_**\r\n\r\nCanonical URL: http://ehealthontario.ca/fhir/ValueSet/human-language ",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.name",
"path": "Parameters.parameter.name",
"fixedString": "appLanguage",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.value[x]",
"path": "Parameters.parameter.value[x]",
"type": [ {
"code": "Coding"
} ],
"short": "The value of appLanguage is of type 'coding'",
"binding": {
"strength": "required",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
},
"comment": "appLanguage indicates the languages supported by an EMR app.",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.value[x].system",
"path": "Parameters.parameter.value[x].system",
"fixedUri": "urn:ietf:bcp:47",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.value[x].code",
"path": "Parameters.parameter.value[x].code",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.value[x].display",
"path": "Parameters.parameter.value[x].display",
"mustSupport": true
}, {
"id": "Parameters.parameter:appLanguage.part",
"max": "1",
"path": "Parameters.parameter.part"
}, {
"id": "Parameters.parameter:contextSessionId",
"max": "1",
"path": "Parameters.parameter",
"comment": "contextSessionId is to support backward compatibility of the legacy CMS \r\nIf not populated by EMRs, the backend should auto populate contextSessionId from OAuth token.",
"sliceName": "contextSessionId",
"mustSupport": true
}, {
"id": "Parameters.parameter:contextSessionId.name",
"path": "Parameters.parameter.name",
"fixedString": "contextSessionId",
"mustSupport": true
}, {
"id": "Parameters.parameter:contextSessionId.value[x]",
"path": "Parameters.parameter.value[x]",
"type": [ {
"code": "id"
} ],
"short": "The value of contextSessionId is of type 'id'",
"comment": "contextSessionId is auto populated from the OAuth token",
"mustSupport": true
}, {
"id": "Parameters.parameter:contextSessionId.part",
"max": "1",
"path": "Parameters.parameter.part"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters"
}