PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.9.0-alpha1.0.1
    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:
                        pattern: {type: uri, value: 'http://snomed.info/sct'}
                        mustSupport: true
                        type: uri
                        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
            elements:
              url:
                pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-indigenousidentity'}
                type: uri
                index: 11
        race:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race
            index: 12
            elements:
              url:
                pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race'}
                type: uri
                index: 13
  identifier:
    short: Health Card Number and Medical Record Number
    mustSupport: true
    array: true
    max: 2
    index: 14
    elements:
      type:
        elements:
          coding:
            elements:
              system: {index: 15}
              code: {index: 16}
            required: [code, system]
      system: {mustSupport: true, index: 17}
      value: {mustSupport: true, index: 18}
    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: 19
            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: 20
                elements:
                  coding:
                    mustSupport: true
                    index: 21
                    elements:
                      system: {mustSupport: true, index: 22}
                      code: {mustSupport: true, index: 23}
        JHN:
          match:
            type:
              coding:
              - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            index: 24
            extensions:
              versionCode:
                url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                type: Extension
                isModifier: false
                mustSupport: true
                index: 25
                elements:
                  url:
                    pattern: {type: uri, value: 'http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion'}
                    type: uri
                    index: 26
                  value:
                    mustSupport: true
                    choices: []
                    index: 28
            elements:
              extension:
                type: Extension
                isModifier: false
                mustSupport: true
                url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                index: 25
                slicing:
                  slices:
                    versionCode:
                      match: {}
                      schema:
                        type: Extension
                        isModifier: false
                        mustSupport: true
                        url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
                        index: 25
                        elements:
                          url:
                            pattern: {type: uri, value: 'http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion'}
                            type: uri
                            index: 26
                          value:
                            mustSupport: true
                            choices: []
                            index: 28
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                type: CodeableConcept
                index: 29
                elements:
                  coding:
                    mustSupport: true
                    index: 30
                    elements:
                      system: {mustSupport: true, index: 31}
                      code: {mustSupport: true, index: 32}
              system: {mustSupport: true, index: 33}
              value: {mustSupport: true, index: 34}
  name:
    mustSupport: true
    index: 35
    elements:
      family: {short: Patient Last name, mustSupport: true, index: 36}
      given: {short: Patient First and Patient Middle names, mustSupport: true, index: 37}
    required: [family, given]
  gender: {mustSupport: true, index: 38}
  birthDate: {mustSupport: true, index: 39}
  address:
    mustSupport: true
    index: 40
    elements:
      text: {short: Patient Address, mustSupport: true, index: 41}
      line: {short: Patient Address, index: 42}
      city: {short: Patient Address, index: 43}
      state: {short: Patient Address, index: 44}
      postalCode: {short: Patient Postal Code, mustSupport: true, index: 45}
package_version: seris-0.9.0-alpha1.0.1
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:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                mustSupport: true
                type: uri
                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
    elements:
      url:
        pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-indigenousidentity'}
        type: uri
        index: 11
  race:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race
    type: Extension
    isModifier: false
    index: 12
    elements:
      url:
        pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-race'}
        type: uri
        index: 13
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]