FHIR IG analytics| Package | hl7.fhir.nl.zorgviewer |
| Resource Type | ValueSet |
| Id | ValueSet-ProbleemStatus.json |
| FHIR Version | R3 |
| Source | https://build.fhir.org/ig/RIVO-Noord/zorgviewer-ig/ValueSet-ProbleemStatus.html |
| URL | http://fhir.hl7.nl/zorgviewer/ValueSet/ProbleemStatus |
| Version | 1.23.0 |
| Status | active |
| Date | 2026-01-14T16:14:23+00:00 |
| Name | ProbleemStatus |
| Title | ProbleemStatus Labels |
| Realm | nl |
| Authority | hl7 |
| Description | Deze waardelijst bevat de labels voor de Probleem (clinical)status |
No resources found
| CodeSystem | |
| condition-clinical | condition-clinical |
| episode-of-care-status | Episode Of Care Status |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ProbleemStatus
Profile: Shareable ValueSet
This value set includes codes based on the following rules:
http://hl7.org/fhir/condition-clinical version 📦3.0.2| Code | Display | Definition |
| active | Actueel | The subject is currently experiencing the symptoms of the condition or there is evidence of the condition. |
| recurrence | Actueel | The subject is having a relapse or re-experiencing the condition after a period of remission or presumed resolution. |
| inactive | Niet actueel | The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition. |
| remission | Niet actueel | The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning. |
| resolved | Niet actueel | The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning. |
http://hl7.org/fhir/episode-of-care-status version 📦3.0.2| Code | Display | Definition |
| active | Actueel | This episode of care is current. |
| finished | Niet actueel | This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as "closed", "completed" or other similar terms. |
{
"resourceType": "ValueSet",
"id": "ProbleemStatus",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.hl7.nl/zorgviewer/ValueSet/ProbleemStatus",
"version": "1.23.0",
"name": "ProbleemStatus",
"title": "ProbleemStatus Labels",
"status": "active",
"experimental": false,
"date": "2026-01-14T16:14:23+00:00",
"publisher": "RIVO-NN HL7NL",
"contact": [
{
"name": "RIVO-NN",
"telecom": [
{
"system": "url",
"value": "https://rivo-noord.nl"
}
]
},
{
"name": "HL7NL",
"telecom": [
{
"system": "url",
"value": "https://hl7.nl"
}
]
}
],
"description": "Deze waardelijst bevat de labels voor de Probleem (clinical)status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NL"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/condition-clinical",
"concept": [
{
"code": "active",
"display": "Actueel"
},
{
"code": "recurrence",
"display": "Actueel"
},
{
"code": "inactive",
"display": "Niet actueel"
},
{
"code": "remission",
"display": "Niet actueel"
},
{
"code": "resolved",
"display": "Niet actueel"
}
]
},
{
"system": "http://hl7.org/fhir/episode-of-care-status",
"concept": [
{
"code": "active",
"display": "Actueel"
},
{
"code": "finished",
"display": "Niet actueel"
}
]
}
]
}
}