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/openmrs/openmrs-contrib-fhir2-ig/ and changes regularly. See the Directory of published versions

: OpenMRS ServiceRequest Example - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="caec0cba-3802-4b70-a6dd-2eb064450763"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-service-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest caec0cba-3802-4b70-a6dd-2eb064450763</b></p><a name="caec0cba-3802-4b70-a6dd-2eb064450763"> </a><a name="hccaec0cba-3802-4b70-a6dd-2eb064450763"> </a><a name="caec0cba-3802-4b70-a6dd-2eb064450763-en-US"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://loinc.org 75622-1}">HIV 1 and 2 tests - Meaningful Use set</span></p><p><b>subject</b>: <a href="Patient-example-openmrs-Patient.html">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p><p><b>occurrence</b>: 2014-08-16</p><p><b>requester</b>: <a href="Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html">Practitioner Adam Careful </a></p><p><b>performer</b>: <a href="Patient-example-openmrs-Patient.html">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p></div>
  </text>
  <status value="completed"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="75622-1"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-openmrs-Patient"/>
  </subject>
  <occurrenceDateTime value="2014-08-16"/>
  <requester>🔗 
    <reference value="Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"/>
  </requester>
  <performer>🔗 
    <reference value="Patient/example-openmrs-Patient"/>
  </performer>
</ServiceRequest>