HL7 Europe Imaging Study Report
0.1.0 - ci-build 150

HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions

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

Draft as of 2025-03-18

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><a name=\"codesystem-endpoint-terminology-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/imaging/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></table></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging/CodeSystem/codesystem-endpoint-terminology",
  "version" : "0.1.0",
  "name" : "Hl7EuImagingEndpointTerminologyCodeSystem",
  "title" : "CodeSystem for terminology for Endpoint resources used in the EU Imaging IG.",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-03-18T14:31:31+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" : "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 2,
  "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."
        }
      ]
    }
  ]
}