Sequoia Project Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Sequoia Identifier Codes - JSON Representation

Active as of 2024-03-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "SequoiaIdentifierCodes",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2024-03-12T20:36:37.305Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes</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\">HCID<a name=\"SequoiaIdentifierCodes-HCID\"> </a></td><td>Home Community ID</td><td>Home Community ID</td></tr><tr><td style=\"white-space:nowrap\">AAID<a name=\"SequoiaIdentifierCodes-AAID\"> </a></td><td>Assigning Authority ID</td><td>Assigning Authority ID</td></tr><tr><td style=\"white-space:nowrap\">SOID<a name=\"SequoiaIdentifierCodes-SOID\"> </a></td><td>SAML Organization ID</td><td>SAML Organization ID</td></tr><tr><td style=\"white-space:nowrap\">DOA<a name=\"SequoiaIdentifierCodes-DOA\"> </a></td><td>Delegation of Authority</td><td>Delegation of Authority</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
  "version" : "1.0.5",
  "name" : "SequoiaIdentifierCodes",
  "title" : "SequoiaIdentifierCodes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-29T15:21:41+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used in Identifier.type",
  "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" : "HCID",
      "display" : "Home Community ID",
      "definition" : "Home Community ID"
    },
    {
      "code" : "AAID",
      "display" : "Assigning Authority ID",
      "definition" : "Assigning Authority ID"
    },
    {
      "code" : "SOID",
      "display" : "SAML Organization ID",
      "definition" : "SAML Organization ID"
    },
    {
      "code" : "DOA",
      "display" : "Delegation of Authority",
      "definition" : "Delegation of Authority"
    }
  ]
}