FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeValueSet
IdValueSet-ProbleemStatus.json
FHIR VersionR3
Sourcehttps://build.fhir.org/ig/RIVO-Noord/zorgviewer-ig/ValueSet-ProbleemStatus.html
URLhttp://fhir.hl7.nl/zorgviewer/ValueSet/ProbleemStatus
Version1.23.0
Statusactive
Date2026-01-14T16:14:23+00:00
NameProbleemStatus
TitleProbleemStatus Labels
Realmnl
Authorityhl7
DescriptionDeze waardelijst bevat de labels voor de Probleem (clinical)status

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
condition-clinicalcondition-clinical
episode-of-care-statusEpisode Of Care Status

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ProbleemStatus

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/condition-clinical version 📦3.0.2
    CodeDisplayDefinition
    activeActueelThe subject is currently experiencing the symptoms of the condition or there is evidence of the condition.
    recurrenceActueelThe subject is having a relapse or re-experiencing the condition after a period of remission or presumed resolution.
    inactiveNiet actueelThe subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition.
    remissionNiet actueelThe subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.
    resolvedNiet actueelThe subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning.
  • Include these codes as defined in http://hl7.org/fhir/episode-of-care-status version 📦3.0.2
    CodeDisplayDefinition
    activeActueelThis episode of care is current.
    finishedNiet actueelThis 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.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}