Package | hl7.fhir.dk.core |
Resource Type | ValueSet |
Id | dk-core-priority-codes |
FHIR Version | R4 |
Source | http://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/ValueSet-dk-core-priority-codes.html |
URL | http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes |
Version | 3.4.0 |
Status | active |
Date | 2025-02-01T19:18:26+01:00 |
Name | DkCorePriorityCodes |
Title | DK priority codes |
Realm | dk |
Authority | hl7 |
Description | DK Codes for priority |
StructureDefinition | |
dk-core-person-servicerequest | Danish Core Person ServiceRequest Profile |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet dk-core-priority-codes
This value set includes codes based on the following rules:
This value set excludes codes based on the following rules:
http://hl7.org/fhir/request-priority
Code | Display | Definition |
urgent | Urgent | The request should be actioned promptly - higher priority than routine. |
stat | STAT | The request should be actioned immediately - highest possible priority. E.g. an emergency. |
{ "resourceType": "ValueSet", "id": "dk-core-priority-codes", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes", "version": "3.4.0", "name": "DkCorePriorityCodes", "title": "DK priority codes", "status": "active", "experimental": false, "date": "2025-02-01T19:18:26+01:00", "publisher": "HL7 Denmark", "contact": [ { "name": "HL7 Denmark", "telecom": [ { "system": "url", "value": "http://www.hl7.dk" }, { "system": "email", "value": "jenskristianvilladsen@gmail.com" } ] } ], "description": "DK Codes for priority", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "compose": { "include": [ { "valueSet": [ "http://hl7.org/fhir/ValueSet/request-priority" ] } ], "exclude": [ { "system": "http://hl7.org/fhir/request-priority", "concept": [ { "code": "urgent" }, { "code": "stat" } ] } ] } }