description: This profile sets minimum expectations for an Immunization resource to record, search, and fetch immunisation history associated with a patient. It is based on the [AU Base Immunisation](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-immunization.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Immunization resource 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: AUCoreImmunization type: Immunization elements: status: {mustSupport: true, index: 0} vaccineCode: mustSupport: true index: 1 elements: coding: index: 2 slicing: rules: open ordered: false discriminator: - {path: system, type: value} min: null slices: amtVaccineCode: match: {system: null} schema: {mustSupport: true, index: 3} airVaccineCode: match: {system: null} schema: {mustSupport: true, index: 4} patient: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 5 occurrence: mustSupport: true choices: [] index: 7 primarySource: {mustSupport: true, index: 8} note: {mustSupport: true, index: 9} package_version: 0.4.1-preview class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization base: http://hl7.org.au/fhir/StructureDefinition/au-immunization version: 0.4.1-preview