Helix AU Core
0.1.0 - ci-build

Helix AU Core - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Helix AU Core MedicationStatement

Official URL: http://medicaldirector.com/fhir/helix-au-core/StructureDefinition/HelixAUCoreMedicationStatement Version: 0.1.0
Draft as of 2025-12-09 Computable Name: HelixAUCoreMedicationStatement

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:longTerm 0..1 boolean Medication Long Term Indicator
URL: http://hl7.org.au/fhir/StructureDefinition/medication-long-term
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:authoring-key SΣ 1..1 HelixBaseAuthoringKey External identifier
... basedOn SΣ 0..* Reference(AU Core MedicationRequest | AU Core Care Plan | AU Core ServiceRequest) Fulfils plan, proposal or order
... status ?!SΣ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
... statusReason S 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.
... category SΣ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... Slices for medication[x] SΣ 1..1 Medication Detail
Slice: Unordered, Closed by type:$this
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... medicationCodeableConcept CodeableConcept
.... medicationReference Reference(Medication)
.... medication[x]:medicationCodeableConcept Σ 0..1 CodeableConcept Coded Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
..... Slices for coding Σ 0..* Coding Medication Codes
Slice: Unordered, Open by value:system
...... coding:gtin Σ 0..* Coding Medication Package Global Trade Item Number (GTIN)
Binding: GTIN (preferred)
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.gs1.org/gtin
...... coding:mimsPackage Σ 0..1 Coding MIMS Package
Binding: MIMS (preferred)
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.mims.com.au/codes
...... coding:md-generic Σ 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand Σ 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)
.... medication[x]:medicationReference Σ 0..1 Reference(AU Core Medication) Medication Reference
... subject SΣ 1..1 Reference(AU Core Patient) Who is/was taking the medication
... context SΣ 0..1 Reference(AU Core Encounter) Encounter / Episode associated with MedicationStatement
... effective[x] SΣ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
... dateAsserted SΣ 0..1 dateTime When the statement was asserted?
... informationSource S 0..1 Reference(AU Core Patient | AU Core Practitioner | AU Core PractitionerRole | AU Core RelatedPerson) Person or organization that provided the information about the taking of this medication
... reasonCode S 0..* CodeableConcept Reason for why the medication is being/was taken
Binding: https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 (preferred)
... note S 0..* Annotation Further information about the statement
... dosage SC 0..* AUBaseDosage Dosage information in an Australian healthcare context
Constraints: au-core-mst-03

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​status Base required Medication status codes 📍4.0.1 FHIR Std.
MedicationStatement.​statusReason Base example SNOMED CT Drug Therapy Status codes 📦4.0.1 FHIR Std.
MedicationStatement.​category Base preferred Medication usage category codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x] Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:gtin Base preferred GTIN 📦3.0.0 THO v7.0
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:mimsPackage Base preferred MIMS 📦4.1.0 AU Base Implementation Guide v4.1
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown
MedicationStatement.​reasonCode Base preferred https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 Not State Unknown

Constraints

