{
  "resourceType": "CodeSystem",
  "id": "condition-clinical",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Condition Clinical Status Codes</h2>\n            <div>\n              <p>Preferred value set for Condition Clinical Status.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/condition-clinical defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td>\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>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>  recurrence\n                  <a name=\"condition-clinical-recurrence\"> </a>\n                </td>\n                <td>Recurrence</td>\n                <td>The subject is having a relapse or re-experiencing the condition after a period of remission or presumed resolution.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>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>  remission\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>  resolved\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": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/condition-clinical",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.156"
  },
  "version": "3.0.1",
  "name": "Condition Clinical Status Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Preferred value set for Condition Clinical Status.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical",
  "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 having a relapse or re-experiencing the condition after a period of remission or presumed resolution."
        }
      ]
    },
    {
      "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."
        }
      ]
    }
  ]
}