Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "benpen-01",
"meta" : // Able to support fully coded medication information: brand name, generic name, item form and strength
{
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication benpen-01</b></p><a name=\"benpen-01\"> </a><a name=\"hcbenpen-01\"> </a><a name=\"benpen-01-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 02647H}, {http://snomed.info/sct 21332011000036106}, {http://snomed.info/sct 3539011000036105}, {http://snomed.info/sct 32753011000036104}, {http://snomed.info/sct 32328011000036106}\">BENZYLPENICILLIN</span></p><p><b>manufacturer</b>: Identifier: <code>http://pbs.gov.au/code/manufacturer</code>/CS</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 129011000036109}\">Injection</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 1849011000036104}\">benzylpenicillin</span></td><td>3 g/1 unit</td></tr></table></div>"
},
"code" : {
"coding" : [
{
"extension" : [
// Medication generic name (PBS Item Code Display)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPD",
"display" : "Unbranded product with no strengths or form"
}
}
],
"system" : "http://pbs.gov.au/code/item",
"code" : "02647H",
"display" : "BENZYLPENICILLIN"
},
{
"extension" : [
// Medication generic name (SNOMED)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPD",
"display" : "Unbranded product with no strengths or form"
}
}
],
"system" : "http://snomed.info/sct",
"code" : "21332011000036106",
"display" : "benzylpenicillin"
},
{
"extension" : [
// Medication brand name (TP Preferred Term)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "BPD",
"display" : "Branded product with no strengths or form"
}
}
],
"system" : "http://snomed.info/sct",
"code" : "3539011000036105",
"display" : "Benpen"
},
{
"extension" : [
// Medication form and strength (MPP Preferred Term)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPDSF",
"display" : "Unbranded product with strengths and form"
}
}
],
"system" : "http://snomed.info/sct",
"code" : "32753011000036104",
"display" : "benzylpenicillin 3 g injection, 1 vial"
},
{
"extension" : [
// Branded Medication form and strength (TPP Preferred Term)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "BPDSF",
"display" : "Branded product with strengths and form"
}
}
],
"system" : "http://snomed.info/sct",
"code" : "32328011000036106",
"display" : "Benpen 3 g powder for injection, 1 vial"
}
]
},
"manufacturer" : {
"identifier" : {
"system" : "http://pbs.gov.au/code/manufacturer",
"value" : "CS"
}
},
"form" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "129011000036109",
"display" : "injection"
}
],
"text" : "Injection"
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1849011000036104",
"display" : "benzylpenicillin"
}
]
},
"strength" : {
"numerator" : {
"value" : 3,
"unit" : "g"
},
"denominator" : {
"value" : 1,
"unit" : "unit"
}
}
}
]
}