Id Grade Path(s) Description Expression
au-core-mst-03 error MedicationStatement.dosage If present, the dosage shall at least have text or patient instructions text.exists() or patientInstruction.exists()
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AUCoreMedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... Slices for identifier S 1..* Identifier External identifier
Slice: Unordered, Open by pattern:type
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey External identifier
... Slices for medication[x] Content/Rules for all slices
.... medication[x]:medicationCodeableConcept 0..1 CodeableConcept Coded Medication
..... Slices for coding Content/Rules for all slices
...... coding:pbs 0..0 PBS Item Code
...... coding:amt 0..0 AMT Medicines
...... coding:md-generic 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:longTerm 0..1 boolean Medication Long Term Indicator
URL: http://hl7.org.au/fhir/StructureDefinition/medication-long-term
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier External identifier
Slice: Unordered, Open by pattern:type
.... identifier:authoring-key SΣ 1..1 HelixBaseAuthoringKey External identifier
... basedOn SΣ 0..* Reference(AU Core MedicationRequest | AU Core Care Plan | AU Core ServiceRequest) Fulfils plan, proposal or order
... partOf Σ 0..* Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation) Part of referenced event
... status ?!SΣ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
... statusReason S 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.
... category SΣ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... Slices for medication[x] SΣ 1..1 Medication Detail
Slice: Unordered, Closed by type:$this
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... medicationCodeableConcept CodeableConcept
.... medicationReference Reference(Medication)
.... medication[x]:medicationCodeableConcept Σ 0..1 CodeableConcept Coded Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... Slices for coding Σ 0..* Coding Medication Codes
Slice: Unordered, Open by value:system
...... coding:gtin Σ 0..* Coding Medication Package Global Trade Item Number (GTIN)
Binding: GTIN (preferred)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.gs1.org/gtin
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... coding:mimsPackage Σ 0..1 Coding MIMS Package
Binding: MIMS (preferred)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.mims.com.au/codes
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... coding:md-generic Σ 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand Σ 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)
..... text Σ 0..1 string Medication primary text
.... medication[x]:medicationReference Σ 0..1 Reference(AU Core Medication) Medication Reference
... subject SΣ 1..1 Reference(AU Core Patient) Who is/was taking the medication
... context SΣ 0..1 Reference(AU Core Encounter) Encounter / Episode associated with MedicationStatement
... effective[x] SΣ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
... dateAsserted SΣ 0..1 dateTime When the statement was asserted?
... informationSource S 0..1 Reference(AU Core Patient | AU Core Practitioner | AU Core PractitionerRole | AU Core RelatedPerson) Person or organization that provided the information about the taking of this medication
... derivedFrom 0..* Reference(Resource) Additional supporting information
... reasonCode S 0..* CodeableConcept Reason for why the medication is being/was taken
Binding: https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 (preferred)
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) Condition or observation that supports why the medication is being/was taken
... note S 0..* Annotation Further information about the statement
... dosage SC 0..* AUBaseDosage Dosage information in an Australian healthcare context
Constraints: au-core-mst-03

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​language Base preferred Common Languages 📦4.0.1 FHIR Std.
MedicationStatement.​status Base required Medication status codes 📍4.0.1 FHIR Std.
MedicationStatement.​statusReason Base example SNOMED CT Drug Therapy Status codes 📦4.0.1 FHIR Std.
MedicationStatement.​category Base preferred Medication usage category codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x] Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:gtin Base preferred GTIN 📦3.0.0 THO v7.0
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:mimsPackage Base preferred MIMS 📦4.1.0 AU Base Implementation Guide v4.1
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown
MedicationStatement.​reasonCode Base preferred https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 Not State Unknown

Constraints

Id Grade Path(s) Description Expression
au-core-mst-03 error MedicationStatement.dosage If present, the dosage shall at least have text or patient instructions text.exists() or patientInstruction.exists()
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AUCoreMedicationStatement

Summary

Mandatory: 2 elements
Must-Support: 2 elements
Prohibited: 2 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of MedicationStatement.identifier

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:longTerm 0..1 boolean Medication Long Term Indicator
URL: http://hl7.org.au/fhir/StructureDefinition/medication-long-term
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:authoring-key SΣ 1..1 HelixBaseAuthoringKey External identifier
... basedOn SΣ 0..* Reference(AU Core MedicationRequest | AU Core Care Plan | AU Core ServiceRequest) Fulfils plan, proposal or order
... status ?!SΣ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
... statusReason S 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.
... category SΣ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... Slices for medication[x] SΣ 1..1 Medication Detail
Slice: Unordered, Closed by type:$this
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... medicationCodeableConcept CodeableConcept
.... medicationReference Reference(Medication)
.... medication[x]:medicationCodeableConcept Σ 0..1 CodeableConcept Coded Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
..... Slices for coding Σ 0..* Coding Medication Codes
Slice: Unordered, Open by value:system
...... coding:gtin Σ 0..* Coding Medication Package Global Trade Item Number (GTIN)
Binding: GTIN (preferred)
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.gs1.org/gtin
...... coding:mimsPackage Σ 0..1 Coding MIMS Package
Binding: MIMS (preferred)
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.mims.com.au/codes
...... coding:md-generic Σ 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand Σ 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)
.... medication[x]:medicationReference Σ 0..1 Reference(AU Core Medication) Medication Reference
... subject SΣ 1..1 Reference(AU Core Patient) Who is/was taking the medication
... context SΣ 0..1 Reference(AU Core Encounter) Encounter / Episode associated with MedicationStatement
... effective[x] SΣ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
... dateAsserted SΣ 0..1 dateTime When the statement was asserted?
... informationSource S 0..1 Reference(AU Core Patient | AU Core Practitioner | AU Core PractitionerRole | AU Core RelatedPerson) Person or organization that provided the information about the taking of this medication
... reasonCode S 0..* CodeableConcept Reason for why the medication is being/was taken
Binding: https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 (preferred)
... note S 0..* Annotation Further information about the statement
... dosage SC 0..* AUBaseDosage Dosage information in an Australian healthcare context
Constraints: au-core-mst-03

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​status Base required Medication status codes 📍4.0.1 FHIR Std.
MedicationStatement.​statusReason Base example SNOMED CT Drug Therapy Status codes 📦4.0.1 FHIR Std.
MedicationStatement.​category Base preferred Medication usage category codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x] Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:gtin Base preferred GTIN 📦3.0.0 THO v7.0
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:mimsPackage Base preferred MIMS 📦4.1.0 AU Base Implementation Guide v4.1
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown
MedicationStatement.​reasonCode Base preferred https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 Not State Unknown

