This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Observation-reliability.xml

Definition for Value SetObservationReliability

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ObservationReliability</h2>
      <p>Codes that provide an estimate of the degree to which quality issues have impacted on
         the value of an observation</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/observation-reliability</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>ok
            <a name="ok"> </a>
          </td>
          <td/>
          <td>The result has no reliability concerns.</td>
        </tr>
        <tr>
          <td>ongoing
            <a name="ongoing"> </a>
          </td>
          <td/>
          <td>An early estimate of value; measurement is still occurring.</td>
        </tr>
        <tr>
          <td>early
            <a name="early"> </a>
          </td>
          <td/>
          <td>An early estimate of value; processing is still occurring.</td>
        </tr>
        <tr>
          <td>questionable
            <a name="questionable"> </a>
          </td>
          <td/>
          <td>The observation value should be treated with care.</td>
        </tr>
        <tr>
          <td>calibrating
            <a name="calibrating"> </a>
          </td>
          <td/>
          <td>The result has been generated while calibration is occurring.</td>
        </tr>
        <tr>
          <td>error
            <a name="error"> </a>
          </td>
          <td/>
          <td>The observation could not be completed because of an error.</td>
        </tr>
        <tr>
          <td>unknown
            <a name="unknown"> </a>
          </td>
          <td/>
          <td>No observation value was available.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/observation-reliability"/>
  <name value="ObservationReliability"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="Codes that provide an estimate of the degree to which quality issues have impacted on
   the value of an observation"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/observation-reliability"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="ok"/>
      <definition value="The result has no reliability concerns."/>
    </concept>
    <concept>
      <code value="ongoing"/>
      <definition value="An early estimate of value; measurement is still occurring."/>
    </concept>
    <concept>
      <code value="early"/>
      <definition value="An early estimate of value; processing is still occurring."/>
    </concept>
    <concept>
      <code value="questionable"/>
      <definition value="The observation value should be treated with care."/>
    </concept>
    <concept>
      <code value="calibrating"/>
      <definition value="The result has been generated while calibration is occurring."/>
    </concept>
    <concept>
      <code value="error"/>
      <definition value="The observation could not be completed because of an error."/>
    </concept>
    <concept>
      <code value="unknown"/>
      <definition value="No observation value was available."/>
    </concept>
  </define>
</ValueSet>