RIVO-Noord Zorgviewer Implementation Guide
1.21.0 - CI build Netherlands flag

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

: ProbleemStatus Labels - XML Representation

Active as of 2025-10-15

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ProbleemStatus"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 &#x1F4E6;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 &#x1F4E6;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 &quot;closed&quot;, &quot;completed&quot; or other similar terms.</td></tr></table></li></ul></div>
  </text>
  <url value="http://fhir.hl7.nl/zorgviewer/ValueSet/ProbleemStatus"/>
  <version value="1.21.0"/>
  <name value="ProbleemStatus"/>
  <title value="ProbleemStatus Labels"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-10-15T15:52:33+00:00"/>
  <publisher value="RIVO-NN HL7NL"/>
  <contact>
    <name value="RIVO-NN"/>
    <telecom>
      <system value="url"/>
      <value value="https://rivo-noord.nl"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7NL"/>
    <telecom>
      <system value="url"/>
      <value value="https://hl7.nl"/>
    </telecom>
  </contact>
  <description
               value="Deze waardelijst bevat de labels voor de Probleem (clinical)status"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="NL"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/condition-clinical"/>
      <concept>
        <code value="active"/>
        <display value="Actueel"/>
      </concept>
      <concept>
        <code value="recurrence"/>
        <display value="Actueel"/>
      </concept>
      <concept>
        <code value="inactive"/>
        <display value="Niet actueel"/>
      </concept>
      <concept>
        <code value="remission"/>
        <display value="Niet actueel"/>
      </concept>
      <concept>
        <code value="resolved"/>
        <display value="Niet actueel"/>
      </concept>
    </include>
    <include>
      <system value="http://hl7.org/fhir/episode-of-care-status"/>
      <concept>
        <code value="active"/>
        <display value="Actueel"/>
      </concept>
      <concept>
        <code value="finished"/>
        <display value="Niet actueel"/>
      </concept>
    </include>
  </compose>
</ValueSet>