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 - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="DefaulterTracingRequestExample"/>
  <meta>
    <profile
             value="https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/DefaulterTracingRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 (use: official, )</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>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://chanjoke.intellisoftkenya.com/fhir/kenya/serviceRequest"/>
    <value value="123456"/>
  </identifier>
  <basedOn>🔗 
    <reference value="ServiceRequest/ServiceRequestExample"/>
  </basedOn>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/ServiceRequests"/>
      <code value="108252007"/>
    </coding>
  </category>
  <priority value="routine"/>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
    <display value="John Doe"/>
  </subject>
  <authoredOn value="2020-02-02"/>
  <requester>🔗 
    <reference value="Practitioner/KenyanPractitionerExample"/>
    <display value="Example Practitioner"/>
  </requester>
</ServiceRequest>