HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Endpoint Connection Type - XML Representation

Draft as of 2023-09-08 Maturity Level: 2

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="endpoint-connection-type"/>
  <meta>
    <lastUpdated value="2020-04-09T21:10:28.568+00:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url
       value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1140"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="EndpointConnectionType"/>
  <title value="Endpoint Connection Type"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-09-08T17:52:31-06:00"/>
  <publisher value="HL7 Patient Administration"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description
               value="This is an example value set defined by the FHIR project, that could be used to represent possible connection type profile values."/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://terminology.hl7.org/ValueSet/endpoint-connection-type"/>
  <content value="complete"/>
  <concept>
    <code value="dicom-wado-rs"/>
    <display value="DICOM WADO-RS"/>
    <definition
                value="DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html"/>
  </concept>
  <concept>
    <code value="dicom-qido-rs"/>
    <display value="DICOM QIDO-RS"/>
    <definition
                value="DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html"/>
  </concept>
  <concept>
    <code value="dicom-stow-rs"/>
    <display value="DICOM STOW-RS"/>
    <definition
                value="DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html"/>
  </concept>
  <concept>
    <code value="dicom-wado-uri"/>
    <display value="DICOM WADO-URI"/>
    <definition
                value="DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html"/>
  </concept>
  <concept>
    <code value="hl7-fhir-rest"/>
    <display value="HL7 FHIR"/>
    <definition
                value="Interact with the server interface using FHIR's RESTful interface. For details on its version/capabilities you should connect the value in Endpoint.address and retrieve the FHIR CapabilityStatement."/>
  </concept>
  <concept>
    <code value="hl7-fhir-msg"/>
    <display value="HL7 FHIR Messaging"/>
    <definition
                value="Use the servers FHIR Messaging interface. Details can be found on the messaging.html page in the FHIR Specification. The FHIR server's base address is specified in the Endpoint.address property."/>
  </concept>
  <concept>
    <code value="hl7v2-mllp"/>
    <display value="HL7 v2 MLLP"/>
    <definition value="HL7v2 messages over an LLP TCP connection"/>
  </concept>
  <concept>
    <code value="secure-email"/>
    <display value="Secure email"/>
    <definition
                value="Email delivery using a digital certificate to encrypt the content using the public key, receiver must have the private key to decrypt the content"/>
  </concept>
  <concept>
    <code value="direct-project"/>
    <display value="Direct Project"/>
    <definition
                value="Direct Project information - http://wiki.directproject.org/"/>
  </concept>
  <concept>
    <code value="cds-hooks-service"/>
    <display value="CDS Hooks Service"/>
    <definition
                value="A CDS Hooks Service connection. The address will be the base URL of the service as described in the CDS specification https://cds-hooks.hl7.org"/>
  </concept>
</CodeSystem>