Package | dk.ehealth.sundhed.fhir.ig.core |
Type | CodeSystem |
Id | ehealth-priority |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-priority.html |
URL | http://ehealth.sundhed.dk/cs/priority |
Version | 3.5.1 |
Status | active |
Date | 2019-01-29T00:00:00+00:00 |
Name | Priority |
Title | Priority |
Realm | dk |
Description | Priority |
Content | complete |
ValueSet | |
priority | Priority |
No resources found
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:
{ "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." } ] }