@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HubRoutingStatus"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "

Generated Narrative: ValueSet HubRoutingStatus

  • Include these codes as defined in https://sequoiaproject.org/fhir/sphd/CodeSystem/HubRoutingStatus version ?1.15.0
    CodeDisplayDefinition
    ResponderOnlyResponderOnlyThis organization can respond to requests routed through the eHx Hub. This organization cannot yet initiate requests through the Hub
    InitiatorOnlyInitatorOnlyThis 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
    InitiatorAndResponderInitiatorAndResponderThis organization can respond to requests received from the Hub and also initiate requests to the Hub
    HubTestingHubTestingThis 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”
    LegacyRoutingLegacyRoutingthis organization should exchange directly with Participants and not route thru the Hub
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/ValueSet/HubRoutingStatus"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "1.15.0"] ; # fhir:name [ fhir:v "HubRoutingStatus"] ; # fhir:title [ fhir:v "Hub Routing Status"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2026-06-07T13:58:26-04: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:compose [ fhir:include ( [ fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/HubRoutingStatus"^^xsd:anyURI ; fhir:l ] ; fhir:concept ( [ fhir:code [ fhir:v "ResponderOnly" ] ; fhir:display [ fhir:v "ResponderOnly" ] ] [ fhir:code [ fhir:v "InitiatorOnly" ] ; fhir:display [ fhir:v "InitatorOnly" ] ] [ fhir:code [ fhir:v "InitiatorAndResponder" ] ; fhir:display [ fhir:v "InitiatorAndResponder" ] ] [ fhir:code [ fhir:v "HubTesting" ] ; fhir:display [ fhir:v "HubTesting" ] ] [ fhir:code [ fhir:v "LegacyRouting" ] ; fhir:display [ fhir:v "LegacyRouting" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------