PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@1.0.0-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication
description: 'This profile sets minimum expectations for a Medication resource to record, search, and fetch medications associated with a patient. It is based on the [AU Base Medication](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-medication.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Medication when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context. \n\nIn AU Core a Medication resource is used within the context of a referencing resource: MedicationAdministration, MedicationDispense, MedicationRequest, or MedicationStatement resource.'
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCoreMedication
type: Medication
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            pbs:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org.au/ValueSet/pbs-item'}
                mustSupport: true
                index: 2
            amt:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/australian-medication-1'}
                mustSupport: true
                index: 3
package_version: 1.0.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication
base: http://hl7.org.au/fhir/StructureDefinition/au-medication
version: 1.0.0-preview
required: [code]