International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: IPS Condition Status Code - JSON Representation

Draft as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.11.22.24--20170502000000",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.4.642.3.155</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Comments</b></td></tr><tr><td>active</td><td>Active</td><td>Note: The subject is currently experiencing the symptoms of the condition or there is evidence of the condition</td></tr><tr><td>recurrence</td><td>Recurrence</td><td>Note: The subject is experiencing a re-occurrence or repeating of a previously resolved condition\n                        \n                            Example: recurrence of (previously resolved.html) urinary tract infection, pancreatitis, cholangitis, conjunctivitis</td></tr><tr><td>relapse</td><td>Relapse</td><td>Note: The subject is experiencing a return of a condition, or signs and symptoms after a period of improvement or remission \n                        \n                            Examples: relapse of cancer, multiple sclerosis, rheumatoid arthritis, systemic lupus erythematosus, bipolar disorder, [psychotic relapse of] schizophrenia, etc</td></tr><tr><td>inactive</td><td>Inactive</td><td>Note: The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition</td></tr><tr><td>remission</td><td>Remission</td><td>Note: The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms or condition returning</td></tr><tr><td>resolved</td><td>Resolved</td><td>Note: The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2017-05-02T00:00:00+01:00"
      }
    }
  ],
  "url" : "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.11.22.24--20170502000000",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.11.22.24"
    }
  ],
  "version" : "1.0",
  "name" : "IPSConditionStatusCode",
  "title" : "IPS Condition Status Code",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "This is a placeholder for the condition status code based on SNOMED CT",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.4.642.3.155",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is currently experiencing the symptoms of the condition or there is evidence of the condition"
              }
            ],
            "code" : "active",
            "display" : "Active"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is experiencing a re-occurrence or repeating of a previously resolved condition\n                        \n                            Example: recurrence of (previously resolved.html) urinary tract infection, pancreatitis, cholangitis, conjunctivitis"
              }
            ],
            "code" : "recurrence",
            "display" : "Recurrence"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is experiencing a return of a condition, or signs and symptoms after a period of improvement or remission \n                        \n                            Examples: relapse of cancer, multiple sclerosis, rheumatoid arthritis, systemic lupus erythematosus, bipolar disorder, [psychotic relapse of] schizophrenia, etc"
              }
            ],
            "code" : "relapse",
            "display" : "Relapse"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition"
              }
            ],
            "code" : "inactive",
            "display" : "Inactive"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms or condition returning"
              }
            ],
            "code" : "remission",
            "display" : "Remission"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning"
              }
            ],
            "code" : "resolved",
            "display" : "Resolved"
          }
        ]
      }
    ]
  }
}