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-06",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-01-11T23:03:37.5074889+00:00",
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pres-1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest etp-06</b></p><a name=\"etp-06\"> </a><a name=\"hcetp-06\"> </a><a name=\"etp-06-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-01-11 23:03:37+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-medicationrequest-pres-1.html\">ADHA Prescription</a></p></div><p><b>au/StructureDefinition/sequence</b>: 1</p><p><b>au/StructureDefinition/is-extemp</b>: false</p><p><b>au/StructureDefinition/is-medchart</b>: true</p><p><b>identifier</b>: ETP Identifier/31KR32BKD21KN61Q9A-1, Local Prescription Number/2998</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category community}\">Community</span></p><p><b>medication</b>: <a href=\"Medication-amoxicillin-03.html\">Amoxicillin</a></p><p><b>subject</b>: <a href=\"Patient-mhr-tjakamarra-billy.html\">Test72, Viv72 Mr</a></p><p><b>authoredOn</b>: 2022-01-12</p><p><b>requester</b>: <a href=\"PractitionerRole-strempel-sonia-gp.html\">PractitionerRole General practitioner registrar</a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>?? --> 2022-04-12 00:00:00+0000</td><td>1</td><td>20 Tab<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.medicationknowledge.com.au/StructureDefinition/sequence",
"valueString" : "1"
},
{
"url" : "http://fhir.medicationknowledge.com.au/StructureDefinition/is-extemp",
"valueBoolean" : false
},
{
"url" : "http://fhir.medicationknowledge.com.au/StructureDefinition/is-medchart",
"valueBoolean" : true
}
],
"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#scid",
"value" : "31KR32BKD21KN61Q9A-1",
"assigner" : {
"display" : "eRx Test Prescibing"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "LPN"
}
],
"text" : "Local Prescription Number"
},
"system" : "http://fhir.erx.com.au/NamingSystem/identifiers#local-script-number",
"value" : "2998"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "community"
}
]
}
],
"medicationReference" : {
🔗 "reference" : "Medication/amoxicillin-03",
"display" : "Amoxicillin"
},
"subject" : {
🔗 "reference" : "Patient/mhr-tjakamarra-billy",
"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" : "8003608833564735"
},
"display" : "Test72, Viv72 Mr"
},
"authoredOn" : "2022-01-12",
"requester" : {
🔗 "reference" : "PractitionerRole/strempel-sonia-gp"
},
"dispenseRequest" : {
"validityPeriod" : {
"end" : "2022-04-12T00:00:00+00:00"
},
"numberOfRepeatsAllowed" : 1,
"quantity" : {
"value" : 20,
"unit" : "Tab",
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "TAB"
}
}
}