US Core Implementation Guide
4.1.0 - STU4 Ballot

This page is part of the US Core (v4.1.0: STU5 Ballot 1) based on FHIR R4. 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 - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="us-core-condition-category"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href="http://terminology.hl7.org/3.0.0/CodeSystem-condition-category.html"><code>http://terminology.hl7.org/CodeSystem/condition-category</code></a></li><li>Include these codes as defined in <a href="CodeSystem-condition-category.html"><code>http://hl7.org/fhir/us/core/CodeSystem/condition-category</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-condition-category.html#condition-category-health-concern">health-concern</a></td><td>Health Concern</td><td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</td></tr></table></li><li>Include these codes as defined in <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://snomed.info/id/16100001">16100001</a></td><td>Death diagnosis</td><td>Death diagnosis, or cause of death is a contextual qualifier indicating the problem represented caused the patient's death.</td></tr></table></li><li>Include these codes as defined in <a href="http://loinc.org"><code>http://loinc.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://details.loinc.org/LOINC/LG41762-2.html">LG41762-2</a></td><td>Social Determinants Of Health</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category"/>
  <version value="4.1.0"/>
  <name value="USCoreConditionCategoryCodes"/>
  <title value="US Core Condition Category Codes"/>
  <status value="active"/>
  <date value="2021-11-30"/>
  <publisher value="HL7 International - Cross-Group Projects"/>
  <contact>
    <name value="HL7 International - Cross-Group Projects"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cgp"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="The US Core Condition Category Codes support the separate concepts of problems, health concerns, and Social Determinants of Health in Condition.category in order for API consumers to be able to separate them."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <copyright
             value="This value set includes content from:
   1. SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.
     2. LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
    </include>
    <include>
      <system value="http://hl7.org/fhir/us/core/CodeSystem/condition-category"/>
      <concept>
        <code value="health-concern"/>
        <display value="Health Concern"/>
      </concept>
    </include>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition">
          <valueString
                       value="Death diagnosis, or cause of death is a contextual qualifier indicating the problem represented caused the patient&#39;s death."/>
        </extension>
        <code value="16100001"/>
        <display value="Death diagnosis"/>
      </concept>
    </include>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="LG41762-2"/>
        <display value="Social Determinants Of Health"/>
      </concept>
    </include>
  </compose>
</ValueSet>