PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-patient
description: This profile defines a patient structure that localises core concepts, including identifiers and terminology, for use in an Australian context. The purpose of this profile is to provide national level agreement on core localised concepts. This profile does not force conformance to core localised concepts. It enables implementers and modellers to make their own rules, i.e. [profiling](http://hl7.org/fhir/profiling.html), about how to support these concepts for specific implementation needs.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBasePatient
type: Patient
elements:
  address: {type: Address, short: An address for the individual, index: 26}
  deceasedDateTime:
    type: dateTime
    short: Deceased date time
    choiceOf: deceased
    index: 23
    slicing:
      slices:
        deceasedDateTime:
          match: {}
          schema: {type: dateTime, short: Deceased date time, choiceOf: deceased, index: 23}
  deceasedBoolean:
    type: boolean
    short: Deceased indicator
    choiceOf: deceased
    index: 20
    slicing:
      slices:
        deceasedBoolean:
          match: {}
          schema: {type: boolean, short: Deceased indicator, choiceOf: deceased, index: 20}
  birthDate:
    short: Date of birth extended for time and accuracy indicator
    index: 12
    extensions:
      accuracyIndicator: {url: 'http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator', type: Extension, short: Birth date accuracy indicator, index: 14}
      birthTime: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthTime', type: Extension, short: Birth time, index: 15}
    elements:
      extension:
        index: 13
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            accuracyIndicator:
              match: {url: null}
              schema: {type: Extension, short: Birth date accuracy indicator, url: 'http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator', index: 14}
            birthTime:
              match: {url: null}
              schema: {type: Extension, short: Birth time, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthTime', index: 15}
  deceased:
    short: Deceased date time
    choices: [deceasedDateTime]
    index: 22
    slicing:
      slices:
        deceasedDateTime:
          match: {}
          schema:
            short: Deceased date time
            choices: [deceasedDateTime]
            index: 22
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        dateOfArrival:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org.au/fhir/StructureDefinition/date-of-arrival', index: 7}
        closingTheGapRegistration:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration', index: 4}
        mothersMaidenName:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName', index: 5}
        interpreterRequired:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired', index: 6}
        individualPronouns:
          match: {url: null}
          schema: {type: Extension, short: Pronouns shall be a member of the Australian Pronouns value set if any codes within that value set can apply, url: 'http://hl7.org/fhir/StructureDefinition/individual-pronouns', index: 9}
        indigenousStatus:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org.au/fhir/StructureDefinition/indigenous-status', index: 2}
        recordedSexOrGender:
          match: {url: null}
          schema: {type: Extension, short: Recorded sex or gender type shall be a member of the AU Recorded Sex or Gender Type value set if any codes within that value set can apply. Recorded sex or gender source document type shall be a member of the AU Recorded Sex or Gender (RSG) Source Document Type value set if any codes within that value set can apply. Recorded sex or gender jurisdiction shall be a member of the Jurisdiction - ValueSet AU Extended value set if any codes within that value set can apply, url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', index: 10}
        birthPlace:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', index: 1}
        genderIdentity:
          match: {url: null}
          schema: {type: Extension, short: Gender identity shall be a member of the Gender Identity Response value set if any codes within that value set can apply, url: 'http://hl7.org/fhir/StructureDefinition/individual-genderIdentity', index: 8}
        veteranStatus:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org.au/fhir/StructureDefinition/veteran-status', index: 3}
  deceased[x]:
    extensions:
      accuracyIndicator: {url: 'http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator', type: Extension, short: Deceased date accuracy indicator, index: 25}
    elements:
      extension:
        index: 24
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            accuracyIndicator:
              match: {url: null}
              schema: {type: Extension, short: Deceased date accuracy indicator, url: 'http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator', index: 25}
  link: {short: Link to a Patient or RelatedPerson resource that concerns the same actual person, index: 30}
  communication:
    elements:
      language:
        binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/common-languages-australia-2'}
        index: 29
  identifier: {type: Identifier, short: Identifies this patient across multiple systems, index: 11}
  contact:
    elements:
      relationship:
        binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/contact-relationship-type-3'}
        index: 27
      address: {type: Address, short: Address for the contact person, index: 28}
package_version: 4.2.2-preview
extensions:
  dateOfArrival: {url: 'http://hl7.org.au/fhir/StructureDefinition/date-of-arrival', type: Extension, index: 7}
  closingTheGapRegistration: {url: 'http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration', type: Extension, index: 4}
  mothersMaidenName: {url: 'http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName', type: Extension, index: 5}
  interpreterRequired: {url: 'http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired', type: Extension, index: 6}
  individualPronouns: {url: 'http://hl7.org/fhir/StructureDefinition/individual-pronouns', type: Extension, short: Pronouns shall be a member of the Australian Pronouns value set if any codes within that value set can apply, index: 9}
  indigenousStatus: {url: 'http://hl7.org.au/fhir/StructureDefinition/indigenous-status', type: Extension, index: 2}
  recordedSexOrGender: {url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', type: Extension, short: Recorded sex or gender type shall be a member of the AU Recorded Sex or Gender Type value set if any codes within that value set can apply. Recorded sex or gender source document type shall be a member of the AU Recorded Sex or Gender (RSG) Source Document Type value set if any codes within that value set can apply. Recorded sex or gender jurisdiction shall be a member of the Jurisdiction - ValueSet AU Extended value set if any codes within that value set can apply, index: 10}
  birthPlace: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', type: Extension, index: 1}
  genderIdentity: {url: 'http://hl7.org/fhir/StructureDefinition/individual-genderIdentity', type: Extension, short: Gender identity shall be a member of the Gender Identity Response value set if any codes within that value set can apply, index: 8}
  veteranStatus: {url: 'http://hl7.org.au/fhir/StructureDefinition/veteran-status', type: Extension, index: 3}
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 4.2.2-preview