KIP Infrastructure
2.12.0 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Place of death - JSON Representation

Active as of 2022-08-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "DeathPlace",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DeathPlace</b></p><a name=\"DeathPlace\"> </a><a name=\"hcDeathPlace\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/DeathPlace</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></tr><tr><td style=\"white-space:nowrap\">home<a name=\"DeathPlace-home\"> </a></td><td>Home</td><td>Home / Hjemmet</td></tr><tr><td style=\"white-space:nowrap\">palliative<a name=\"DeathPlace-palliative\"> </a></td><td>This palliative department</td><td>This palliative department / I denne palliative afdeling</td></tr><tr><td style=\"white-space:nowrap\">other_palliative<a name=\"DeathPlace-other_palliative\"> </a></td><td>Other palliative department</td><td>Other palliative department / I anden palliativ afdeling</td></tr><tr><td style=\"white-space:nowrap\">non_palliative<a name=\"DeathPlace-non_palliative\"> </a></td><td/><td>Ikke-palliativ sygehusafdeling</td></tr><tr><td style=\"white-space:nowrap\">relief_area<a name=\"DeathPlace-relief_area\"> </a></td><td/><td>Aflastningsplads</td></tr></table></div>"
  },
  "url" : "https://kip.rkkp.dk/fhir/CodeSystem/DeathPlace",
  "version" : "2.12.0",
  "name" : "DeathPlace",
  "title" : "Place of death",
  "status" : "active",
  "date" : "2022-08-23T00: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" : "Place of death",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "home",
      "display" : "Home",
      "definition" : "Home / Hjemmet"
    },
    {
      "code" : "palliative",
      "display" : "This palliative department",
      "definition" : "This palliative department / I denne palliative afdeling"
    },
    {
      "code" : "other_palliative",
      "display" : "Other palliative department",
      "definition" : "Other palliative department / I anden palliativ afdeling"
    },
    {
      "code" : "non_palliative",
      "definition" : "Ikke-palliativ sygehusafdeling"
    },
    {
      "code" : "relief_area",
      "definition" : "Aflastningsplads"
    }
  ]
}