FHIR IG Statistics: ValueSet/activeResolved-condition-vs
Resources that use this resource
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 |
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. |
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": "activeResolved-condition-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/pcsp/ValueSet/activeResolved-condition-vs",
"version": "0.1.0",
"name": "ActiveResolvedConditionVS",
"title": "Active or resolved Condition",
"status": "active",
"experimental": false,
"date": "2023-01-26T09:50:21+01:00",
"publisher": "PanCareSurPass Project",
"contact": [
{
"name": "PanCareSurPass Project",
"telecom": [
{
"system": "url",
"value": "https://www.pancaresurpass.eu/"
}
]
},
{
"name": "PanCareSurPass Project",
"telecom": [
{
"system": "url",
"value": "https://www.pancaresurpass.eu/"
}
]
}
],
"description": "Active or resolved Condition",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"concept": [
{
"code": "active"
},
{
"code": "resolved"
}
]
}
]
}
}