FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ManglendeBehandling

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdManglendeBehandling
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-ManglendeBehandling.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/ManglendeBehandling
Version2.12.0
Statusactive
Date2022-09-06T00:00:00+02:00
NameManglendeBehandling
TitleGrund til manglende behandling
DescriptionÅrsag til manglende behandling

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
GenericValuesGeneric values
TreatmentNotGivenTreatment not given; cause

Narrative

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

Generated Narrative: ValueSet ManglendeBehandling

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "ManglendeBehandling",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/ManglendeBehandling",
  "version": "2.12.0",
  "name": "ManglendeBehandling",
  "title": "Grund til manglende behandling",
  "status": "active",
  "experimental": true,
  "date": "2022-09-06T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Årsag til manglende behandling",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/TreatmentNotGiven",
        "concept": [
          {
            "code": "unsuitable",
            "display": "Uegnet til behandling"
          },
          {
            "code": "unwanted",
            "display": "Ønskede ikke behandling"
          },
          {
            "code": "died",
            "display": "Døde før behandling"
          },
          {
            "code": "lack_capacity",
            "display": "Manglende kapacitet"
          },
          {
            "code": "other_palliative_department",
            "display": "Behandlet af anden palliativ enhed"
          }
        ]
      },
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues",
        "concept": [
          {
            "code": "other",
            "display": "Anden årsag"
          }
        ]
      }
    ]
  }
}