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" : "MedicationRequest",
"id" : "etp-orig-scid-01",
"meta" : // 21KR32BGDMPWJC0C89-1
{
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest etp-orig-scid-01</b></p><a name=\"etp-orig-scid-01\"> </a><a name=\"hcetp-orig-scid-01\"> </a><a name=\"etp-orig-scid-01-en-AU\"> </a><p><b>au/StructureDefinition/supplynumber</b>: 1</p><p><b>au/StructureDefinition/is-extemp</b>: false</p><p><b>identifier</b>: ETP Identifier/1XPR352VP3QCX7BJD6</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-proxymetacaine-01.html\">PROXYMETACAINE</a></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-gainey-bert.html\">Bert Gainey Male, DoB: 1971-09-24 ( National unique individual identifier\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2019-10-02 00:00:00+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-canberra-gp.html\">PractitionerRole General practitioner</a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>15 mL</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.medicationknowledge.com.au/StructureDefinition/supplynumber",
"valueString" : "1"
},
{
"url" : "http://fhir.medicationknowledge.com.au/StructureDefinition/is-extemp",
"valueBoolean" : false
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "ETP"
}
],
"text" : "ETP Identifier"
},
"system" : "http://fhir.erx.com.au/NamingSystem/identifiers#org-scid",
"value" : "1XPR352VP3QCX7BJD6",
"assigner" : {
"display" : "eRx Test Prescibing"
}
}
],
"status" : "completed",
"intent" : "order",
"medicationReference" : {
🔗 "reference" : "Medication/proxymetacaine-01",
"display" : "PROXYMETACAINE"
},
"subject" : {
🔗 "reference" : "Patient/hi-testdata-gainey-bert",
"identifier" : {
"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" : "8003608833564727"
}
},
"authoredOn" : "2019-10-02T00:00:00+00:00",
"requester" : {
🔗 "reference" : "PractitionerRole/canberra-gp"
},
"dispenseRequest" : {
"numberOfRepeatsAllowed" : 5,
"quantity" : {
"value" : 15,
"unit" : "mL"
}
}
}