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

Condition-status.xml

Definition for Value SetConditionStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ConditionStatus</h2>
      <p>The clinical status of the Condition or diagnosis</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/condition-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>provisional
            <a name="provisional"> </a>
          </td>
          <td/>
          <td>This is a tentative diagnosis - still a candidate that is under consideration.</td>
        </tr>
        <tr>
          <td>working
            <a name="working"> </a>
          </td>
          <td/>
          <td>The patient is being treated on the basis that this is the condition, but it is still
             not confirmed.</td>
        </tr>
        <tr>
          <td>confirmed
            <a name="confirmed"> </a>
          </td>
          <td/>
          <td>There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.</td>
        </tr>
        <tr>
          <td>refuted
            <a name="refuted"> </a>
          </td>
          <td/>
          <td>This condition has been ruled out by diagnostic and clinical evidence.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/condition-status"/>
  <name value="ConditionStatus"/>
  <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="The clinical status of the Condition or diagnosis"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.978+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/condition-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="provisional"/>
      <definition value="This is a tentative diagnosis - still a candidate that is under consideration."/>
    </concept>
    <concept>
      <code value="working"/>
      <definition value="The patient is being treated on the basis that this is the condition, but it is still
       not confirmed."/>
    </concept>
    <concept>
      <code value="confirmed"/>
      <definition value="There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition."/>
    </concept>
    <concept>
      <code value="refuted"/>
      <definition value="This condition has been ruled out by diagnostic and clinical evidence."/>
    </concept>
  </define>
</ValueSet>