QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

ObservationVerification

Formats: Narrative, XML, JSON, Turtle

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="observation-verification"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>QICore Observation Verification Method</h2><div><p>Code for method by which the observation result was validated, e.g., human review, sliding average.</p>
</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">1<a name="observation-verification-1"> </a></td><td>Human review</td><td>The observation was reviewed and verified by a person</td></tr><tr><td style="white-space:nowrap">2<a name="observation-verification-2"> </a></td><td>Sliding average</td><td>The observation was verified against a sliding average</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification"/>
  <version value="4.0.0"/>
  <name value="ObservationVerification"/>
  <title value="QICore Observation Verification Method"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-08-22T00:00:00+00:00"/>
  <publisher value="Health Level Seven, Inc. - CQI WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/special/committees/CQI"/>
    </telecom>
  </contact>
  <description
               value="Code for method by which the observation result was validated, e.g., human review, sliding average."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="1"/>
    <display value="Human review"/>
    <definition value="The observation was reviewed and verified by a person"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="Sliding average"/>
    <definition value="The observation was verified against a sliding average"/>
  </concept>
</CodeSystem>