FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.drp
Resource TypeCodeSystem
IdCodeSystem-be-cs-imaging-priority.json
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/drp/1.1.0/CodeSystem-be-cs-imaging-priority.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-priority
Version1.1.0
Statusdraft
Date2026-08-21T17:23:19+02:00
NameBeCSImagingPriority
TitleeReferral Imaging Priority
Realmbe
Authorityhl7
DescriptionPriority codes for diagnostic imaging requests
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
routine Routine
urgent Urgent

Additional Language Displays

CodeEnglish (English, en)French (Belgium) (fr)Nederlands (Belgiƫ) (Dutch (Belgium), nl)
routineRoutineRoutineRoutine
urgentUrgentUrgentDringend

Source1

{
  "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"
        }
      ]
    }
  ]
}