{
  "resourceType" : "CodeSystem",
  "id" : "condition-clinical",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/condition-clinical defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">active\n                  <a name=\"condition-clinical-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>The subject is currently experiencing the symptoms of the condition or there is evidence of the condition.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0recurrence\n                  <a name=\"condition-clinical-recurrence\"> </a>\n                </td>\n                <td>Recurrence</td>\n                <td>The subject is experiencing a re-occurence or repeating of a previously resolved condition, e.g. urinary tract infection, pancreatitis, cholangitis, conjunctivitis.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0relapse\n                  <a name=\"condition-clinical-relapse\"> </a>\n                </td>\n                <td>Relapse</td>\n                <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>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">inactive\n                  <a name=\"condition-clinical-inactive\"> </a>\n                </td>\n                <td>Inactive</td>\n                <td>The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0remission\n                  <a name=\"condition-clinical-remission\"> </a>\n                </td>\n                <td>Remission</td>\n                <td>The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0resolved\n                  <a name=\"condition-clinical-resolved\"> </a>\n                </td>\n                <td>Resolved</td>\n                <td>The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
  "version" : "4.3.0",
  "name" : "ConditionClinicalStatusCodes",
  "title" : "Condition Clinical Status Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Patient Care",
  "contact" : [{
    "name" : "Patient Care",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare"
    }]
  }],
  "description" : "Preferred value set for Condition Clinical Status.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "active",
    "display" : "Active",
    "definition" : "The subject is currently experiencing the symptoms of the condition or there is evidence of the condition.",
    "concept" : [{
      "code" : "recurrence",
      "display" : "Recurrence",
      "definition" : "The subject is experiencing a re-occurence or repeating of a previously resolved condition, e.g. urinary tract infection, pancreatitis, cholangitis, conjunctivitis."
    },
    {
      "code" : "relapse",
      "display" : "Relapse",
      "definition" : "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."
    }]
  },
  {
    "code" : "inactive",
    "display" : "Inactive",
    "definition" : "The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition.",
    "concept" : [{
      "code" : "remission",
      "display" : "Remission",
      "definition" : "The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning."
    },
    {
      "code" : "resolved",
      "display" : "Resolved",
      "definition" : "The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning."
    }]
  }]
}