PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@1.0.0-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization
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: $this, type: pattern}
          min: null
          slices:
            amtVaccineCode:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/amt-vaccine-1'}
                mustSupport: true
                index: 3
              max: 1
            airVaccineCode:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1'}
                mustSupport: true
                index: 4
              max: 1
  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: 1.0.0-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: 1.0.0-preview