Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

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

: ePrescribing prescription with reference to prior prescription for Bert Gainey - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "etp-01",
  "meta" : // 21KR32K6YMD6FY6102
  {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1"🔗 ,
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pres-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"etp-01\"> </a><a name=\"hcetp-01\"> </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\">ResourceMedicationRequest &quot;etp-01&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-dh-medicationrequest-core-1.html\">ADHA Core MedicationRequest</a>, <a href=\"StructureDefinition-dh-medicationrequest-pres-1.html\">ADHA Prescription</a></p></div><p><b>identifier</b>: ETP Identifier/1XPR352VP3QCX7BJD6</p><p><b>status</b>: active</p><p><b>intent</b>: instance-order</p><p><b>category</b>: Community <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#community)</span></p><p><b>medication</b>: <a href=\"Medication-atorvastatin-01.html\">Medication/atorvastatin-01: ATORVASTATIN</a></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-gainey-bert.html\">Patient/hi-testdata-gainey-bert</a> &quot; GAINEY&quot;</p><p><b>authoredOn</b>: 2020-09-03 11:13:12+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-canberra-gp.html\">PractitionerRole/canberra-gp</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>?? --&gt; 2021-01-03 11:13:12+0000</td><td>5</td><td>20 Tab</td></tr></table><p><b>priorPrescription</b>: <a href=\"MedicationRequest-etp-orig-scid-01.html\">MedicationRequest/etp-orig-scid-01: 21KR32BGDMPWJC0C89-1</a></p></div>"
  },
  "extension" : [
    {
      "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#scid",
      "value" : "1XPR352VP3QCX7BJD6",
      "assigner" : {
        "display" : "eRx Test Prescibing"
      }
    }
  ],
  "status" : "active",
  "intent" : "instance-order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "community"
        }
      ]
    }
  ],
  "medicationReference" : {
    🔗 "reference" : "Medication/atorvastatin-01",
    "display" : "ATORVASTATIN"
  },
  "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" : "2020-09-03T11:13:12.9110285+00:00",
  "requester" : {
    🔗 "reference" : "PractitionerRole/canberra-gp"
  },
  "dispenseRequest" : {
    "validityPeriod" : {
      "end" : "2021-01-03T11:13:12.9110285+00:00"
    },
    "numberOfRepeatsAllowed" : 5,
    "quantity" : {
      "value" : 20,
      "unit" : "Tab"
    }
  },
  "priorPrescription" : {
    🔗 "reference" : "MedicationRequest/etp-orig-scid-01",
    "display" : "21KR32BGDMPWJC0C89-1"
  }
}