Laboratory Base Class FHIR Profiles
0.1 - Draft United States of America flag

Laboratory Base Class FHIR Profiles, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 0.1). This version is based on the current content of https://github.com/HL7/cimi-labs/ and changes regularly. See the Directory of published versions

: QuantitativeLab-example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="QuantitativeLab-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/cimi-labs/StructureDefinition/standard-lab-obs-quant"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="QuantitativeLab-example"> </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 Observation &quot;QuantitativeLab-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-standard-lab-obs-quant.html">Standard Lab Obs Quantitative</a></p></div><p><b>identifier</b>: Accession ID: TH56231, Filler Identifier: 12093785, Placer Identifier: 58739021</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/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Glucose [Mass/volume] in Serum or Plasma <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#2345-7)</span></p><p><b>subject</b>: <span>: Young, Female 2345</span></p><p><b>encounter</b>: <span>: GP Visit</span></p><p><b>effective</b>: 2019-10-16 12:12:29-0900</p><p><b>performer</b>: </p><ul><li><a href="Practitioner-LabTech.html">Practitioner/LabTech</a> &quot;&quot;</li><li><a href="Organization-ACMELab.html">Organization/ACMELab</a> &quot;ACME Clinical Laboratories&quot;</li><li><a href="Practitioner-DrDr.html">Practitioner/DrDr</a> &quot;&quot;</li></ul><p><b>value</b>: 103 mg/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg/dL = 'mg/dL')</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
      </coding>
    </type>
    <value value="TH56231"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
      </coding>
    </type>
    <value value="12093785"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
      </coding>
    </type>
    <value value="58739021"/>
  </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="2345-7"/>
    </coding>
    <text value="Glucose [Mass/volume] in Serum or Plasma"/>
  </code>
  <subject>
    <display value="Young, Female 2345"/>
  </subject>
  <encounter>
    <display value="GP Visit"/>
  </encounter>
  <effectiveDateTime value="2019-10-16T12:12:29-09:00"/>
  <performer>
    <reference value="Practitioner/LabTech"/>
  </performer>
  <performer>
    <reference value="Organization/ACMELab"/>
  </performer>
  <performer>
    <reference value="Practitioner/DrDr"/>
  </performer>
  <valueQuantity>
    <value value="103"/>
    <unit value="mg/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/dL"/>
  </valueQuantity>
</Observation>