FHIR IG analytics
| Package | hl7.fhir.dk.core |
| Resource Type | ValueSet |
| Id | ValueSet-dk-core-encounter-priority.json |
| FHIR Version | R4 |
| Source | http://hl7.dk/fhir/core/3.7.0/ValueSet-dk-core-encounter-priority.html |
| URL | http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority |
| Version | 3.7.0 |
| Status | active |
| Date | 2026-05-30T15:15:22+02:00 |
| Name | DkCoreEncounterPriority |
| Title | DK priority codes for encounters |
| Realm | dk |
| Authority | hl7 |
| Description | Value set used for indicating priority of an encounter |
Resources that use this resource
| StructureDefinition |
| hl7.fhir.dk.core#3.7.0 | dk-core-encounter | Danish Core Encounter Profile |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActPriority version 📍2018-08-12
Source1
{
"resourceType": "ValueSet",
"id": "dk-core-encounter-priority",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority",
"version": "3.7.0",
"name": "DkCoreEncounterPriority",
"title": "DK priority codes for encounters",
"status": "active",
"experimental": false,
"date": "2026-05-30T15:15:22+02: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",
"version": "2018-08-12",
"concept": [
{
"code": "A"
},
{
"code": "EL"
}
]
}
]
}
}