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

FHIR IG Statistics: CodeSystem/Profylaksebehandling

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeCodeSystem
IdProfylaksebehandling
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-Profylaksebehandling.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/Profylaksebehandling
Version2.12.0
Statusactive
Date2024-06-24T00:00:00+02:00
NameProfylaksebehandling
TitleProfylaksebehandling
DescriptionProfylaksebehandling
Contentcomplete

Resources that use this resource

ValueSet
InitialResponsInitialRespons
VarigResponsVarigRespons

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem Profylaksebehandling

This case-insensitive code system https://kip.rkkp.dk/fhir/CodeSystem/Profylaksebehandling defines the following codes:

CodeDisplay
yesfreeOfTreatment Ja, og patienten genoptog ikke sin vanlige profylaksebehandling
yesagainprofylakse Ja, men patienten har genoptaget profylaksebehandling
nofreeOfTreatment Nej, og patienten har været behandlingsfri indtil nu
noagainprofylakse Nej, men patienten er genoptaget profylakse

Source

{
  "resourceType": "CodeSystem",
  "id": "Profylaksebehandling",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/Profylaksebehandling",
  "version": "2.12.0",
  "name": "Profylaksebehandling",
  "title": "Profylaksebehandling",
  "status": "active",
  "date": "2024-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": "Profylaksebehandling",
  "caseSensitive": false,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "yesfreeOfTreatment",
      "display": "Ja, og patienten genoptog ikke sin vanlige profylaksebehandling"
    },
    {
      "code": "yesagainprofylakse",
      "display": "Ja, men patienten har genoptaget profylaksebehandling"
    },
    {
      "code": "nofreeOfTreatment",
      "display": "Nej, og patienten har været behandlingsfri indtil nu"
    },
    {
      "code": "noagainprofylakse",
      "display": "Nej, men patienten er genoptaget profylakse"
    }
  ]
}