Sequoia Project Healthcare Directory Implementation Guide
0.0.1 - CI Build

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: Endpoint Actor Codes - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "EndpointActorCodes",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2021-01-06T06:01:49.763+00:00",
    "source" : "#QB1nGfxItxqD0vgu"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointActorCodes defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Responding Gateway<a name=\"EndpointActorCodes-RespondingGateway\"> </a></td><td>Responding Gateway</td><td>The gateway corresponding to the responder actor</td></tr><tr><td style=\"white-space:nowrap\">Initiating Gateway<a name=\"EndpointActorCodes-InitiatingGateway\"> </a></td><td>Initiating Gateway</td><td>The gateway corresponding to the initiator actor</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointActorCodes",
  "version" : "0.0.1",
  "name" : "EndpointActorCodes",
  "title" : "Endpoint Actor Codes",
  "status" : "active",
  "date" : "2021-12-16T17:13:49+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "copyright" : "This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide.",
  "valueSet" : "https://sequoiaproject.org/fhir/sphd/ValueSet/EndpointActorCodes",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Responding Gateway",
      "display" : "Responding Gateway",
      "definition" : "The gateway corresponding to the responder actor"
    },
    {
      "code" : "Initiating Gateway",
      "display" : "Initiating Gateway",
      "definition" : "The gateway corresponding to the initiator actor"
    }
  ]
}