Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions

: Service Request - Routine Viral Load - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="RoutineViralLoadServiceRequestExample"/>
  <meta>
    <profile
             value="http://ohie.org/fhir/StructureDefinition/vl-service-request"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest RoutineViralLoadServiceRequestExample</b></p><a name="RoutineViralLoadServiceRequestExample"> </a><a name="hcRoutineViralLoadServiceRequestExample"> </a><a name="RoutineViralLoadServiceRequestExample-en-US"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://loinc.org LP94892-4}">LABORDERS</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{http://loinc.org 9836-8}">HIV proviral DNA [Presence] in Blood by Probe with amplification</span></p><p><b>subject</b>: <a href="Patient-PatientExample1.html">Mike John Smith  Male, DoB: 1983-05-22 ( http://fhir.health.gov.lk/ips/identifier/phn#personal health number)</a></p><p><b>encounter</b>: <a href="Encounter-GeneralEncounterExample.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2012-12-09 --&gt; 2012-12-09</a></p><p><b>authoredOn</b>: 2024-01-25</p><p><b>requester</b>: <a href="Organization-CurrentServiceProviderExample1.html">Organization Facility A</a></p><p><b>performer</b>: <a href="Organization-CurrentServiceProviderExample2.html">Organization Facility B</a></p></div>
  </text>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LP94892-4"/>
    </coding>
  </category>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="9836-8"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample1"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/GeneralEncounterExample"/>
  </encounter>
  <authoredOn value="2024-01-25"/>
  <requester>🔗 
    <reference value="Organization/CurrentServiceProviderExample1"/>
  </requester>
  <performer>🔗 
    <reference value="Organization/CurrentServiceProviderExample2"/>
  </performer>
</ServiceRequest>