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
{
"resourceType" : "Medication",
"id" : "medication-cda-extensions-example",
"text" : {
"status" : "extensions",
"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>"
},
"extension" : [
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-formula-string",
"valueString" : "Atorvastatin 20 mg tablet, commercial pack of 30"
},
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-additional-therapeutic-good-detail-string",
"valueString" : "White, oval, film-coated tablet supplied as a commercial pack of 30 tablets"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "27437011000036101",
"display" : "Atorvastatin 20 mg tablet, 30"
},
{
"system" : "http://pbs.gov.au/code/item",
"code" : "8214H",
"display" : "LIPITOR atorvastatin 20 mg tablet, 30"
}
],
"text" : "Lipitor 20 mg tablet, 30"
},
"form" : {
"text" : "Tablet"
}
}