0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: Hub Routing Status - JSON Representation

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HubRoutingStatus",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:02:42.559+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/HubRoutingStatus defines many codes, but they are not represented here</p></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/HubRoutingStatus",
  "version" : "0.0.1",
  "name" : "HubRoutingStatus",
  "title" : "Hub Routing Status",
  "status" : "draft",
  "date" : "2020-09-11T00:14:55-04:00",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "content" : "not-present",
  "concept" : [
    {
      "code" : "ResponderOnly",
      "display" : "ResponderOnly",
      "definition" : "This organization can respond to requests routed through the eHx Hub.  This organization cannot yet initiate requests through the Hub"
    },
    {
      "code" : "InitatorOnly",
      "display" : "InitiatorOnly",
      "definition" : "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"
    },
    {
      "code" : "InitiatorAndResponder",
      "display" : "InitiatorAndResponder",
      "definition" : "This organization can respond to requests received from the Hub and also initiate requests to the Hub"
    },
    {
      "code" : "HubTesting",
      "display" : "HubTesting",
      "definition" : "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”"
    },
    {
      "code" : "LegacyRouting",
      "display" : "LegacyRouting",
      "definition" : "this organization should exchange directly with Participants and not route thru the Hub"
    }
  ]
}