Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: MedicationRequest-claim-pbs-02

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "MedicationRequest",
  "id" : "claim-pbs-02",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pbs-claim-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"claim-pbs-02\"> </a></p><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\">Resource MedicationRequest &quot;claim-pbs-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-medicationrequest-pbs-claim-1.html\">ADHA PBS Claim Item</a></p></div><p><b>identifier</b>: id: urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36</p><p><b>status</b>: unknown</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"Medication-cephalexin-01.html\">Medication/cephalexin-01</a></p><p><b>subject</b>: <a href=\"Patient-mhr-field-sally.html\">Patient/mhr-field-sally</a> &quot; FIELD&quot;</p><p><b>authoredOn</b>: 2020-01-15</p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>1</td><td>20 capsule</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36"
    }
  ],
  "status" : "unknown",
  "intent" : "order",
  "medicationReference" : {
    "reference" : "Medication/cephalexin-01"
  },
  "subject" : {
    "reference" : "Patient/mhr-field-sally",
    "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" : "8003608833357361"
    }
  },
  "authoredOn" : "2020-01-15",
  "dispenseRequest" : {
    "numberOfRepeatsAllowed" : 1,
    "quantity" : {
      "value" : 20,
      "unit" : "capsule"
    }
  }
}