Sequoia Project Healthcare Directory Implementation Guide
0.0.1 - CI Build
US
Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions
Active as of 2022-04-13 |
{
"resourceType" : "CodeSystem",
"id" : "OrganizationType",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2021-04-14T06:18:50.358+00:00",
"source" : "#niMhrN72ettRwVIf"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType 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\">Participant<a name=\"OrganizationType-Participant\"> </a></td><td>Participant</td><td>Participant</td></tr><tr><td style=\"white-space:nowrap\">Subparticipant<a name=\"OrganizationType-Subparticipant\"> </a></td><td>Subparticipant</td><td>Subparticipant</td></tr><tr><td style=\"white-space:nowrap\">Implementer<a name=\"OrganizationType-Implementer\"> </a></td><td>Implementer</td><td>Implementer</td></tr><tr><td style=\"white-space:nowrap\">Connection<a name=\"OrganizationType-Connection\"> </a></td><td>Connection</td><td>Connection</td></tr></table></div>"
},
"url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
"version" : "0.0.1",
"name" : "OrganizationType",
"title" : "Organization Type",
"status" : "active",
"date" : "2022-04-13T17:58:25+00:00",
"publisher" : "The Sequoia Project",
"contact" : [
{
"name" : "The Sequoia Project",
"telecom" : [
{
"system" : "url",
"value" : "https://sequoiaproject.org/"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
],
"text" : "United States of America"
}
],
"copyright" : "This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide.",
"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"
}
]
}