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

: Prioritering - JSON Representation

Active as of 2022-05-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "Priority",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Priority</b></p><a name=\"Priority\"> </a><a name=\"hcPriority\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/Priority</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\">emergency<a name=\"Priority-emergency\"> </a></td><td>Emergency</td><td>Emergency / Akut / SNOMED-CT: 25876001</td></tr><tr><td style=\"white-space:nowrap\">elective<a name=\"Priority-elective\"> </a></td><td>Elective</td><td>Elective / Elektiv / SNOMED-CT: 103390000</td></tr><tr><td style=\"white-space:nowrap\">hasten<a name=\"Priority-hasten\"> </a></td><td>Hastened</td><td>Fremskyndet (dage)</td></tr><tr><td style=\"white-space:nowrap\">urgent<a name=\"Priority-urgent\"> </a></td><td>Urgent</td><td>Hastende (timer) / SNOMED-CT: 103391001</td></tr><tr><td style=\"white-space:nowrap\">lethal<a name=\"Priority-lethal\"> </a></td><td>Life-threatening</td><td>Umiddelbart livstruende</td></tr><tr><td style=\"white-space:nowrap\">24hrs<a name=\"Priority-24hrs\"> </a></td><td>Within 24 hours</td><td>Indenfor 24 timer</td></tr><tr><td style=\"white-space:nowrap\">72hrs<a name=\"Priority-72hrs\"> </a></td><td>Within 72 hours</td><td>Indenfor 72 timer</td></tr><tr><td style=\"white-space:nowrap\">14days<a name=\"Priority-14days\"> </a></td><td>Within 14 days</td><td>Indenfor 14 dage</td></tr></table></div>"
  },
  "url" : "https://kip.rkkp.dk/fhir/CodeSystem/Priority",
  "version" : "2.12.0",
  "name" : "Priority",
  "title" : "Prioritering",
  "status" : "active",
  "date" : "2022-05-31T00: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" : "Patientens prioriteringsbehov",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "emergency",
      "display" : "Emergency",
      "definition" : "Emergency / Akut / SNOMED-CT: 25876001"
    },
    {
      "code" : "elective",
      "display" : "Elective",
      "definition" : "Elective / Elektiv / SNOMED-CT: 103390000"
    },
    {
      "code" : "hasten",
      "display" : "Hastened",
      "definition" : "Fremskyndet (dage)"
    },
    {
      "code" : "urgent",
      "display" : "Urgent",
      "definition" : "Hastende (timer) / SNOMED-CT: 103391001"
    },
    {
      "code" : "lethal",
      "display" : "Life-threatening",
      "definition" : "Umiddelbart livstruende"
    },
    {
      "code" : "24hrs",
      "display" : "Within 24 hours",
      "definition" : "Indenfor 24 timer"
    },
    {
      "code" : "72hrs",
      "display" : "Within 72 hours",
      "definition" : "Indenfor 72 timer"
    },
    {
      "code" : "14days",
      "display" : "Within 14 days",
      "definition" : "Indenfor 14 dage"
    }
  ]
}