US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

US Core Condition Category Codes


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="us-core-condition-category"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>US Core Condition Category Codes</h2><div><p>The US core Condition Category Codes support the separate concepts of problems and health concerns in Condition.category in order for API consumers to be able to separate health concerns and problems. However this is not mandatory for 2015 certification</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href="http://hl7.org/fhir/2017Jan/codesystem-condition-category.html">http://hl7.org/fhir/condition-category</a></li><li>Include these codes as defined in <a href="CodeSystem-condition-category.html">http://hl7.org/fhir/us/core/CodeSystem/condition-category</a><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>problem</td><td>Problem</td><td>The patients problems as identified by the provider(s). Items on the provider’s problem list</td></tr><tr><td>health-concern</td><td>Health Concern</td><td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category"/>
  <name value="US Core Condition Category Codes"/>
  <status value="draft"/>
  <publisher value="HL7 (FHIR Project)"/>
  <date value="2016-08-10"/>
  <description
               value="The US core Condition Category Codes support the separate concepts of problems and health concerns in Condition.category in order for API consumers to be able to separate health concerns and problems. However this is not mandatory for 2015 certification"/>
  <purpose value="So API consumers can separate health concerns and problems."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/condition-category"/>
    </include>
    <include>
      <system value="http://hl7.org/fhir/us/core/CodeSystem/condition-category"/>
      <concept>
        <code value="problem"/>
        <display value="Problem"/>
      </concept>
      <concept>
        <code value="health-concern"/>
        <display value="Health Concern"/>
      </concept>
    </include>
  </compose>
</ValueSet>