PackagesCanonicalsLogsProblems
    Packages
    OntarioContextManagement.core@0.1.0
    http://ehealthontario.on.ca/fhir/StructureDefinition/ca-on-cms-profile-Patient
description: The elements marked as MustSupport ('S' in a red box) must be supported if the data is present in the sending system. Please ://www.hl7.org/fhir/conformance-rules.html#mustSupport\" target=\"blank\">click here  for the details.
package_name: OntarioContextManagement.core
derivation: constraint
name: CMSPatient
type: Patient
elements:
  address:
    mustSupport: true
    index: 18
    elements:
      use: {mustSupport: true, index: 19}
      type: {mustSupport: true, index: 20}
      line: {mustSupport: true, index: 21}
      city: {mustSupport: true, index: 22}
      state: {mustSupport: true, index: 23}
      postalCode: {mustSupport: true, index: 24}
      country: {mustSupport: true, index: 25}
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  name:
    mustSupport: true
    index: 8
    elements:
      family: {mustSupport: true, index: 9}
      given: {mustSupport: true, index: 10}
    required: [given, family]
  birthDate: {mustSupport: true, index: 15}
  deceased:
    mustSupport: false
    choices: []
    index: 17
  photo: {index: 26}
  identifier:
    mustSupport: true
    index: 2
    extensions:
      HCN-version-code: {url: 'http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code', type: Extension, mustSupport: true, index: 4}
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', type: Extension, mustSupport: true, index: 5}
    elements:
      extension:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            HCN-version-code:
              match: {url: null}
              schema: {type: Extension, mustSupport: true, url: 'http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code', index: 4}
            data-absent-reason:
              match: {url: null}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 5}
      system: {mustSupport: true, index: 6}
      value: {mustSupport: true, index: 7}
  telecom:
    mustSupport: true
    index: 11
    elements:
      system: {mustSupport: true, index: 12}
      value: {mustSupport: true, index: 13}
    required: [value, system]
  gender: {mustSupport: true, index: 14}
package_version: 0.1.0
class: profile
kind: resource
url: http://ehealthontario.on.ca/fhir/StructureDefinition/ca-on-cms-profile-Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [gender, name, identifier, birthDate, meta]