eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Priority - JSON Representation

Active as of 2019-01-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-priority",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/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\">routine<a name=\"ehealth-priority-routine\"> </a></td><td>Routine</td><td>The request has normal priority.</td></tr><tr><td style=\"white-space:nowrap\">urgent<a name=\"ehealth-priority-urgent\"> </a></td><td>Urgent</td><td>The request should be actioned promptly - higher priority than routine.</td></tr><tr><td style=\"white-space:nowrap\">asap<a name=\"ehealth-priority-asap\"> </a></td><td>ASAP</td><td>The request should be actioned as soon as possible - higher priority than urgent.</td></tr><tr><td style=\"white-space:nowrap\">stat<a name=\"ehealth-priority-stat\"> </a></td><td>STAT</td><td>The request should be actioned immediately - highest possible priority. E.g. an emergency.</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/priority",
  "version" : "latest",
  "name" : "Priority",
  "title" : "Priority",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-01-29T00: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" : "Priority",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "routine",
      "display" : "Routine",
      "definition" : "The request has normal priority."
    },
    {
      "code" : "urgent",
      "display" : "Urgent",
      "definition" : "The request should be actioned promptly - higher priority than routine."
    },
    {
      "code" : "asap",
      "display" : "ASAP",
      "definition" : "The request should be actioned as soon as possible - higher priority than urgent."
    },
    {
      "code" : "stat",
      "display" : "STAT",
      "definition" : "The request should be actioned immediately - highest possible priority. E.g. an emergency."
    }
  ]
}