| Package | hl7.fhir.uv.cpg |
| Resource Type | ValueSet |
| Id | cpg-active-condition-vs |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/ValueSet-cpg-active-condition-vs.html |
| URL | http://hl7.org/fhir/uv/cpg/ValueSet/cpg-active-condition-vs |
| Version | 2.0.0 |
| Status | active |
| Date | 2024-11-26T06:42:34+00:00 |
| Name | CPGActiveConditionVS |
| Title | CPG Active Condition Value Set |
| Realm | uv |
| Authority | hl7 |
| Description | Active condition clinical status codes |
| Purpose | Used to specify the set of clinical status codes that are considered active |
| Copyright | © CDC 2016+. |
No resources found
| CodeSystem | |
| condition-clinical | Condition Clinical Status Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet cpg-active-condition-vs
http://terminology.hl7.org/CodeSystem/condition-clinical| Code | Display | Definition |
| active | Active | The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk. |
| recurrence | Recurrence | The subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity. |
| relapse | Relapse | The subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism. |
{
"resourceType": "ValueSet",
"id": "cpg-active-condition-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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": "2024-11-26T06:42:34+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",
"concept": [
{
"code": "active",
"display": "Active"
},
{
"code": "recurrence",
"display": "Recurrence"
},
{
"code": "relapse",
"display": "Relapse"
}
]
}
]
}
}