PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.10.0-alpha1.0.3
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Patient
description: The Patient resources contain demographics about the individual who is the subject of the surgical case.
package_name: rs/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: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/GenderIdentity'}
                    mustSupport: true
                    index: 6
                    elements:
                      system: {mustSupport: true, index: 7}
                      code:
                        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/GenderIdentity'}
                        mustSupport: true
                        index: 8
                      display: {mustSupport: true, index: 9}
                    required: [code, system]
                required: [coding]
        indigenousIdentity:
          match: {}
          schema: {type: Extension, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-indigenousidentity', index: 10}
        race:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race', index: 11}
  identifier:
    short: Health Card Number and Medical Record Number
    mustSupport: true
    array: true
    max: 2
    index: 12
    elements:
      type:
        elements:
          coding:
            elements:
              system: {index: 13}
              code: {index: 14}
            required: [code, system]
      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:
              coding:
              - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            index: 17
            elements:
              type:
                short: Medical Record Number
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                type: CodeableConcept
                index: 18
                elements:
                  coding:
                    mustSupport: true
                    index: 19
                    elements:
                      system: {mustSupport: true, index: 20}
                      code: {mustSupport: true, index: 21}
        JHN:
          match:
            type:
              coding:
              - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            index: 22
            extensions:
              versionCode:
                url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                type: Extension
                isModifier: false
                mustSupport: true
                index: 23
                elements:
                  value:
                    mustSupport: true
                    choices: []
                    index: 25
            elements:
              extension:
                type: Extension
                isModifier: false
                mustSupport: true
                url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                index: 23
                slicing:
                  slices:
                    versionCode:
                      match: {}
                      schema:
                        type: Extension
                        isModifier: false
                        mustSupport: true
                        url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                        index: 23
                        elements:
                          value:
                            mustSupport: true
                            choices: []
                            index: 25
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                type: CodeableConcept
                index: 26
                elements:
                  coding:
                    mustSupport: true
                    index: 27
                    elements:
                      system: {mustSupport: true, index: 28}
                      code: {mustSupport: true, index: 29}
              system: {mustSupport: true, index: 30}
              value: {mustSupport: true, index: 31}
  name:
    mustSupport: true
    index: 32
    elements:
      family: {short: Patient Last name, mustSupport: true, index: 33}
      given: {short: Patient First and Patient Middle names, mustSupport: true, index: 34}
    required: [family, given]
  gender: {mustSupport: true, index: 35}
  birthDate: {mustSupport: true, index: 36}
  address:
    mustSupport: true
    index: 37
    elements:
      use: {mustSupport: true, index: 38}
      type: {mustSupport: true, index: 39}
      text: {short: Patient Address, mustSupport: true, index: 40}
      line: {short: Patient Address, mustSupport: true, index: 41}
      city: {short: Patient Address, mustSupport: true, index: 42}
      state: {short: Patient Address, mustSupport: true, index: 43}
      postalCode: {short: Patient Postal Code, mustSupport: true, index: 44}
      country: {mustSupport: true, index: 45}
package_version: seris-0.10.0-alpha1.0.3
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: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/GenderIdentity'}
            mustSupport: true
            index: 6
            elements:
              system: {mustSupport: true, index: 7}
              code:
                binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/GenderIdentity'}
                mustSupport: true
                index: 8
              display: {mustSupport: true, index: 9}
            required: [code, system]
        required: [coding]
  indigenousIdentity: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-indigenousidentity', type: Extension, index: 10}
  race: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race', type: Extension, isModifier: false, index: 11}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [birthDate, extension, gender, meta, name]