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-docusate-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationstatement-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement completed-docusate-01</b></p><a name=\"completed-docusate-01\"> </a><a name=\"hccompleted-docusate-01\"> </a><a name=\"completed-docusate-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-docusate-01/docusate-01\">DOCUSATE SENNA (TAB) 50 mg</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:\">Laxative for constipation, works by softening the stools and also assists by stimulating the gut to achieve bowel movements.</span></p><p><b>note</b>: Take with a glass of fluid. May take 2-3 days for maximum effect. Do not take with laxatives containing liquid paraffin. Abdominal discomfort, nausea and rash may.</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 two tablets in the morning and in the evening</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #docusate-01</b></p><a name=\"completed-docusate-01/docusate-01\"> </a><a name=\"hccompleted-docusate-01/docusate-01\"> </a><a name=\"completed-docusate-01/docusate-01-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:\">DOCUSATE SENNA (TAB) 50 mg</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "docusate-01",
"code" : {
"text" : "DOCUSATE SENNA (TAB) 50 mg"
}
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code" : "community",
"display" : "Community"
}
]
},
"medicationReference" : {
"reference" : "#docusate-01",
"display" : "DOCUSATE SENNA (TAB) 50 mg"
},
"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" : "Laxative for constipation, works by softening the stools and also assists by stimulating the gut to achieve bowel movements."
}
],
"note" : [
{
"text" : "Take with a glass of fluid. May take 2-3 days for maximum effect. Do not take with laxatives containing liquid paraffin. Abdominal discomfort, nausea and rash may."
}
],
"dosage" : [
{
"text" : "Take two tablets in the morning and in the evening"
}
]
}