0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - 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" : "1",
    "lastUpdated" : "2020-07-02T16:15:20.494+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/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-stu3/CodeSystem/EndpointActorCodes",
  "version" : "0.0.1",
  "name" : "EndpointActorCodes",
  "title" : "Endpoint Actor Codes",
  "status" : "active",
  "date" : "2020-09-11T00:14:55-04:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "valueSet" : "https://sequoiaproject.org/fhir/sphd-stu3/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"
    }
  ]
}