Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements)
0.2.0-snapshot1 - draft 150

This page is part of the Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements) (v0.2.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: CodeSystem for terminology used in Endpoint resources in the EU Imaging IG. - JSON Representation

Draft as of 2025-09-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-endpoint-terminology",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-endpoint-terminology</b></p><a name=\"codesystem-endpoint-terminology\"> </a><a name=\"hccodesystem-endpoint-terminology\"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-endpoint-terminology</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">connection-type<a name=\"codesystem-endpoint-terminology-connection-type\"> </a></td><td>Endpoint connection type</td><td>The type of connection that the endpoint supports.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0ihe-iid<a name=\"codesystem-endpoint-terminology-ihe-iid\"> </a></td><td>IHE IID endpoint</td><td>IHE IID endpoint connection type.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0ihe-xcwado<a name=\"codesystem-endpoint-terminology-ihe-xcwado\"> </a></td><td>IHE XC-WADO endpoint</td><td>IHE XC WADO endpoint connection type.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0dicom-image-viewer<a name=\"codesystem-endpoint-terminology-dicom-image-viewer\"> </a></td><td>DICOM image viewer</td><td>Connection that allows viewing a certain imaging study.</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-endpoint-terminology",
  "version" : "0.2.0-snapshot1",
  "name" : "Hl7EuImagingEndpointTerminologyCodeSystem",
  "title" : "CodeSystem for terminology used in Endpoint resources in the EU Imaging IG.",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-23T17:10:03+02: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."
        }
      ]
    }
  ]
}