OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). 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><b>Generated Narrative: ServiceRequest</b><a name="caec0cba-3802-4b70-a6dd-2eb064450763"> </a></p><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">Resource ServiceRequest &quot;caec0cba-3802-4b70-a6dd-2eb064450763&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-OpenMRS-service-request.html">OpenMRS Service Request</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: HIV 1 and 2 tests - Meaningful Use set <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#75622-1)</span></p><p><b>subject</b>: <a href="Patient-example-openmrs-Patient.html">Patient/example-openmrs-Patient</a> &quot; JEANNETTE&quot;</p><p><b>occurrence</b>: 2014-08-16</p><p><b>requester</b>: <a href="Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html">Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2</a> &quot; CAREFUL&quot;</p><p><b>performer</b>: <a href="Patient-example-openmrs-Patient.html">Patient/example-openmrs-Patient</a> &quot; JEANNETTE&quot;</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>