EMR-LIS Implementation Guide
0.2.0 - ci-build

EMR-LIS Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: EMR-LIS Observation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-emr-lis-observation"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/emr-lis-ig/StructureDefinition/emr-lab-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: ebf83ba0-9d3c-497f-9aa0-d839ec506202</p><p></p><p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes: {http://loinc.org 22748-8}">22748-8</span></p><p><b>subject</b>: <a href="Patient-example-emr-lis-patient.html">Generated Summary: iSantePlus ID: 10012R (OFFICIAL); active; moses Mutesa ; gender: female; birthDate: 1988-03-02; </a></p><p><b>effective</b>: Mar 3, 2011, 9:30:00 PM</p><p><b>performer</b>: <a href="Practitioner-example-emr-lis-practitioner.html">Generated Summary: id: 1000AX; Moses Mutesa</a></p><p><b>value</b>: 55 UI/L</p></div>
  </text>
  <identifier>
    <system value="https://isanteplusdemo.com/openmrs/ws/fhir2/"/>
    <value value="ebf83ba0-9d3c-497f-9aa0-d839ec506202"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="22748-8"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example-emr-lis-patient"/>
    <type value="Patient"/>
  </subject>
  <effectiveDateTime value="2011-03-04T08:30:00+11:00"/>
  <performer>
    <reference value="Practitioner/example-emr-lis-practitioner"/>
  </performer>
  <valueQuantity>
    <value value="55"/>
    <unit value="UI/L"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="88"/>
  </valueQuantity>
</Observation>