This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4B R4 R3
Definition for Code System Endpoint Connection Type
{
"resourceType": "CodeSystem",
"id": "endpoint-connection-type",
"meta": {
"lastUpdated": "2016-12-06T12:22:34.981+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/endpoint-connection-type",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.0"
},
"version": "1.8.0",
"name": "Endpoint Connection Type",
"status": "draft",
"experimental": true,
"publisher": "HL7 Patient Administration",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "This is an example value set defined by the FHIR project, that could be used to represent possible connection type profile values.",
"copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/endpoint-connection-type",
"content": "complete",
"concept": [
{
"code": "ihe-xcpd",
"display": "IHE XCPD",
"definition": "IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery"
},
{
"code": "ihe-xca",
"display": "IHE XCA",
"definition": "IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access"
},
{
"code": "ihe-xdr",
"display": "IHE XDR",
"definition": "IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange"
},
{
"code": "ihe-xds",
"display": "IHE XDS",
"definition": "IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing"
},
{
"code": "ihe-iid",
"display": "IHE IID",
"definition": "IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display"
},
{
"code": "dicom-wado-rs",
"display": "DICOM WADO-RS",
"definition": "DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html"
},
{
"code": "dicom-qido-rs",
"display": "DICOM QIDO-RS",
"definition": "DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html"
},
{
"code": "dicom-stow-rs",
"display": "DICOM STOW-RS",
"definition": "DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html"
},
{
"code": "dicom-wado-uri",
"display": "DICOM WADO-URI",
"definition": "DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html"
},
{
"code": "hl7-fhir-rest",
"display": "HL7 FHIR"
},
{
"code": "hl7-fhir-msg",
"display": "HL7 FHIR Messaging"
},
{
"code": "hl7v2-mllp",
"display": "HL7 v2 MLLP",
"definition": "HL7v2 messages over an LLP TCP connection"
},
{
"code": "secure-email",
"display": "Secure email",
"definition": "email delivery using a digital certificate to encrypt the content using the public key, receiver must have the private key to decrypt the content"
},
{
"code": "direct-project",
"display": "Direct Project",
"definition": "Direct Project information - http://wiki.directproject.org/"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.