Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH Lab Results - Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Urine Bacteria Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a urine bacteria example for the *CDMH Observation Lab Profile*."/>
    </extension>
    <versionId value="206540"/>
    <lastUpdated value="2016-04-18T03:56:41.250+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-lab-results"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>CDMH Lab Results Example</b></p>
  </text>
  <extension
             url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-lab-result-source">
    <valueCode value="DR"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-lab-test-priority">
    <valueCode value="E"/>
  </extension>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
    <text value="Laboratory"/>
  </category>
  <code>
    <extension
               url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-lab-loinc-code-source" id="1">
      <valueCode value="HL"/>
    </extension>
    <coding>
      <system value="http://loinc.org"/>
      <code value="25145-4"/>
      <display value="Bacteria [Presence] in Urine sediment by Light microscopy"/>
    </coding>
    <text value="BACTERIA"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <effectiveDateTime value="2005-07-05"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="260350009"/>
      <display value="++++"/>
    </coding>
    <text value="4+"/>
  </valueCodeableConcept>
  <referenceRange>
    <text value="0-1+"/>
  </referenceRange>
</Observation>