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" : "atorvastatin-02",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication atorvastatin-02</b></p><a name=\"atorvastatin-02\"> </a><a name=\"hcatorvastatin-02\"> </a><a name=\"atorvastatin-02-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 21343011000036103}, {http://snomed.info/sct 35691000036103}, {http://snomed.info/sct 22783011000036107}, {http://snomed.info/sct 3877011000036101}, {http://snomed.info/sct 6204011000036101}, {http://snomed.info/sct 39241000036105}\">21343011000036103</span></p><p><b>form</b>: <span title=\"Codes:\">TAB</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 373444002}, {http://snomed.info/sct 1821011000036101}\">Atorvastatin</span></td><td>10 mg/1 mg</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
{
"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" : "21343011000036103"
},
{
"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" : "35691000036103"
},
{
"extension" : [
// MPUU
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding" : {
"system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code" : "UPDSF"
}
}
],
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/32506021000036107/version/20200601",
"code" : "22783011000036107"
},
{
"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" : "3877011000036101"
},
{
"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" : "6204011000036101"
},
{
"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" : "39241000036105"
}
]
},
"form" : {
"text" : "TAB"
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "373444002"
},
{
"system" : "http://snomed.info/sct",
"code" : "1821011000036101"
}
],
"text" : "Atorvastatin"
},
"strength" : {
"numerator" : {
"value" : 10,
"unit" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "mg"
}
}
}
]
}