HL7® FHIR® Malaysia Core (MY Core) Implementation Guide
2.0.1 - ci-build

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationDispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "example-medicationdispense",
  "meta" : {
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/MedicationDispense-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-medicationdispense</b></p><a name=\"example-medicationdispense\"> </a><a name=\"hcexample-medicationdispense\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationDispense-my-core.html\">MedicationDispense (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core N02BE01000T1001XX}\">Paracetamol 500 mg Tablet</span></p><p><b>subject</b>: <a href=\"Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4\">Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4</a></p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6\">MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6</a></p></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core",
        "code" : "N02BE01000T1001XX",
        "display" : "Paracetamol 500 mg Tablet"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4"
  },
  "authorizingPrescription" : [
    {
      "reference" : "MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6"
    }
  ]
}