FHIR IG Statistics: ValueSet/inactive-condition
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/condition-clinical
Code | Display | Definition |
inactive | Inactive | The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation. |
remission | Remission | The subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning. |
resolved | Resolved | The subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning. |
Source
{
"resourceType": "ValueSet",
"id": "inactive-condition",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "shareable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "computable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "publishable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode": "structured"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-author",
"valueContactDetail": {
"name": "Bryn Rhodes"
}
}
],
"url": "http://fhir.org/guides/cqf/common/ValueSet/inactive-condition",
"version": "4.0.1",
"name": "CQFInactiveCondition",
"title": "CQF Inactive Condition",
"status": "active",
"experimental": false,
"date": "2019-07-21",
"publisher": "Alphora",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://alphora.com"
}
]
}
],
"description": "Inactive condition clinical status codes",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"purpose": "Used to specify the set of clinical status codes that are considered inactive",
"copyright": "© Alphora 2019+",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"concept": [
{
"code": "inactive",
"display": "Inactive"
},
{
"code": "remission",
"display": "Remission"
},
{
"code": "resolved",
"display": "Resolved"
}
]
}
]
}
}