Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Endpoint Connection Type - TTL Representation

Active as of 2023-05-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "EndpointConnectionType"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "9" ] ;
fhir:lastUpdated [ fhir:v "2023-03-04T05:47:08.545+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#7D5z7KFlE5Za2AcV"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointConnectionType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Ihe-xca-i<a name=\"EndpointConnectionType-Ihe-xca-i\"> </a></td><td>IHE XCA-I</td><td>IHE Cross-Community Access for Imaging (XCA-I) - https://wiki.ihe.net/index.php/Cross-Community_Access_for_Imaging</td></tr><tr><td style=\"white-space:nowrap\">ihe-xcdr<a name=\"EndpointConnectionType-ihe-xcdr\"> </a></td><td>IHE XCDR</td><td>IHE Cross-Community Document Reliable Interchange (XCDR) - https://wiki.ihe.net/index.php/Cross-Community_Document_Reliable_Interchange_(XCDR)</td></tr><tr><td style=\"white-space:nowrap\">ihe-xds-i.b<a name=\"EndpointConnectionType-ihe-xds-i.46b\"> </a></td><td>IHE XDS-I.b</td><td>IHE Cross-Enterprise Document Sharing for Imaging (XDS-I.b) - https://wiki.ihe.net/index.php/Cross-enterprise_Document_Sharing_for_Imaging</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointConnectionType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.10"] ; # 
  fhir:name [ fhir:v "EndpointConnectionType"] ; # 
  fhir:title [ fhir:v "Endpoint Connection Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-03T16:00:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The Sequoia Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes used in Endpoint.connectionType"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Ihe-xca-i" ] ;
fhir:display [ fhir:v "IHE XCA-I" ] ;
fhir:definition [ fhir:v "IHE Cross-Community Access for Imaging (XCA-I) - https://wiki.ihe.net/index.php/Cross-Community_Access_for_Imaging" ]
  ] [
fhir:code [ fhir:v "ihe-xcdr" ] ;
fhir:display [ fhir:v "IHE XCDR" ] ;
fhir:definition [ fhir:v "IHE Cross-Community Document Reliable Interchange (XCDR) - https://wiki.ihe.net/index.php/Cross-Community_Document_Reliable_Interchange_(XCDR)" ]
  ] [
fhir:code [ fhir:v "ihe-xds-i.b" ] ;
fhir:display [ fhir:v "IHE XDS-I.b" ] ;
fhir:definition [ fhir:v "IHE Cross-Enterprise Document Sharing for Imaging (XDS-I.b) - https://wiki.ihe.net/index.php/Cross-enterprise_Document_Sharing_for_Imaging" ]
  ] ) . #