Clinical Practice Guidelines
2.0.0 - STU2 International flag

Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

: CPG Active Condition Value Set

Active as of 2026-06-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cpg-active-condition-vs",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cpg-active-condition-vs</b></p><a name=\"cpg-active-condition-vs\"> </a><a name=\"hccpg-active-condition-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://tx.fhir.org/r4\"><code>http://terminology.hl7.org/CodeSystem/condition-clinical</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><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://tx.fhir.org/r4/ValueSet/condition-clinical#condition-clinical-active\">active</a></td><td>Active</td><td>The subject is currently experiencing the symptoms of the condition or there is evidence of the condition.</td></tr><tr><td><a href=\"http://tx.fhir.org/r4/ValueSet/condition-clinical#condition-clinical-recurrence\">recurrence</a></td><td>Recurrence</td><td>The subject is experiencing a re-occurence or repeating of a previously resolved condition, e.g. urinary tract infection, pancreatitis, cholangitis, conjunctivitis.</td></tr><tr><td><a href=\"http://tx.fhir.org/r4/ValueSet/condition-clinical#condition-clinical-relapse\">relapse</a></td><td>Relapse</td><td>The subject is experiencing a return of a condition, or signs and symptoms after a period of improvement or remission, e.g. relapse of cancer, multiple sclerosis, rheumatoid arthritis, systemic lupus erythematosus, bipolar disorder, [psychotic relapse of] schizophrenia, etc.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "shareable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "publishable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-active-condition-vs",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.48.48.2"
    }
  ],
  "version" : "2.0.0",
  "name" : "CPGActiveConditionVS",
  "title" : "CPG Active Condition Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-06-10T15:28:01+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "name" : "HL7 International / Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Active condition clinical status codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "purpose" : "Used to specify the set of clinical status codes that are considered active",
  "copyright" : "© CDC 2016+.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "recurrence",
            "display" : "Recurrence"
          },
          {
            "code" : "relapse",
            "display" : "Relapse"
          }
        ]
      }
    ]
  }
}