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" : "stopped-paracetamol-psml-03",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement stopped-paracetamol-psml-03</b></p><a name=\"stopped-paracetamol-psml-03\"> </a><a name=\"hcstopped-paracetamol-psml-03\"> </a><a name=\"stopped-paracetamol-psml-03-en-AU\"> </a><p><b>status</b>: Stopped</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=\"Medication-paracetamol-01.html\">Medication paracetamol 500 mg tablet</a></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-priest-mac.html\">Mac PRIEST Male, DoB: 1989-03-09 ( Patient's Medicare number: MedicareNumber#2953307121\u00a0(,\u00a0period:\u00a0(?) --> 2024-03-31))</a></p><p><b>context</b>: <a href=\"Encounter-psml-03.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Community pharmacy medicines review; serviceType = Review of medication; period = 2018-12-11 10:00:00+1000 --> 2018-12-11 13:30:00+1000</a></p><p><b>effective</b>: ?? --> 2018-12</p><p><b>dateAsserted</b>: 2018-12-11 13:30:00+1000</p></div>"
},
"status" : "stopped",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code" : "community",
"display" : "Community"
}
]
},
"medicationReference" : {
🔗 "reference" : "Medication/paracetamol-01"
},
"subject" : // relative reference to entry of Medication resource
{
🔗 "reference" : "Patient/hi-testdata-priest-mac",
"identifier" : // relative reference to entry of Patient resource
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI",
"display" : "National unique individual identifier"
}
],
"text" : "IHI"
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608333563104"
}
},
"context" : {
🔗 "reference" : "Encounter/psml-03"
},
"effectivePeriod" : // relative reference to entry of Encounter resource
{
"end" : "2018-12"
},
"dateAsserted" : "2018-12-11T13:30:00+10:00"
}