description: This profile sets minimum expectations for a Patient resource to record, search, and fetch basic demographics and other administrative information about an individual patient. It is based on the [AU Base Patient](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-patient.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Patient when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context. package_name: hl7.fhir.au.core derivation: constraint name: AUCorePatient type: Patient elements: extension: mustSupport: true index: 0 slicing: slices: indigenousStatus: match: {} schema: {mustSupport: true, index: 0} genderIdentity: match: {} schema: {short: Gender identity shall be a member of the Gender Identity Response value set if any codes within that value set can apply, mustSupport: true, index: 1} individualPronouns: match: {} schema: {short: Pronouns shall be a member of the Australian Pronouns value set if any codes within that value set can apply, mustSupport: true, index: 2} recordedSexOrGender: match: {} schema: {index: 3} identifier: mustSupport: true index: 4 slicing: rules: open discriminator: - {path: type, type: pattern} min: 1 slices: ihi: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 5} max: 1 medicare: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 6} dva: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 7} max: 1 name: constraint: au-core-pat-03: {human: 'At least text, family name, or given name shall be present, or if neither is available, the Data Absent Reason extension shall be present', source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', severity: error, expression: '(text.exists() or family.exists() or given.exists()) xor extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').exists()'} mustSupport: true index: 8 elements: use: {mustSupport: true, index: 9} text: {mustSupport: true, index: 10} family: {mustSupport: true, index: 11} given: {mustSupport: true, index: 12} telecom: mustSupport: true index: 13 elements: system: {mustSupport: true, index: 14} value: {mustSupport: true, index: 15} use: {mustSupport: true, index: 16} gender: {mustSupport: true, index: 17} birthDate: {mustSupport: true, index: 18} address: {mustSupport: true, index: 19} communication: mustSupport: true index: 20 elements: language: {mustSupport: true, index: 21} preferred: {mustSupport: true, index: 22} package_version: 2.0.0-preview extensions: indigenousStatus: {url: null, mustSupport: true, index: 0} genderIdentity: {url: null, short: Gender identity shall be a member of the Gender Identity Response value set if any codes within that value set can apply, mustSupport: true, index: 1} individualPronouns: {url: null, short: Pronouns shall be a member of the Australian Pronouns value set if any codes within that value set can apply, mustSupport: true, index: 2} recordedSexOrGender: {url: null, index: 3} class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient base: http://hl7.org.au/fhir/StructureDefinition/au-patient version: 2.0.0-preview required: [gender, name, identifier, birthDate]