PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@1.1.0-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement
description: This profile sets minimum expectations for a MedicationStatement resource to record, search, and fetch summary statements of medication use associated with a patient. It is based on the [AU Base Medication Statement](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-medicationstatement.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the MedicationStatement 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: AUCoreMedicationStatement
type: MedicationStatement
elements:
  dosage: {mustSupport: true, index: 18}
  medication[x]:
    elements:
      coding:
        index: 6
        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: 7
            amt:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/australian-medication-1'}
                mustSupport: true
                index: 8
  reasonCode: {mustSupport: true, index: 16}
  medicationCodeableConcept:
    type: CodeableConcept
    choiceOf: medication
    index: 5
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: medication, index: 5}
  status: {mustSupport: true, index: 0}
  effective:
    mustSupport: true
    choices: []
    index: 14
  dateAsserted: {mustSupport: true, index: 15}
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication']
    index: 11
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            choiceOf: medication
            refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication']
            index: 11
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 12
  medication:
    choices: [medicationReference]
    index: 10
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            choices: [medicationReference]
            index: 10
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-diagnosticreport', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition', 'http://hl7.org/fhir/StructureDefinition/Observation']
    index: 17
package_version: 1.1.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement
base: http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement
version: 1.1.0-preview
required: [subject]