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

: Endpoint Role Codes - JSON Representation

Draft as of 2023-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "EndpointRoleCodes",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2023-03-04T05:47:26.355+00:00",
    "source" : "#B1zXRvwE45jbOfcI"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointRoleCodes</code> defines the following code:</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\">All<a name=\"EndpointRoleCodes-All\"> </a></td><td>All roles</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointRoleCodes",
  "version" : "0.0.10",
  "name" : "EndpointRoleCodes",
  "title" : "Endpoint Role Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-05-03T16:00:14+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used by the Roles extension",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "All",
      "display" : "All",
      "definition" : "All roles"
    }
  ]
}