Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Lab ServiceRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleKenyaEPrescriptionServiceRequestLab",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-serviceRequestLab",
      "http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestLab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleKenyaEPrescriptionServiceRequestLab</b></p><a name=\"ExampleKenyaEPrescriptionServiceRequestLab\"> </a><a name=\"hcExampleKenyaEPrescriptionServiceRequestLab\"> </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\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-serviceRequestLab.html\">ServiceRequest - lab</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestLab</code></p></div><p><b>identifier</b>: <code>http://example.org/fhir/ePrescription/lab-requests</code>/LAB-REQ-2025-0001</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/servicerequest-category laboratory}\">Laboratory</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <code>ExampleKenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <a href=\"Encounter-enc-12345.html\">Encounter: identifier = http://example.org/encounters#ENC-2025-0001; status = finished; class = Ambulatory (ActCode#AMB); serviceType = General medical service; priority = Routine; period = 2025-01-11 09:10:00+0300 --&gt; 2025-01-11 09:25:00+0300</a></p><p><b>occurrence</b>: 2025-02-14 09:30:00+0300</p><p><b>authoredOn</b>: 2025-02-14 08:55:00+0300</p><p><b>requester</b>: <code>ExampleKenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>ExampleKenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 271327008}\">Anemia</span></p><p><b>specimen</b>: <code>ExampleSpecimenBloodSample</code></p><p><b>note</b>: </p><blockquote><div><p>Urgent test requested due to patient's symptoms.</p>\n</div></blockquote><p><b>patientInstruction</b>: Patient should fast for 8 hours before blood collection.</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/fhir/ePrescription/lab-requests",
      "value" : "LAB-REQ-2025-0001"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/servicerequest-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "718-7",
        "display" : "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject" : {
    "reference" : "ExampleKenyaEPrescriptionPatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-12345"
  },
  "occurrenceDateTime" : "2025-02-14T09:30:00+03:00",
  "authoredOn" : "2025-02-14T08:55:00+03:00",
  "requester" : {
    "reference" : "ExampleKenyaEPrescriptionPractitioner"
  },
  "performer" : [
    {
      "reference" : "ExampleKenyaEPrescriptionOrganization"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "271327008",
          "display" : "Anemia"
        }
      ]
    }
  ],
  "specimen" : [
    {
      "reference" : "ExampleSpecimenBloodSample"
    }
  ],
  "note" : [
    {
      "text" : "Urgent test requested due to patient's symptoms."
    }
  ],
  "patientInstruction" : "Patient should fast for 8 hours before blood collection."
}