PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-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: AUMedication
type: Medication
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            pbs:
              match: {system: null}
              schema: {mustSupport: true, index: 2}
            amt:
              match: {system: null}
              schema: {mustSupport: true, index: 3}
  manufacturer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 4
  form: {mustSupport: true, index: 5}
  amount: {mustSupport: true, index: 6}
  ingredient:
    mustSupport: true
    index: 7
    elements:
      item:
        mustSupport: true
        choices: [itemCodeableConcept, itemReference]
        index: 9
      itemCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: item, index: 10}
      itemReference:
        type: Reference
        mustSupport: true
        choiceOf: item
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-substance']
        index: 11
      isActive: {mustSupport: true, index: 12}
      strength: {mustSupport: true, index: 13}
package_version: 0.2.2-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: 0.2.2-preview
required: [code]