Laboratory Workflows Implementation Guide
0.3.0 - ci-build

Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions

: Laboratory Observation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-laboratory-observation"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/laboratory-workflows-ig/StructureDefinition/laboratory-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b></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 Observation "example-laboratory-observation" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-laboratory-observation.html">Laboratory Observation</a></p></div><p><b>identifier</b>: id: ebf83ba0-9d3c-497f-9aa0-d839ec506202</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Cholesterol in LDL [Moles/volume] in Serum or Plasma <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#22748-8)</span></p><p><b>subject</b>: <a href="Patient-example-laboratory-patient.html">Patient/example-laboratory-patient</a> " MUTESA"</p><p><b>effective</b>: 2011-03-04 08:30:00+1100</p><p><b>performer</b>: <a href="Practitioner-example-laboratory-practitioner.html">Practitioner/example-laboratory-practitioner</a> ""</p><p><b>value</b>: 55 UI/L<span style="background: LightGoldenRodYellow"> (Details: UCUM code 88 = '88')</span></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-laboratory-patient"/>
    <type value="Patient"/>
  </subject>
  <effectiveDateTime value="2011-03-04T08:30:00+11:00"/>
  <performer>
    <reference value="Practitioner/example-laboratory-practitioner"/>
  </performer>
  <valueQuantity>
    <value value="55"/>
    <unit value="UI/L"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="88"/>
  </valueQuantity>
</Observation>