HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.1

This page is part of the US Core (v3.1.1: STU3) 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

JSON Format: ValueSet-us-core-condition-category

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "us-core-condition-category",
  "text" : {
    "status" : "generated",
    "div" : "<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=\"https://terminology.hl7.org/1.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></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></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category",
  "version" : "3.1.1",
  "name" : "USCoreConditionCategoryCodes",
  "title" : "US Core Condition Category Codes",
  "status" : "active",
  "date" : "2019-05-21",
  "publisher" : "HL7 US Realm Steering Committee",
  "description" : "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",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "purpose" : "So API consumers can separate health concerns and problems.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-category"
      },
      {
        "system" : "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
        "concept" : [
          {
            "code" : "health-concern",
            "display" : "Health Concern"
          }
        ]
      }
    ]
  }
}