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-modality.json
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/drp/1.1.0/CodeSystem-be-cs-imaging-modality.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-modality
Version1.1.0
Statusdraft
Date2026-08-21T17:23:19+02:00
NameBeCSImagingModality
TitleeReferral Imaging Modality
Realmbe
Authorityhl7
DescriptionImaging modality types for prior imaging requests
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.be.drp#1.1.0be-vs-imaging-modalityeReferral Imaging Modality ValueSet

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-modality

This case-insensitive code system https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-modality defines the following codes:

CodeDisplay
ct CT
cbct CBCT
mri MRI
x-ray X-Ray
ultrasound Ultrasound
other Other (free text)
unknown Unknown

Additional Language Displays

CodeDeutsch (German, de)English (English, en)French (Belgium) (fr)Nederlands (België) (Dutch (Belgium), nl)
ctCTCTCTCT
cbctCBCTCBCTCBCTCBCT
mriMRTMRIIRMNMR
x-rayRöntgenX-RayRXRX
ultrasoundUltraschallUltrasoundEchographieEchografie
otherSonstiges (Freitext)Other (free text)Autre (texte libre)Andere (vrije tekst)
unknownUnbekanntUnknownInconnuOnbekend

Source1

{
  "resourceType": "CodeSystem",
  "id": "be-cs-imaging-modality",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-imaging-modality",
  "version": "1.1.0",
  "name": "BeCSImagingModality",
  "title": "eReferral Imaging Modality",
  "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": "Imaging modality types for prior imaging requests",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "ct",
      "display": "CT",
      "designation": [
        {
          "language": "en",
          "value": "CT"
        },
        {
          "language": "fr-BE",
          "value": "CT"
        },
        {
          "language": "nl-BE",
          "value": "CT"
        },
        {
          "language": "de",
          "value": "CT"
        }
      ]
    },
    {
      "code": "cbct",
      "display": "CBCT",
      "designation": [
        {
          "language": "en",
          "value": "CBCT"
        },
        {
          "language": "fr-BE",
          "value": "CBCT"
        },
        {
          "language": "nl-BE",
          "value": "CBCT"
        },
        {
          "language": "de",
          "value": "CBCT"
        }
      ]
    },
    {
      "code": "mri",
      "display": "MRI",
      "designation": [
        {
          "language": "en",
          "value": "MRI"
        },
        {
          "language": "fr-BE",
          "value": "IRM"
        },
        {
          "language": "nl-BE",
          "value": "NMR"
        },
        {
          "language": "de",
          "value": "MRT"
        }
      ]
    },
    {
      "code": "x-ray",
      "display": "X-Ray",
      "designation": [
        {
          "language": "en",
          "value": "X-Ray"
        },
        {
          "language": "fr-BE",
          "value": "RX"
        },
        {
          "language": "nl-BE",
          "value": "RX"
        },
        {
          "language": "de",
          "value": "Röntgen"
        }
      ]
    },
    {
      "code": "ultrasound",
      "display": "Ultrasound",
      "designation": [
        {
          "language": "en",
          "value": "Ultrasound"
        },
        {
          "language": "fr-BE",
          "value": "Echographie"
        },
        {
          "language": "nl-BE",
          "value": "Echografie"
        },
        {
          "language": "de",
          "value": "Ultraschall"
        }
      ]
    },
    {
      "code": "other",
      "display": "Other (free text)",
      "designation": [
        {
          "language": "en",
          "value": "Other (free text)"
        },
        {
          "language": "fr-BE",
          "value": "Autre (texte libre)"
        },
        {
          "language": "nl-BE",
          "value": "Andere (vrije tekst)"
        },
        {
          "language": "de",
          "value": "Sonstiges (Freitext)"
        }
      ]
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "designation": [
        {
          "language": "en",
          "value": "Unknown"
        },
        {
          "language": "fr-BE",
          "value": "Inconnu"
        },
        {
          "language": "nl-BE",
          "value": "Onbekend"
        },
        {
          "language": "de",
          "value": "Unbekannt"
        }
      ]
    }
  ]
}