FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | ValueSet |
| Id | ValueSet-dk-core-encounter-priority.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7dk/dk-core/ValueSet-dk-core-encounter-priority.html |
| URL | http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority |
| Version | 3.6.0 |
| Status | active |
| Date | 2025-12-19T19:29:54+00:00 |
| Name | DkCoreEncounterPriority |
| Title | DK priority codes for encounters |
| Realm | dk |
| Authority | hl7 |
| Description | Value set used for indicating priority of an encounter |
| StructureDefinition | |
| dk-core-encounter | Danish Core Encounter Profile |
| CodeSystem | |
| v3-ActPriority | ActPriority |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet dk-core-encounter-priority
http://terminology.hl7.org/CodeSystem/v3-ActPriority version 📦3.0.0| Code | Display | Definition |
| A | ASAP | As soon as possible, next highest priority after stat. |
| EL | elective | Beneficial to the patient but not essential for survival. |
{
"resourceType": "ValueSet",
"id": "dk-core-encounter-priority",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority",
"version": "3.6.0",
"name": "DkCoreEncounterPriority",
"title": "DK priority codes for encounters",
"status": "active",
"experimental": false,
"date": "2025-12-19T19:29:54+00:00",
"publisher": "HL7 Denmark",
"contact": [
{
"name": "HL7 Denmark",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.dk"
},
{
"system": "email",
"value": "dk-affiliate@hl7.dk"
}
]
}
],
"description": "Value set used for indicating priority of an encounter",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"concept": [
{
"code": "A"
},
{
"code": "EL"
}
]
}
]
}
}