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

FHIR IG Statistics: CodeSystem/ehealth-priority

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth-priority
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-priority.html
URLhttp://ehealth.sundhed.dk/cs/priority
Version3.5.1
Statusactive
Date2019-01-29T00:00:00+00:00
NamePriority
TitlePriority
Realmdk
DescriptionPriority
Contentcomplete

Resources that use this resource

ValueSet
priorityPriority

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Kodesystem ehealth-priority

This case-sensitive code system http://ehealth.sundhed.dk/cs/priority defines the following codes:

CodeDisplayDefinition
routine RoutineThe request has normal priority.
urgent UrgentThe request should be actioned promptly - higher priority than routine.
asap ASAPThe request should be actioned as soon as possible - higher priority than urgent.
stat STATThe request should be actioned immediately - highest possible priority. E.g. an emergency.

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-priority",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/priority",
  "version": "3.5.1",
  "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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "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."
    }
  ]
}