RIVO-Noord Zorgviewer Implementation Guide
1.21.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.21.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
Active as of 2025-10-15 |
{
"resourceType" : "ValueSet",
"id" : "ProbleemStatus",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ProbleemStatus</b></p><a name=\"ProbleemStatus\"> </a><a name=\"hcProbleemStatus\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/STU3/shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html\"><code>http://hl7.org/fhir/condition-clinical</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.2, the version found through the package references\"> version 📦3.0.2</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html#condition-clinical-active\">active</a></td><td>Actueel</td><td>The subject is currently experiencing the symptoms of the condition or there is evidence of the condition.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html#condition-clinical-recurrence\">recurrence</a></td><td>Actueel</td><td>The subject is having a relapse or re-experiencing the condition after a period of remission or presumed resolution.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html#condition-clinical-inactive\">inactive</a></td><td>Niet actueel</td><td>The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html#condition-clinical-remission\">remission</a></td><td>Niet actueel</td><td>The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-condition-clinical.html#condition-clinical-resolved\">resolved</a></td><td>Niet actueel</td><td>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><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/codesystem-episode-of-care-status.html\"><code>http://hl7.org/fhir/episode-of-care-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.2, the version found through the package references\"> version 📦3.0.2</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-episode-of-care-status.html#episode-of-care-status-active\">active</a></td><td>Actueel</td><td>This episode of care is current.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-episode-of-care-status.html#episode-of-care-status-finished\">finished</a></td><td>Niet actueel</td><td>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.</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.hl7.nl/zorgviewer/ValueSet/ProbleemStatus",
"version" : "1.21.0",
"name" : "ProbleemStatus",
"title" : "ProbleemStatus Labels",
"status" : "active",
"experimental" : false,
"date" : "2025-10-15T15:52:33+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"
}
]
}
]
}
}