FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/codesystem-endpoint-terminology

Packagehl7.fhir.eu.imaging-r5
TypeCodeSystem
Idcodesystem-endpoint-terminology
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-r5/https://build.fhir.org/ig/hl7-eu/imaging/CodeSystem-codesystem-endpoint-terminology.html
URLhttp://hl7.eu/fhir/imaging-r5/CodeSystem/codesystem-endpoint-terminology
Version0.1.0-build
Statusdraft
Date2025-07-03T12:02:41+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.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
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

This case-sensitive code system http://hl7.eu/fhir/imaging-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.

Source

{
  "resourceType": "CodeSystem",
  "id": "codesystem-endpoint-terminology",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/imaging-r5/CodeSystem/codesystem-endpoint-terminology",
  "version": "0.1.0-build",
  "name": "Hl7EuImagingEndpointTerminologyCodeSystem",
  "title": "CodeSystem for terminology used in Endpoint resources in the EU Imaging IG.",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-03T12:02:41+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."
        }
      ]
    }
  ]
}