<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="condition-criticality" />
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>QICore Condition Criticality Codes</h2>
      <div>
        <p>Value Set for QICore Condition Criticality (Example)</p>
      </div>
      <p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/condition-criticality 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">unspecified<a name="condition-criticality-unspecified"></a></td>
          <td>Not Specified</td>
          <td>The criticality of the condition is not specified</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">self-resolving<a name="condition-criticality-self-resolving"></a></td>
          <td>Expected to Self-Resolve</td>
          <td>The condition is expected to resolve on its own</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">controllable<a name="condition-criticality-controllable"></a></td>
          <td>Controllable</td>
          <td>The condition is considered to be controllable</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">functional-loss<a name="condition-criticality-functional-loss"></a></td>
          <td>Potential loss of function or capacity</td>
          <td>The condition may result in partial or full loss of function or capacity</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">life-threatening<a name="condition-criticality-life-threatening"></a></td>
          <td>Life Threatening</td>
          <td>The condition is considered to be life-threatening</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">requires-hospitalization<a name="condition-criticality-requires-hospitalization"></a></td>
          <td>Requires Hospitalization</td>
          <td>The condition requires hospitalization</td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/us/qicore/CodeSystem/condition-criticality" />
  <version value="3.1.0" />
  <name value="ConditionCriticality" />
  <title value="QICore Condition Criticality Codes" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2018-08-22T00:00:00+10: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="Value Set for QICore Condition Criticality (Example)" />
  <caseSensitive value="true" />
  <content value="complete" />
  <concept>
    <code value="unspecified" />
    <display value="Not Specified" />
    <definition value="The criticality of the condition is not specified" />
  </concept>
  <concept>
    <code value="self-resolving" />
    <display value="Expected to Self-Resolve" />
    <definition value="The condition is expected to resolve on its own" />
  </concept>
  <concept>
    <code value="controllable" />
    <display value="Controllable" />
    <definition value="The condition is considered to be controllable" />
  </concept>
  <concept>
    <code value="functional-loss" />
    <display value="Potential loss of function or capacity" />
    <definition value="The condition may result in partial or full loss of function or capacity" />
  </concept>
  <concept>
    <code value="life-threatening" />
    <display value="Life Threatening" />
    <definition value="The condition is considered to be life-threatening" />
  </concept>
  <concept>
    <code value="requires-hospitalization" />
    <display value="Requires Hospitalization" />
    <definition value="The condition requires hospitalization" />
  </concept>
</CodeSystem>