PackagesCanonicalsLogsProblems
    Packages
    OntarioContextManagement.core@0.1.0
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Parameters
description: Please see ://simplifier.net/guide/OntarioContextManagement/ConformanceRules\" target=\"_blank\">Conformance Rules  for the expected behavior of MustSupport.
package_name: OntarioContextManagement.core
derivation: constraint
name: CMSParameters
type: Parameters
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  parameter:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: name, type: value}
      min: null
      slices:
        consentTarget:
          match: {name: consentTarget}
          schema:
            mustSupport: true
            index: 3
            elements:
              name:
                pattern: {type: String, value: consentTarget}
                index: 4
              value:
                short: Value of the consentTarget is of type 'string'
                mustSupport: true
                choices: [valueString]
                index: 6
              valueString: {type: string, short: Value of the consentTarget is of type 'string', mustSupport: true, choiceOf: value, index: 7}
              part: {index: 8}
        appLanguage:
          match: {name: appLanguage}
          schema:
            mustSupport: true
            index: 9
            elements:
              name:
                pattern: {type: String, value: appLanguage}
                mustSupport: true
                index: 10
              value:
                short: The value of appLanguage is of type 'coding'
                mustSupport: true
                choices: [valueCoding]
                index: 12
              valueCoding: {type: Coding, short: The value of appLanguage is of type 'coding', mustSupport: true, choiceOf: value, index: 13}
              value[x]:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
                    mustSupport: true
                    index: 14
                  code: {mustSupport: true, index: 15}
                  display: {mustSupport: true, index: 16}
              part: {index: 17}
        contextSessionId:
          match: {name: contextSessionId}
          schema:
            mustSupport: true
            index: 18
            elements:
              name:
                pattern: {type: String, value: contextSessionId}
                mustSupport: true
                index: 19
              value:
                short: The value of contextSessionId is of type 'id'
                mustSupport: true
                choices: [valueId]
                index: 21
              valueId: {type: id, short: The value of contextSessionId is of type 'id', mustSupport: true, choiceOf: value, index: 22}
              part: {index: 23}
package_version: 0.1.0
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Parameters
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 0.1.0
required: [meta]