FHIR IG Statistics: ValueSet/admission-urgency-eu-hdr
Package | hl7.fhir.eu.hdr |
Type | ValueSet |
Id | admission-urgency-eu-hdr |
FHIR Version | R4 |
Source | http://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/ValueSet-admission-urgency-eu-hdr.html |
URL | http://hl7.eu/fhir/hdr/ValueSet/admission-urgency-eu-hdr |
Version | 0.1.0-ballot |
Status | draft |
Date | 2025-06-01T06:10:09+00:00 |
Name | AdmissionUrgencyHdrVS |
Title | Admission Urgency Value Set |
Realm | eu |
Authority | hl7 |
Description | Hospital Discharge Report Admission Urgency value set includes selected codes from HL7 v3-ActPriority code system. |
Copyright | Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Resources that use this resource
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
Code | Display | Definition |
EL | elective | Beneficial to the patient but not essential for survival. |
EM | emergency | An unforeseen combination of circumstances or the resulting state that calls for immediate action. |
R | routine | Routine service, do at usual work hours. |
UR | urgent | Calls for prompt action. |
Source
{
"resourceType": "ValueSet",
"id": "admission-urgency-eu-hdr",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
}
],
"url": "http://hl7.eu/fhir/hdr/ValueSet/admission-urgency-eu-hdr",
"version": "0.1.0-ballot",
"name": "AdmissionUrgencyHdrVS",
"title": "Admission Urgency Value Set",
"status": "draft",
"experimental": false,
"date": "2025-06-01T06:10:09+00:00",
"publisher": "HL7 Europe",
"contact": [
{
"name": "HL7 Europe",
"telecom": [
{
"system": "url",
"value": "http://hl7.eu"
}
]
}
],
"description": "Hospital Discharge Report Admission Urgency value set includes selected codes from HL7 v3-ActPriority code system.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"concept": [
{
"code": "EL",
"display": "elective"
},
{
"code": "EM",
"display": "emergency"
},
{
"code": "R",
"display": "routine"
},
{
"code": "UR",
"display": "urgent"
}
]
}
]
}
}