PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-dhdr@4.0.2-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Patient-dispense
description: Demographics and other administrative information about an individual receiving care or other health-related services.
package_name: ca.on.oh-dhdr
derivation: constraint
name: Patient
type: Patient
elements:
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        IdentifierOntarioHCN:
          match: {system: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn'}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn'}
                mustSupport: true
                index: 3
              value: {mustSupport: true, index: 4}
            required: [value, system]
        IdentifierOtherID:
          match: {system: null}
          schema:
            mustSupport: true
            index: 5
            elements:
              system: {mustSupport: true, index: 6}
              value: {mustSupport: true, index: 7}
            required: [value, system]
  name:
    mustSupport: true
    index: 8
    elements:
      family: {mustSupport: true, index: 9}
      given: {mustSupport: true, array: true, max: 2, index: 10}
  gender:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.0'}
    mustSupport: true
    index: 11
  birthDate: {mustSupport: true, index: 12}
package_version: 4.0.2-alpha1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Patient-dispense
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [identifier]