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

: Organization Type - JSON Representation

Active as of 2024-03-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "OrganizationType",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2023-06-29T14:54:25.989Z"
  },
  "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/OrganizationType</code> defines the following codes:</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\">Participant<a name=\"OrganizationType-Participant\"> </a></td><td>Participant</td></tr><tr><td style=\"white-space:nowrap\">Subparticipant<a name=\"OrganizationType-Subparticipant\"> </a></td><td>Subparticipant</td></tr><tr><td style=\"white-space:nowrap\">Implementer<a name=\"OrganizationType-Implementer\"> </a></td><td>Implementer</td></tr><tr><td style=\"white-space:nowrap\">Connection<a name=\"OrganizationType-Connection\"> </a></td><td>Connection</td></tr><tr><td style=\"white-space:nowrap\">QHIN<a name=\"OrganizationType-QHIN\"> </a></td><td>QHIN</td></tr><tr><td style=\"white-space:nowrap\">Child<a name=\"OrganizationType-Child\"> </a></td><td>Child</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
  "version" : "1.0.5",
  "name" : "OrganizationType",
  "title" : "Organization Type",
  "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 Organization.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" : "Participant",
      "display" : "Participant",
      "definition" : "Participant"
    },
    {
      "code" : "Subparticipant",
      "display" : "Subparticipant",
      "definition" : "Subparticipant"
    },
    {
      "code" : "Implementer",
      "display" : "Implementer",
      "definition" : "Implementer"
    },
    {
      "code" : "Connection",
      "display" : "Connection",
      "definition" : "Connection"
    },
    {
      "code" : "QHIN",
      "display" : "QHIN",
      "definition" : "QHIN"
    },
    {
      "code" : "Child",
      "display" : "Child",
      "definition" : "Child"
    }
  ]
}