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. - TTL Representation

Draft as of 2025-03-18

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "codesystem-endpoint-terminology"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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\">  ihe-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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/imaging/CodeSystem/codesystem-endpoint-terminology"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Hl7EuImagingEndpointTerminologyCodeSystem"] ; # 
  fhir:title [ fhir:v "CodeSystem for terminology for Endpoint resources used in the EU Imaging IG."] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-03-18T14:31:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Europe" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.eu" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system defines various codes used to define ValueSets for Endpoints within the HL7-EU imaging IG."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 Europe, all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "connection-type" ] ;
fhir:display [ fhir:v "Endpoint connection type" ] ;
fhir:definition [ fhir:v "The type of connection that the endpoint supports." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "ihe-iid" ] ;
fhir:display [ fhir:v "IHE IID endpoint" ] ;
fhir:definition [ fhir:v "IHE IID endpoint connection type." ]     ] )
  ] ) . #