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" : "MedicationStatement",
"id" : "completed-atorvastatin-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationstatement-core-1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement completed-atorvastatin-01</b></p><a name=\"completed-atorvastatin-01\"> </a><a name=\"hccompleted-atorvastatin-01\"> </a><a name=\"completed-atorvastatin-01-en-AU\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category community}\">Community</span></p><p><b>medication</b>: <a href=\"#hccompleted-atorvastatin-01/atorvastatin-01\">Medication Lipitor 10 mg tablet, 10</a></p><p><b>subject</b>: <a href=\"Patient-mhr-anne-thompson.html\">Mrs. Anne Thompson(official) Female, DoB: 1978-10-11 ( IHI:\u00a0AustalianIHI#8003608000228445)</a></p><p><b>dateAsserted</b>: 2019-09-02 10:00:15+1000</p><p><b>reasonCode</b>: <span title=\"Codes:\">To lower cholesterol levels in the blood</span></p><p><b>note</b>: Seek medical advice promptly if your urine is dark (brown) or if you have any unexplained muscle pain, tenderness or weakness. Grapefruit juice should be avoided as it may increase the amount of this medicine in your bloodstream and could increase the chances of side effects occurring.</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 in the evening</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #atorvastatin-01</b></p><a name=\"completed-atorvastatin-01/atorvastatin-01\"> </a><a name=\"hccompleted-atorvastatin-01/atorvastatin-01\"> </a><a name=\"completed-atorvastatin-01/atorvastatin-01-en-AU\"> </a><p><b>Medication Brand Name</b>: LIPITOR</p><p><b>Medication Generic Drug Name</b>: ATORVASTATIN</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 35681000036100}\">Lipitor 10 mg tablet, 10</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:\">ss</span></td><td>10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "atorvastatin-01",
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name",
"valueString" : "LIPITOR"
},
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name",
"valueString" : "ATORVASTATIN"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "35681000036100"
}
]
},
"form" : {
"text" : "TAB"
},
"ingredient" : [
{
"itemCodeableConcept" : {
"text" : "ss"
},
"strength" : {
"numerator" : {
"value" : 10,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}
]
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code" : "community",
"display" : "Community"
}
]
},
"medicationReference" : {
"reference" : "#atorvastatin-01"
},
"subject" : {
🔗 "reference" : "Patient/mhr-anne-thompson",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}
],
"text" : "IHI"
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608000228445"
}
},
"dateAsserted" : "2019-09-02T10:00:15+10:00",
"reasonCode" : [
{
"text" : "To lower cholesterol levels in the blood"
}
],
"note" : [
{
"text" : "Seek medical advice promptly if your urine is dark (brown) or if you have any unexplained muscle pain, tenderness or weakness. Grapefruit juice should be avoided as it may increase the amount of this medicine in your bloodstream and could increase the chances of side effects occurring."
}
],
"dosage" : [
{
"text" : "Take 1 in the evening"
}
]
}