Clinical Note Document - Local Development build (v26.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://digitalhealth.gov.au/fhir/cnd/StructureDefinition/cnd-medication | Version: 26.0.0 | |||
| Active as of 2026-06-19 | Computable Name: CND_Medication | |||
Copyright/Legal: This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/ |
||||
This profile constrains AU Core Medicationto meet the requirements of this Implementation Guide for medications. Implementers are highly encouraged to review AU Core Medication profile before using this profile. The purpose of this profile is to provide a representation of a medication for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia.
This profile defines medication representation requirements for a Clinical Note Document in Australia, ensuring consistent capture of medication details including brand and generic names for accurate and interoperable exchange of medication information across healthcare settings.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | ||||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | |||||||||||||||||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name | |||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name | |||||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||||||
![]() ![]() |
SOΣ | 1..1 | CodeableConcept | Coding for the medicine Binding: SNOMEDCTMedicationCodes (example)
| |||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | |||||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: PBS Item Codes (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: Australian Medication (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | |||||||||||||||||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: Medication Form (preferred) | |||||||||||||||||||
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) | |||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Binding: Medication Ingredient (preferred) | |||||||||||||||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | ||||||||||||||||||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | ||||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas | |||||||||||||||||||
Documentation for this format | |||||||||||||||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.code.coding:pbs | Base | required | PBS Item Codes | 📦6.0.0 | AU Base Implementation Guide v6.0 |
| Medication.code.coding:amt | Base | required |
Australian Medication
|
⏿1.0.2 | tx.ontoserver.csiro.au |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | preferred |
Medication Form
|
⏿1.1.1 | tx.ontoserver.csiro.au |
| Medication.ingredient.item[x] | Base | preferred |
Medication Ingredient
|
⏿1.0.0 | tx.hl7.org.au |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | 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 | Medication | 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 | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | 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 AUCoreMedication
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name |
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) |
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | ||||||||||||||||||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | |||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | |||||||||||||||||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| ||||||||||||||||||||
![]() ![]() |
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 | ||||||||||||||||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | ||||||||||||||||||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name | |||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name | |||||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier for this medication | |||||||||||||||||||
![]() ![]() |
SOΣ | 1..1 | CodeableConcept | Coding for the medicine Binding: SNOMEDCTMedicationCodes (example)
| |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | |||||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: PBS Item Codes (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: Australian Medication (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Medication primary text | |||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Physical product manufacturer organisation | |||||||||||||||||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: Medication Form (preferred) | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Ratio | Amount of drug in package | |||||||||||||||||||
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) | |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Binding: Medication Ingredient (preferred) | |||||||||||||||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | ||||||||||||||||||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | ||||||||||||||||||||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas | |||||||||||||||||||
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | ||||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Identifier assigned to batch | ||||||||||||||||||||
![]() ![]() ![]() |
0..1 | dateTime | When batch will expire | ||||||||||||||||||||
Documentation for this format | |||||||||||||||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Medication.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.code.coding:pbs | Base | required | PBS Item Codes | 📦6.0.0 | AU Base Implementation Guide v6.0 |
| Medication.code.coding:amt | Base | required |
Australian Medication
|
⏿1.0.2 | tx.ontoserver.csiro.au |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | preferred |
Medication Form
|
⏿1.1.1 | tx.ontoserver.csiro.au |
| Medication.ingredient.item[x] | Base | preferred |
Medication Ingredient
|
⏿1.0.0 | tx.hl7.org.au |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | 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 | Medication | 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 | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | 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 AUCoreMedication
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | ||||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | |||||||||||||||||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name | |||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name | |||||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||||||
![]() ![]() |
SOΣ | 1..1 | CodeableConcept | Coding for the medicine Binding: SNOMEDCTMedicationCodes (example)
| |||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | |||||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: PBS Item Codes (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: Australian Medication (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | |||||||||||||||||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: Medication Form (preferred) | |||||||||||||||||||
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) | |||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Binding: Medication Ingredient (preferred) | |||||||||||||||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | ||||||||||||||||||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | ||||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas | |||||||||||||||||||
Documentation for this format | |||||||||||||||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.code.coding:pbs | Base | required | PBS Item Codes | 📦6.0.0 | AU Base Implementation Guide v6.0 |
| Medication.code.coding:amt | Base | required |
Australian Medication
|
⏿1.0.2 | tx.ontoserver.csiro.au |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | preferred |
Medication Form
|
⏿1.1.1 | tx.ontoserver.csiro.au |
| Medication.ingredient.item[x] | Base | preferred |
Medication Ingredient
|
⏿1.0.0 | tx.hl7.org.au |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | 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 | Medication | 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 | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | 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 AUCoreMedication
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name |
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) |
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AUCoreMedication | Clinical Note Document Medication | ||||||||||||||||||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | |||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | |||||||||||||||||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| ||||||||||||||||||||
![]() ![]() |
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 | ||||||||||||||||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | ||||||||||||||||||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication brand name URL: http://hl7.org.au/fhir/StructureDefinition/medication-brand-name | |||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | string | Medication generic drug name URL: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name | |||||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier for this medication | |||||||||||||||||||
![]() ![]() |
SOΣ | 1..1 | CodeableConcept | Coding for the medicine Binding: SNOMEDCTMedicationCodes (example)
| |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | |||||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: PBS Item Codes (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() ![]() |
SOΣ | 0..* | Coding | Code defined by a terminology system Binding: Australian Medication (required)
| |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Medication type URL: http://hl7.org.au/fhir/StructureDefinition/medication-type Binding: Medication Type (required) | ||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | |||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | |||||||||||||||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Medication primary text | |||||||||||||||||||
![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Physical product manufacturer organisation | |||||||||||||||||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: Medication Form (preferred) | |||||||||||||||||||
![]() ![]() |
Σ | 0..1 | Ratio | Amount of drug in package | |||||||||||||||||||
![]() ![]() |
S | 1..* | BackboneElement | Active ingredient prescribing (AIP) | |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Binding: Medication Ingredient (preferred) | |||||||||||||||||||||
![]() ![]() ![]() ![]() |
CodeableConcept | ||||||||||||||||||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | ||||||||||||||||||||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator | ||||||||||||||||||||
![]() ![]() ![]() |
S | 0..1 | Ratio | Medications requested as compound formulas | |||||||||||||||||||
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | ||||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | |||||||||||||||||||
![]() ![]() ![]() |
0..1 | string | Identifier assigned to batch | ||||||||||||||||||||
![]() ![]() ![]() |
0..1 | dateTime | When batch will expire | ||||||||||||||||||||
Documentation for this format | |||||||||||||||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Medication.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.code.coding:pbs | Base | required | PBS Item Codes | 📦6.0.0 | AU Base Implementation Guide v6.0 |
| Medication.code.coding:amt | Base | required |
Australian Medication
|
⏿1.0.2 | tx.ontoserver.csiro.au |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | preferred |
Medication Form
|
⏿1.1.1 | tx.ontoserver.csiro.au |
| Medication.ingredient.item[x] | Base | preferred |
Medication Ingredient
|
⏿1.0.0 | tx.hl7.org.au |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | 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 | Medication | 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 | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | 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 AUCoreMedication
Other representations of profile: CSV, Excel, Schematron