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-status.xml

Definition for Value SetObservationStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ObservationStatus</h2>
      <p>Codes providing the status of an observation</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/observation-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>registered
            <a name="registered"> </a>
          </td>
          <td/>
          <td>The existence of the observation is registered, but there is no result yet available.</td>
        </tr>
        <tr>
          <td>preliminary
            <a name="preliminary"> </a>
          </td>
          <td/>
          <td>This is an initial or interim observation: data may be incomplete or unverified.</td>
        </tr>
        <tr>
          <td>final
            <a name="final"> </a>
          </td>
          <td/>
          <td>The observation is complete and verified by an authorized person.</td>
        </tr>
        <tr>
          <td>amended
            <a name="amended"> </a>
          </td>
          <td/>
          <td>The observation has been modified subsequent to being Final, and is complete and verified
             by an authorized person.</td>
        </tr>
        <tr>
          <td>cancelled
            <a name="cancelled"> </a>
          </td>
          <td/>
          <td>The observation is unavailable because the measurement was not started or not completed
             (also sometimes called &quot;aborted&quot;).</td>
        </tr>
        <tr>
          <td>entered in error
            <a name="enteredinerror"> </a>
          </td>
          <td/>
          <td>The observation has been withdrawn following previous Final release.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/observation-status"/>
  <name value="ObservationStatus"/>
  <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 providing the status of an observation"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/observation-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="registered"/>
      <definition value="The existence of the observation is registered, but there is no result yet available."/>
    </concept>
    <concept>
      <code value="preliminary"/>
      <definition value="This is an initial or interim observation: data may be incomplete or unverified."/>
    </concept>
    <concept>
      <code value="final"/>
      <definition value="The observation is complete and verified by an authorized person."/>
    </concept>
    <concept>
      <code value="amended"/>
      <definition value="The observation has been modified subsequent to being Final, and is complete and verified
       by an authorized person."/>
    </concept>
    <concept>
      <code value="cancelled"/>
      <definition value="The observation is unavailable because the measurement was not started or not completed
       (also sometimes called &quot;aborted&quot;)."/>
    </concept>
    <concept>
      <code value="entered in error"/>
      <definition value="The observation has been withdrawn following previous Final release."/>
    </concept>
  </define>
</ValueSet>