OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/abertnamanya/openmrs-contrib-fhir2-ig/ and changes regularly. See the Directory of published versions

: OpenMRS Medication Request Example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "OMRSMedicationRequestExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-medication-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest OMRSMedicationRequestExample</b></p><a name=\"OMRSMedicationRequestExample\"> </a><a name=\"hcOMRSMedicationRequestExample\"> </a><a name=\"OMRSMedicationRequestExample-en-US\"> </a><p><b>identifier</b>: ?ngen-9?</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>medication</b>: <span title=\"Codes:\">Cetirizine</span></p><p><b>subject</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID:\u00a04343534\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter: status = unknown; class = ambulatory (ActCode#AMB); type = Vitals; period = 2022-06-22 --&gt; 2022-06-22</a></p><p><b>authoredOn</b>: 2022-08-07</p><p><b>requester</b>: <a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner Adam Careful </a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>Code </td><td><span title=\"Codes:\">UNKNOWN</span></td></tr></table><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>0</td><td>10 tab (s)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "id" : "c9582307-b812-4acc-b82b-77c4c24ba7bc"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "urgent",
  "medicationCodeableConcept" : {
    "id" : "485df1f8-1813-42ae-ae81-f892f9562067",
    "coding" : [
      {
        "id" : "7bb88c7a-9644-4d87-8a21-686126c8bb38",
        "system" : "http://fhir.openmrs.org",
        "display" : "Cetirizine"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-openmrs-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb"
  },
  "authoredOn" : "2022-08-07",
  "requester" : {
    🔗 "reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "timing" : {
        "code" : {
          "coding" : [
            {
              "id" : "05a3c873-a884-4edd-88de-25622f121d77",
              "system" : "http://fhir.openmrs.org",
              "display" : "1/day x 7 days/week"
            }
          ],
          "text" : "1/day x 7 days/week"
        }
      },
      "route" : {
        "id" : "91753a5c-f3c2-4179-9a1b-35c80df575ce",
        "coding" : [
          {
            "id" : "41c75ba4-a423-4628-9d1d-0d306ab1f250",
            "system" : "http://fhir.openmrs.org",
            "display" : "UNKNOWN"
          }
        ],
        "text" : "UNKNOWN"
      }
    }
  ],
  "dispenseRequest" : {
    "numberOfRepeatsAllowed" : 0,
    "quantity" : {
      "value" : 10,
      "unit" : "tab (s)"
    }
  }
}