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" : "proxymetacaine-02",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication proxymetacaine-02</b></p><a name=\"proxymetacaine-02\"> </a><a name=\"hcproxymetacaine-02\"> </a><a name=\"proxymetacaine-02-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 37786011000036102}, {http://snomed.info/sct 38785011000036103}, {http://snomed.info/sct 35920011000036102}, {http://snomed.info/sct 36900011000036109}, {http://snomed.info/sct 36233011000036109}, {http://snomed.info/sct 37634011000036109}\">37786011000036102</span></p><p><b>manufacturer</b>: AQ</p><p><b>form</b>: <span title=\"Codes:\">EYE-DRP</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 30424002}, {http://snomed.info/sct 31837011000036109}\">Proxymetacaine hydrochloride</span></td><td>0.5 %/1 unit</td></tr></table></div>"
},
"code" : // Able to support fully coded medication information: brand name, generic name, item form and strength
// Used by ePrescribing MedicationRequest etp-cont-03 & etp-orig-scid-03
{
"coding" : [
{
"extension" : [
// MP (generic name)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPD"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "37786011000036102"
},
{
"extension" : [
// MPP (form and strength)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPG"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "38785011000036103"
},
{
"extension" : [
// TP (brand name)
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "BPD"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "35920011000036102"
},
{
"system" : "http://snomed.info/sct",
"code" : "36900011000036109"
},
// TPP
{
"extension" : [
// TPUU
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "BPDSF"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "36233011000036109"
},
{
"extension" : [
// CTPP
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "BPGC"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "37634011000036109"
}
]
},
"manufacturer" : {
"display" : "AQ"
},
"form" : {
"text" : "EYE-DRP"
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "30424002"
},
{
"system" : "http://snomed.info/sct",
"code" : "31837011000036109"
}
],
"text" : "Proxymetacaine hydrochloride"
},
"strength" : {
"numerator" : {
"value" : 0.5,
"unit" : "%"
},
"denominator" : {
"value" : 1,
"unit" : "unit"
}
}
}
]
}