R4 Ballot #3 (Special Normative Re-ballot)

This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Codesystem-endpoint-connection-type.ttl

Patient Administration Work GroupMaturity Level: N/ABallot Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code System EndpointConnectionType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "endpoint-connection-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "pa" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "Trial Use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "2" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1140" ]
  ];
  fhir:CodeSystem.version [ fhir:value "3.5a.0"];
  fhir:CodeSystem.name [ fhir:value "EndpointConnectionType"];
  fhir:CodeSystem.title [ fhir:value "Endpoint Connection Type"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Patient Administration"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This is an example value set defined by the FHIR project, that could be used to represent possible connection type profile values."];
  fhir:CodeSystem.copyright [ fhir:value "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/"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/endpoint-connection-type"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "ihe-xcpd" ];
     fhir:CodeSystem.display [ fhir:value "IHE XCPD" ];
     fhir:CodeSystem.definition [ fhir:value "IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "ihe-xca" ];
     fhir:CodeSystem.display [ fhir:value "IHE XCA" ];
     fhir:CodeSystem.definition [ fhir:value "IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "ihe-xdr" ];
     fhir:CodeSystem.display [ fhir:value "IHE XDR" ];
     fhir:CodeSystem.definition [ fhir:value "IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "ihe-xds" ];
     fhir:CodeSystem.display [ fhir:value "IHE XDS" ];
     fhir:CodeSystem.definition [ fhir:value "IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "ihe-iid" ];
     fhir:CodeSystem.display [ fhir:value "IHE IID" ];
     fhir:CodeSystem.definition [ fhir:value "IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "dicom-wado-rs" ];
     fhir:CodeSystem.display [ fhir:value "DICOM WADO-RS" ];
     fhir:CodeSystem.definition [ fhir:value "DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "dicom-qido-rs" ];
     fhir:CodeSystem.display [ fhir:value "DICOM QIDO-RS" ];
     fhir:CodeSystem.definition [ fhir:value "DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "dicom-stow-rs" ];
     fhir:CodeSystem.display [ fhir:value "DICOM STOW-RS" ];
     fhir:CodeSystem.definition [ fhir:value "DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "dicom-wado-uri" ];
     fhir:CodeSystem.display [ fhir:value "DICOM WADO-URI" ];
     fhir:CodeSystem.definition [ fhir:value "DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "hl7-fhir-rest" ];
     fhir:CodeSystem.display [ fhir:value "HL7 FHIR" ];
     fhir:CodeSystem.definition [ fhir: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." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "hl7-fhir-msg" ];
     fhir:CodeSystem.display [ fhir:value "HL7 FHIR Messaging" ];
     fhir:CodeSystem.definition [ fhir: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." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "hl7v2-mllp" ];
     fhir:CodeSystem.display [ fhir:value "HL7 v2 MLLP" ];
     fhir:CodeSystem.definition [ fhir:value "HL7v2 messages over an LLP TCP connection" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "secure-email" ];
     fhir:CodeSystem.display [ fhir:value "Secure email" ];
     fhir:CodeSystem.definition [ fhir: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" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "direct-project" ];
     fhir:CodeSystem.display [ fhir:value "Direct Project" ];
     fhir:CodeSystem.definition [ fhir:value "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.