FHIR IG analytics| Package | hl7.fhir.be.drp |
| Resource Type | CodeSystem |
| Id | CodeSystem-be-cs-imaging-priority.json |
| FHIR Version | R4 |
| Source | https://www.ehealth.fgov.be/standards/fhir/drp/1.1.0/CodeSystem-be-cs-imaging-priority.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-priority |
| Version | 1.1.0 |
| Status | draft |
| Date | 2026-08-21T17:23:19+02:00 |
| Name | BeCSImagingPriority |
| Title | eReferral Imaging Priority |
| Realm | be |
| Authority | hl7 |
| Description | Priority codes for diagnostic imaging requests |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem be-cs-imaging-priority
This case-insensitive code system https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-priority defines the following codes:
| Code | Display |
| routine | Routine |
| urgent | Urgent |
Additional Language Displays
| Code | English (English, en) | French (Belgium) (fr) | Nederlands (Belgiƫ) (Dutch (Belgium), nl) |
| routine | Routine | Routine | Routine |
| urgent | Urgent | Urgent | Dringend |
{
"resourceType": "CodeSystem",
"id": "be-cs-imaging-priority",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-priority",
"version": "1.1.0",
"name": "BeCSImagingPriority",
"title": "eReferral Imaging Priority",
"status": "draft",
"experimental": false,
"date": "2026-08-21T17:23:19+02:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be/standards/fhir"
},
{
"system": "email",
"value": "support@be-ehealth-standards.atlassian.net"
}
]
},
{
"name": "Message Structure eHealth",
"telecom": [
{
"system": "email",
"value": "support@be-ehealth-standards.atlassian.net",
"use": "work"
}
]
}
],
"description": "Priority codes for diagnostic imaging requests",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "routine",
"display": "Routine",
"designation": [
{
"language": "en",
"value": "Routine"
},
{
"language": "fr-BE",
"value": "Routine"
},
{
"language": "nl-BE",
"value": "Routine"
}
]
},
{
"code": "urgent",
"display": "Urgent",
"designation": [
{
"language": "en",
"value": "Urgent"
},
{
"language": "fr-BE",
"value": "Urgent"
},
{
"language": "nl-BE",
"value": "Dringend"
}
]
}
]
}