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 - XML Representation

Draft as of 2023-05-03

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="HubRoutingStatus"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2023-03-04T05:47:41.309+00:00"/>
    <source value="#IyvxMCcVJxuvu2t4"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://sequoiaproject.org/fhir/sphd/CodeSystem/HubRoutingStatus"/>
  <version value="0.0.10"/>
  <name value="HubRoutingStatus"/>
  <title value="Hub Routing Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-05-03T16:00:14+00:00"/>
  <publisher value="The Sequoia Project"/>
  <contact>
    <name value="The Sequoia Project"/>
    <telecom>
      <system value="url"/>
      <value value="https://sequoiaproject.org/"/>
    </telecom>
  </contact>
  <description value="Codes used by the HubRoutingStatus extension"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
    <text value="United States of America"/>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="ResponderOnly"/>
    <display value="ResponderOnly"/>
    <definition
                value="This organization can respond to requests routed through the eHx Hub.  This organization cannot yet initiate requests through the Hub"/>
  </concept>
  <concept>
    <code value="InitiatorOnly"/>
    <display value="InitiatorOnly"/>
    <definition
                value="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"/>
  </concept>
  <concept>
    <code value="InitiatorAndResponder"/>
    <display value="InitiatorAndResponder"/>
    <definition
                value="This organization can respond to requests received from the Hub and also initiate requests to the Hub"/>
  </concept>
  <concept>
    <code value="HubTesting"/>
    <display value="HubTesting"/>
    <definition
                value="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”"/>
  </concept>
  <concept>
    <code value="LegacyRouting"/>
    <display value="LegacyRouting"/>
    <definition
                value="this organization should exchange directly with Participants and not route thru the Hub"/>
  </concept>
</CodeSystem>