Sequoia Project Healthcare Directory Implementation Guide
1.9.0 - Release 1

: Endpoint Type - JSON Representation

Active as of 2025-12-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "EndpointType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem EndpointType</b></p><a name=\"EndpointType\"> </a><a name=\"hcEndpointType\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">passthrough-node<a name=\"EndpointType-passthrough-node\"> </a></td><td>Passthrough Node</td></tr><tr><td style=\"white-space:nowrap\">responding-node<a name=\"EndpointType-responding-node\"> </a></td><td>Responding Node</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointType",
  "version" : "1.9.0",
  "name" : "EndpointType",
  "title" : "Endpoint Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-22T09:51:20-05:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used in EndpointType extension",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "passthrough-node",
      "display" : "Passthrough Node"
    },
    {
      "code" : "responding-node",
      "display" : "Responding Node"
    }
  ]
}