ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: DefaulterTracingRequestExample - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "DefaulterTracingRequestExample",
  "meta" : {
    "profile" : [
      🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/DefaulterTracingRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest DefaulterTracingRequestExample</b></p><a name=\"DefaulterTracingRequestExample\"> </a><a name=\"hcDefaulterTracingRequestExample\"> </a><a name=\"DefaulterTracingRequestExample-en-US\"> </a><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/serviceRequest</code>/123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>basedOn</b>: <a href=\"ServiceRequest-ServiceRequestExample.html\">ServiceRequest: status = active; intent = order</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/ServiceRequests 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">John Doe</a></p><p><b>authoredOn</b>: 2020-02-02</p><p><b>requester</b>: <a href=\"Practitioner-KenyanPractitionerExample.html\">Example Practitioner</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://chanjoke.intellisoftkenya.com/fhir/kenya/serviceRequest",
      "value" : "123456"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ServiceRequestExample"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/ServiceRequests",
          "code" : "108252007"
        }
      ]
    }
  ],
  "priority" : "routine",
  "subject" : {
    🔗 "reference" : "Patient/PatientExample",
    "display" : "John Doe"
  },
  "authoredOn" : "2020-02-02",
  "requester" : {
    🔗 "reference" : "Practitioner/KenyanPractitionerExample",
    "display" : "Example Practitioner"
  }
}