Constraints

Id Grade Path(s) Description Expression
au-core-mst-03 error MedicationStatement.dosage If present, the dosage shall at least have text or patient instructions text.exists() or patientInstruction.exists()
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from AUCoreMedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... Slices for identifier S 1..* Identifier External identifier
Slice: Unordered, Open by pattern:type
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey External identifier
... Slices for medication[x] Content/Rules for all slices
.... medication[x]:medicationCodeableConcept 0..1 CodeableConcept Coded Medication
..... Slices for coding Content/Rules for all slices
...... coding:pbs 0..0 PBS Item Code
...... coding:amt 0..0 AMT Medicines
...... coding:md-generic 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* AUCoreMedicationStatement A record of medication being taken by a patient in an Australian healthcare context
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:longTerm 0..1 boolean Medication Long Term Indicator
URL: http://hl7.org.au/fhir/StructureDefinition/medication-long-term
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier External identifier
Slice: Unordered, Open by pattern:type
.... identifier:authoring-key SΣ 1..1 HelixBaseAuthoringKey External identifier
... basedOn SΣ 0..* Reference(AU Core MedicationRequest | AU Core Care Plan | AU Core ServiceRequest) Fulfils plan, proposal or order
... partOf Σ 0..* Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation) Part of referenced event
... status ?!SΣ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
... statusReason S 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.
... category SΣ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... Slices for medication[x] SΣ 1..1 Medication Detail
Slice: Unordered, Closed by type:$this
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... medicationCodeableConcept CodeableConcept
.... medicationReference Reference(Medication)
.... medication[x]:medicationCodeableConcept Σ 0..1 CodeableConcept Coded Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... Slices for coding Σ 0..* Coding Medication Codes
Slice: Unordered, Open by value:system
...... coding:gtin Σ 0..* Coding Medication Package Global Trade Item Number (GTIN)
Binding: GTIN (preferred)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.gs1.org/gtin
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... coding:mimsPackage Σ 0..1 Coding MIMS Package
Binding: MIMS (preferred)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://www.mims.com.au/codes
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... coding:md-generic Σ 0..1 Coding MD Medication Product Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID (preferred)
...... coding:md-brand Σ 0..1 Coding MD Medication Brand Id
Binding: http://medicaldirector.com/MedicationRequest/extension/MDProductID (preferred)
..... text Σ 0..1 string Medication primary text
.... medication[x]:medicationReference Σ 0..1 Reference(AU Core Medication) Medication Reference
... subject SΣ 1..1 Reference(AU Core Patient) Who is/was taking the medication
... context SΣ 0..1 Reference(AU Core Encounter) Encounter / Episode associated with MedicationStatement
... effective[x] SΣ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
... dateAsserted SΣ 0..1 dateTime When the statement was asserted?
... informationSource S 0..1 Reference(AU Core Patient | AU Core Practitioner | AU Core PractitionerRole | AU Core RelatedPerson) Person or organization that provided the information about the taking of this medication
... derivedFrom 0..* Reference(Resource) Additional supporting information
... reasonCode S 0..* CodeableConcept Reason for why the medication is being/was taken
Binding: https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 (preferred)
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) Condition or observation that supports why the medication is being/was taken
... note S 0..* Annotation Further information about the statement
... dosage SC 0..* AUBaseDosage Dosage information in an Australian healthcare context
Constraints: au-core-mst-03

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​language Base preferred Common Languages 📦4.0.1 FHIR Std.
MedicationStatement.​status Base required Medication status codes 📍4.0.1 FHIR Std.
MedicationStatement.​statusReason Base example SNOMED CT Drug Therapy Status codes 📦4.0.1 FHIR Std.
MedicationStatement.​category Base preferred Medication usage category codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x] Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept Base example SNOMED CT Medication Codes 📦4.0.1 FHIR Std.
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:gtin Base preferred GTIN 📦3.0.0 THO v7.0
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:mimsPackage Base preferred MIMS 📦4.1.0 AU Base Implementation Guide v4.1
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-generic Base preferred http://medicaldirector.com/MedicationRequest/extension/MDGenericProductID Not State Unknown
MedicationStatement.​medication[x]:medicationCodeableConcept.​coding:md-brand Base preferred http://medicaldirector.com/MedicationRequest/extension/MDProductID Not State Unknown
MedicationStatement.​reasonCode Base preferred https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-taken-1 Not State Unknown

Constraints

Id Grade Path(s) Description Expression
au-core-mst-03 error MedicationStatement.dosage If present, the dosage shall at least have text or patient instructions text.exists() or patientInstruction.exists()
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from AUCoreMedicationStatement

Summary

Mandatory: 2 elements
Must-Support: 2 elements
Prohibited: 2 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of MedicationStatement.identifier

 

Other representations of profile: CSV, Excel, Schematron