Sequoia Project Healthcare Directory Implementation Guide
1.11.0 - Release 1

: Delegation Role Codes - JSON Representation

Active as of 2026-02-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "DelegationRoleCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DelegationRoleCodes</b></p><a name=\"DelegationRoleCodes\"> </a><a name=\"hcDelegationRoleCodes\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes</code> 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\">principal<a name=\"DelegationRoleCodes-principal\"> </a></td><td>Principal</td><td>Organization is acting as a Principal</td></tr><tr><td style=\"white-space:nowrap\">delegate<a name=\"DelegationRoleCodes-delegate\"> </a></td><td>Delegate</td><td>Organization is acting as a Delegate</td></tr><tr><td style=\"white-space:nowrap\">both<a name=\"DelegationRoleCodes-both\"> </a></td><td>Both</td><td>Organization is acting as both a Principal and a Delegate</td></tr><tr><td style=\"white-space:nowrap\">neither<a name=\"DelegationRoleCodes-neither\"> </a></td><td>Neither</td><td>Organization is acting as neither a Principal nor a Delegate</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes",
  "version" : "1.11.0",
  "name" : "DelegationRoleCodes",
  "title" : "Delegation Role Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-02-12T09:51:47-05:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used in DelegationRole extension",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "principal",
      "display" : "Principal",
      "definition" : "Organization is acting as a Principal"
    },
    {
      "code" : "delegate",
      "display" : "Delegate",
      "definition" : "Organization is acting as a Delegate"
    },
    {
      "code" : "both",
      "display" : "Both",
      "definition" : "Organization is acting as both a Principal and a Delegate"
    },
    {
      "code" : "neither",
      "display" : "Neither",
      "definition" : "Organization is acting as neither a Principal nor a Delegate"
    }
  ]
}