PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@setp-0.9.0-alpha1.0.8
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient
description: The Patient resources contain demographics about the individual who is the subject of the surgical case.
package_name: ca.on.oh
derivation: constraint
name: Patient
type: Patient
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  extension:
    index: 2
    slicing:
      slices:
        genderIdentity:
          match: {}
          schema:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/patient-genderIdentity
            index: 3
            elements:
              value:
                mustSupport: true
                choices: []
                index: 5
              value[x]:
                elements:
                  coding:
                    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/gender-identity'}
                    mustSupport: true
                    index: 6
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://hl7.org/fhir/gender-identity'}
                        mustSupport: true
                        index: 7
                      code:
                        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/gender-identity'}
                        mustSupport: true
                        index: 8
                      display: {mustSupport: true, index: 9}
                    required: [system, code]
                required: [coding]
        indigenousIdentity:
          match: {}
          schema:
            type: Extension
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-indigenousidentity
            index: 10
            elements:
              value[x]:
                elements:
                  coding: {index: 11}
        race:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-race
            index: 12
            elements:
              value[x]:
                elements:
                  coding: {index: 13}
  identifier:
    short: Health Card Number and Medical Record Number
    mustSupport: true
    array: true
    max: 2
    index: 14
    elements:
      system: {mustSupport: true, index: 15}
      value: {mustSupport: true, index: 16}
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      max: 2
      slices:
        MRN:
          match: {type: null}
          schema:
            mustSupport: true
            index: 17
            elements:
              system: {mustSupport: true, index: 18}
              value: {mustSupport: true, index: 19}
        HCN:
          match: {type: null}
          schema:
            mustSupport: true
            index: 20
            extensions:
              versionCode:
                url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-health-card-version-code
                type: Extension
                isModifier: false
                mustSupport: true
                index: 21
                elements:
                  value:
                    mustSupport: true
                    choices: []
                    index: 23
            elements:
              extension:
                type: Extension
                isModifier: false
                mustSupport: true
                url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-health-card-version-code
                index: 21
                slicing:
                  slices:
                    versionCode:
                      match: {}
                      schema:
                        type: Extension
                        isModifier: false
                        mustSupport: true
                        url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-health-card-version-code
                        index: 21
                        elements:
                          value:
                            mustSupport: true
                            choices: []
                            index: 23
              system: {mustSupport: true, index: 24}
              value: {mustSupport: true, index: 25}
            required: [value, system]
  name:
    mustSupport: true
    index: 26
    elements:
      family: {short: Patient Last name, mustSupport: true, index: 27}
      given: {short: Patient First and Patient Middle names, mustSupport: true, index: 28}
    required: [given, family]
  birthDate: {mustSupport: true, index: 29}
  address:
    mustSupport: true
    index: 30
    elements:
      text: {short: Patient Address, mustSupport: true, index: 31}
      line: {short: Patient Address, index: 32}
      city: {short: Patient Address, index: 33}
      state: {short: Patient Address, index: 34}
      postalCode: {short: Patient Postal Code, mustSupport: true, index: 35}
package_version: setp-0.9.0-alpha1.0.8
extensions:
  genderIdentity:
    url: http://hl7.org/fhir/StructureDefinition/patient-genderIdentity
    type: Extension
    mustSupport: true
    index: 3
    elements:
      value:
        mustSupport: true
        choices: []
        index: 5
      value[x]:
        elements:
          coding:
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/gender-identity'}
            mustSupport: true
            index: 6
            elements:
              system:
                pattern: {type: Uri, value: 'http://hl7.org/fhir/gender-identity'}
                mustSupport: true
                index: 7
              code:
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/gender-identity'}
                mustSupport: true
                index: 8
              display: {mustSupport: true, index: 9}
            required: [system, code]
        required: [coding]
  indigenousIdentity:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-indigenousidentity
    type: Extension
    index: 10
    elements:
      value[x]:
        elements:
          coding: {index: 11}
  race:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-race
    type: Extension
    isModifier: false
    index: 12
    elements:
      value[x]:
        elements:
          coding: {index: 13}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.9.0
required: [name, extension, birthDate, meta]