US Core Implementation Guide
6.1.0-snapshot1 - STU6 United States of America flag

This page is part of the US Core (v6.1.0-snapshot1: STU6 Update) based on FHIR R4. The current version which supercedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

: US Core Clinical Result Observation Category - XML Representation

Active as of 2023-04-13

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="us-core-clinical-result-observation-category"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html"><code>http://terminology.hl7.org/CodeSystem/observation-category</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-laboratory">laboratory</a></td><td>Laboratory</td><td>The results of observations generated by laboratories.  Laboratory results are typically generated by laboratories providing analytic services in areas such as chemistry, hematology, serology, histology, cytology, anatomic pathology (including digital pathology), microbiology, and/or virology. These observations are based on analysis of specimens obtained from the patient and submitted to the laboratory.</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-exam">exam</a></td><td>Exam</td><td>Observations generated by physical exam findings including direct observations made by a clinician and use of simple instruments and the result of simple maneuvers performed directly on the patient's body.</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-therapy">therapy</a></td><td>Therapy</td><td>Observations generated by non-interventional treatment protocols (e.g. occupational, physical, radiation, nutritional and medication therapy)</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-imaging">imaging</a></td><td>Imaging</td><td>Observations generated by imaging. The scope includes observations regarding plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, and nuclear medicine.</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-procedure">procedure</a></td><td>Procedure</td><td>Observations generated by other procedures.  This category includes observations resulting from interventional and non-interventional procedures excluding laboratory and imaging (e.g., cardiology catheterization, endoscopy, electrodiagnostics, etc.).  Procedure results are typically generated by a clinician to provide more granular information about component observations made during a procedure.  An example would be when a gastroenterologist reports the size of a polyp observed during a colonoscopy.</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-vital-signs">vital-signs</a></td><td>Vital Signs</td><td>Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html#observation-category-activity">activity</a></td><td>Activity</td><td>Observations that measure or record any bodily activity that enhances or maintains physical fitness and overall health and wellness.  Not under direct supervision of practitioner such as a physical therapist. (e.g., laps swum, steps, sleep data)</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/core/ValueSet/us-core-clinical-result-observation-category"/>
  <version value="6.1.0-snapshot1"/>
  <name value="USCoreClinicalResultObservationCategory"/>
  <title value="US Core Clinical Result Observation Category"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-04-13"/>
  <publisher value="HL7 International - Cross-Group Projects"/>
  <contact>
    <name value="HL7 International - Cross-Group Projects"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cgp"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="Used to classify the context of clinical result observations."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <copyright
             value="Used by permission of HL7 International, all rights reserved Creative Commons License"/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <concept>
        <code value="laboratory"/>
        <display value="Laboratory"/>
      </concept>
      <concept>
        <code value="exam"/>
        <display value="Exam"/>
      </concept>
      <concept>
        <code value="therapy"/>
        <display value="Therapy"/>
      </concept>
      <concept>
        <code value="imaging"/>
        <display value="Imaging"/>
      </concept>
      <concept>
        <code value="procedure"/>
        <display value="Procedure"/>
      </concept>
      <concept>
        <code value="vital-signs"/>
        <display value="Vital Signs"/>
      </concept>
      <concept>
        <code value="activity"/>
        <display value="Activity"/>
      </concept>
    </include>
  </compose>
</ValueSet>