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

FHIR IG analytics

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-TilsynAfdeling.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-TilsynAfdeling.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/TilsynAfdeling
Version2.23.2
Statusactive
Date2026-06-24T00:00:00+02:00
NameTilsynAfdelingCS
TitleTilsynAfdeling - DPD
DescriptionTilsynAfdeling - DPD
Contentcomplete

Resources that use this resource

ValueSet
dk.kip.rkkp.fhir.ig.core#currentTilsynAfdelingTilsynAfdeling - DPD

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem TilsynAfdeling

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
commentcommenthttp://hl7.org/fhir/concept-properties#commentstringA string that provides additional detail pertinent to the use or understanding of the concept
effectiveDateeffectiveDatehttp://hl7.org/fhir/concept-properties#effectiveDatedateTimeThe date at which the concept status was last changed
statusstatushttp://hl7.org/fhir/concept-properties#statuscodeA code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired
Inactiveinactivehttp://hl7.org/fhir/concept-properties#inactivebooleanTrue if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false. Note that the status property may also be used to indicate that a concept is inactive

Concepts

This code system https://kip.rkkp.dk/fhir/CodeSystem/TilsynAfdeling defines the following codes:

CodeDisplayDefinitioncommenteffectiveDatestatusInactive
TilSyn Patienten blev set på et tilsyn på anden afdeling uden at patienten er blevet tilknyttet det palliative teamPatienten blev set på et tilsyn på anden afdeling uden at patienten er blevet tilknyttet det palliative teamAdded2026-06-24T00:00:00+02:00activefalse
AldrigSet Patienten blev aldrig setPatienten blev aldrig setAdded2026-06-24T00:00:00+02:00activefalse

Source1

{
  "resourceType": "CodeSystem",
  "id": "TilsynAfdeling",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/TilsynAfdeling",
  "version": "2.23.2",
  "name": "TilsynAfdelingCS",
  "title": "TilsynAfdeling - DPD",
  "status": "active",
  "date": "2026-06-24T00: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": "TilsynAfdeling - DPD",
  "content": "complete",
  "count": 2,
  "property": [
    {
      "code": "comment",
      "uri": "http://hl7.org/fhir/concept-properties#comment",
      "description": "A string that provides additional detail pertinent to the use or understanding of the concept",
      "type": "string"
    },
    {
      "code": "effectiveDate",
      "uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description": "The date at which the concept status was last changed",
      "type": "dateTime"
    },
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired",
      "type": "code"
    },
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "description": "True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false. Note that the status property may also be used to indicate that a concept is inactive",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "TilSyn",
      "display": "Patienten blev set på et tilsyn på anden afdeling uden at patienten er blevet tilknyttet det palliative team",
      "definition": "Patienten blev set på et tilsyn på anden afdeling uden at patienten er blevet tilknyttet det palliative team",
      "property": [
        {
          "code": "comment",
          "valueString": "Added"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2026-06-24T00:00:00+02:00"
        },
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "inactive",
          "valueBoolean": false
        }
      ]
    },
    {
      "code": "AldrigSet",
      "display": "Patienten blev aldrig set",
      "definition": "Patienten blev aldrig set",
      "property": [
        {
          "code": "comment",
          "valueString": "Added"
        },
        {
          "code": "effectiveDate",
          "valueDateTime": "2026-06-24T00:00:00+02:00"
        },
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "inactive",
          "valueBoolean": false
        }
      ]
    }
  ]
}