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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-manifest-r5
Resource TypeCodeSystem
IdCodeSystem-codesystem-endpoint-terminology.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-manifest/CodeSystem-codesystem-endpoint-terminology.html
URLhttp://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-endpoint-terminology
Version0.2.1-build
Statusdraft
Date2026-01-23T12:52:46+00:00
NameHl7EuImagingEndpointTerminologyCodeSystem
TitleCodeSystem for terminology used in Endpoint resources in the EU Imaging IG.
Realmeu
Authorityhl7
DescriptionThis code system defines various codes used to define ValueSets for Endpoints within the HL7-EU imaging IG.
CopyrightCopyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).
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 codesystem-endpoint-terminology

Language: en

This case-sensitive code system http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-endpoint-terminology defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1connection-type Endpoint connection typeThe type of connection that the endpoint supports.
2  ihe-iid IHE IID endpointIHE IID endpoint connection type.
2  ihe-xcwado IHE XC-WADO endpointIHE XC WADO endpoint connection type.
2  dicom-image-viewer DICOM image viewerConnection that allows viewing a certain imaging study.

Source1

{
  "resourceType": "CodeSystem",
  "id": "codesystem-endpoint-terminology",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-endpoint-terminology",
  "version": "0.2.1-build",
  "name": "Hl7EuImagingEndpointTerminologyCodeSystem",
  "title": "CodeSystem for terminology used in Endpoint resources in the EU Imaging IG.",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-23T12:52:46+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "This code system defines various codes used to define ValueSets for Endpoints within the HL7-EU imaging IG.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "connection-type",
      "display": "Endpoint connection type",
      "definition": "The type of connection that the endpoint supports.",
      "concept": [
        {
          "code": "ihe-iid",
          "display": "IHE IID endpoint",
          "definition": "IHE IID endpoint connection type."
        },
        {
          "code": "ihe-xcwado",
          "display": "IHE XC-WADO endpoint",
          "definition": "IHE XC WADO endpoint connection type."
        },
        {
          "code": "dicom-image-viewer",
          "display": "DICOM image viewer",
          "definition": "Connection that allows viewing a certain imaging study."
        }
      ]
    }
  ]
}