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

: Hub Routing Status - TTL Representation

Draft 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 "HubRoutingStatus"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
fhir:lastUpdated [ fhir:v "2023-03-04T05:47:41.309+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#IyvxMCcVJxuvu2t4"^^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/HubRoutingStatus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ResponderOnly<a name=\"HubRoutingStatus-ResponderOnly\"> </a></td><td>This organization can respond to requests routed through the eHx Hub.  This organization cannot yet initiate requests through the Hub</td></tr><tr><td style=\"white-space:nowrap\">InitiatorOnly<a name=\"HubRoutingStatus-InitiatorOnly\"> </a></td><td>This organization can route requests through the eHx Hub, but cannot respond to requests from the eHx Hub. PULSE would be an example, as they are an initiator only and do not maintain a CDR that can be queried externally</td></tr><tr><td style=\"white-space:nowrap\">InitiatorAndResponder<a name=\"HubRoutingStatus-InitiatorAndResponder\"> </a></td><td>This organization can respond to requests received from the Hub and also initiate requests to the Hub</td></tr><tr><td style=\"white-space:nowrap\">HubTesting<a name=\"HubRoutingStatus-HubTesting\"> </a></td><td>This organization can respond to requests received from the Hub and also initiate requests to the Hub.  This state is supported to allow Participants to perform Hub-specific testing, and should be considered a temporary state.  This is independent of the AdministrativeStatus of “Testing”</td></tr><tr><td style=\"white-space:nowrap\">LegacyRouting<a name=\"HubRoutingStatus-LegacyRouting\"> </a></td><td>this organization should exchange directly with Participants and not route thru the Hub</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/HubRoutingStatus"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.10"] ; # 
  fhir:name [ fhir:v "HubRoutingStatus"] ; # 
  fhir:title [ fhir:v "Hub Routing Status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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 by the HubRoutingStatus extension"] ; # 
  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 "ResponderOnly" ] ;
fhir:display [ fhir:v "ResponderOnly" ] ;
fhir:definition [ fhir:v "This organization can respond to requests routed through the eHx Hub.  This organization cannot yet initiate requests through the Hub" ]
  ] [
fhir:code [ fhir:v "InitiatorOnly" ] ;
fhir:display [ fhir:v "InitiatorOnly" ] ;
fhir:definition [ fhir:v "This organization can route requests through the eHx Hub, but cannot respond to requests from the eHx Hub. PULSE would be an example, as they are an initiator only and do not maintain a CDR that can be queried externally" ]
  ] [
fhir:code [ fhir:v "InitiatorAndResponder" ] ;
fhir:display [ fhir:v "InitiatorAndResponder" ] ;
fhir:definition [ fhir:v "This organization can respond to requests received from the Hub and also initiate requests to the Hub" ]
  ] [
fhir:code [ fhir:v "HubTesting" ] ;
fhir:display [ fhir:v "HubTesting" ] ;
fhir:definition [ fhir:v "This organization can respond to requests received from the Hub and also initiate requests to the Hub.  This state is supported to allow Participants to perform Hub-specific testing, and should be considered a temporary state.  This is independent of the AdministrativeStatus of “Testing”" ]
  ] [
fhir:code [ fhir:v "LegacyRouting" ] ;
fhir:display [ fhir:v "LegacyRouting" ] ;
fhir:definition [ fhir:v "this organization should exchange directly with Participants and not route thru the Hub" ]
  ] ) . #