PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@cms-1.0.2-alpha1.0.2
    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: ca.on.oh
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:
    constraint:
      ele-2: {human: SHALL atleast contain a family name or text, severity: error, expression: family.exist() or text.exist()}
    mustSupport: true
    index: 7
    elements:
      text: {mustSupport: true, index: 8}
      family: {mustSupport: true, index: 9}
      given: {mustSupport: true, index: 10}
  birthDate: {mustSupport: true, index: 15}
  deceased:
    mustSupport: false
    choices: []
    index: 17
  photo: {index: 26}
  identifier:
    mustSupport: true
    index: 2
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', type: Extension, mustSupport: true, index: 3}
      hCNVersionCode: {url: 'http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code', max: 1, type: Extension, isModifier: false, mustSupport: true, index: 4}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 3
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 3}
            hCNVersionCode:
              match: {}
              schema: {type: Extension, isModifier: false, mustSupport: true, url: 'http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code', index: 4}
              max: 1
      system: {mustSupport: true, index: 5}
      value: {mustSupport: true, index: 6}
  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: cms-1.0.2-alpha1.0.2
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]