Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Medication/medication-cda-extensions-example> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "medication-cda-extensions-example"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication medication-cda-extensions-example</b></p><a name=\"medication-cda-extensions-example\"> </a><a name=\"hcmedication-cda-extensions-example\"> </a><p><b>Medication Formula String</b>: Atorvastatin 20 mg tablet, commercial pack of 30</p><p><b>Medication Additional Therapeutic Good Detail String</b>: White, oval, film-coated tablet supplied as a commercial pack of 30 tablets</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 27437011000036101}, {http://pbs.gov.au/code/item 8214H}\">Lipitor 20 mg tablet, 30</span></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-formula-string" ] ;
fhir:Extension.valueString [ fhir:value "Atorvastatin 20 mg tablet, commercial pack of 30" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-additional-therapeutic-good-detail-string" ] ;
fhir:Extension.valueString [ fhir:value "White, oval, film-coated tablet supplied as a commercial pack of 30 tablets" ]
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:27437011000036101 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "27437011000036101" ] ;
fhir:Coding.display [ fhir:value "Atorvastatin 20 mg tablet, 30" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://pbs.gov.au/code/item" ] ;
fhir:Coding.code [ fhir:value "8214H" ] ;
fhir:Coding.display [ fhir:value "LIPITOR atorvastatin 20 mg tablet, 30" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Lipitor 20 mg tablet, 30" ]
] ;
fhir:Medication.form [
fhir:CodeableConcept.text [ fhir:value "Tablet" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/medication-cda-extensions-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/medication-cda-extensions-example.ttl> .
IG © 2026+ Australian Digital Health Agency. Package au.gov.digitalhealth.cc#26.0.0 based on FHIR 4.0.1. Generated 2026-07-14
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use