eHealth Infrastructure
5.0.1 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 5.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: ClinicalImpression Decision Support Codes - JSON Representation

Active as of 2025-09-08

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-clinicalimpression-decision-support-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-clinicalimpression-decision-support-codes</b></p><a name=\"ehealth-clinicalimpression-decision-support-codes\"> </a><a name=\"hcehealth-clinicalimpression-decision-support-codes\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/clinicalimpression-decision-support-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">deviation-found<a name=\"ehealth-clinicalimpression-decision-support-codes-deviation-found\"> </a></td><td>Deviation found</td><td>Deviation found suggesting possible deterioration of condition</td><td>Der er fundet afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand</td></tr><tr><td style=\"white-space:nowrap\">no-deviation-found<a name=\"ehealth-clinicalimpression-decision-support-codes-no-deviation-found\"> </a></td><td>No deviation found</td><td>No deviation found suggesting possible deterioration of condition</td><td>Der er ikke fundet afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand</td></tr><tr><td style=\"white-space:nowrap\">insufficient-data<a name=\"ehealth-clinicalimpression-decision-support-codes-insufficient-data\"> </a></td><td>Insufficient data</td><td>Insufficient data for determining deviation suggesting possible deterioration of condition</td><td>Utilstrækkelige data forhindrer bestemmelse af afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/clinicalimpression-decision-support-codes",
  "version" : "5.0.1",
  "name" : "ClinicalImpressionDecisionSupportCodes",
  "title" : "ClinicalImpression Decision Support Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-08T00:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Decision support codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "deviation-found",
      "display" : "Deviation found",
      "definition" : "Deviation found suggesting possible deterioration of condition",
      "designation" : [
        {
          "language" : "da",
          "value" : "Der er fundet afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand"
        }
      ]
    },
    {
      "code" : "no-deviation-found",
      "display" : "No deviation found",
      "definition" : "No deviation found suggesting possible deterioration of condition",
      "designation" : [
        {
          "language" : "da",
          "value" : "Der er ikke fundet afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand"
        }
      ]
    },
    {
      "code" : "insufficient-data",
      "display" : "Insufficient data",
      "definition" : "Insufficient data for determining deviation suggesting possible deterioration of condition",
      "designation" : [
        {
          "language" : "da",
          "value" : "Utilstrækkelige data forhindrer bestemmelse af afvigelse, der tyder på at borgeren vil opleve forværring af sygdom eller tilstand"
        }
      ]
    }
  ]
}