careMESH NPD
0.1.0 - ci-build
careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Retired as of 2024-06-25 |
{
"resourceType" : "CodeSystem",
"id" : "CaremeshPractitionerRoleAffiliationCode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.caremesh.app/CodeSystem/CaremeshPractitionerRoleAffiliationCode</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\">a<a name=\"CaremeshPractitionerRoleAffiliationCode-a\"> </a></td><td>Affiliate</td><td>A user that is affiliated with this organization. This can describe many different relationships for example, admitting priviledges at a hosptial.</td></tr><tr><td style=\"white-space:nowrap\">ncs<a name=\"CaremeshPractitionerRoleAffiliationCode-ncs\"> </a></td><td>Non-Clinical Staff</td><td>A non-clinical user that is affiliated with this organization</td></tr><tr><td style=\"white-space:nowrap\">cs<a name=\"CaremeshPractitionerRoleAffiliationCode-cs\"> </a></td><td>Clinical Staff</td><td>A clinical user that is affiliated with this organization</td></tr><tr><td style=\"white-space:nowrap\">in<a name=\"CaremeshPractitionerRoleAffiliationCode-in\"> </a></td><td>In-Network</td><td>A user that is considered to be in-network with this organization</td></tr></table></div>"
},
"url" : "http://fhir.caremesh.app/CodeSystem/CaremeshPractitionerRoleAffiliationCode",
"version" : "0.1.0",
"name" : "CaremeshPractitionerRoleAffiliationCode",
"title" : "PractitionerRole Affiliation Code",
"status" : "retired",
"experimental" : false,
"date" : "2024-06-25T22:31:47-04:00",
"publisher" : "careMESH, Inc.",
"contact" : [
{
"name" : "careMESH, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "http://caremesh.com/"
},
{
"system" : "email",
"value" : "operations@caremesh.com"
}
]
}
],
"description" : "Codes describe the type of relationship between practitioner and an organization",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "a",
"display" : "Affiliate",
"definition" : "A user that is affiliated with this organization. This can describe many different relationships for example, admitting priviledges at a hosptial."
},
{
"code" : "ncs",
"display" : "Non-Clinical Staff",
"definition" : "A non-clinical user that is affiliated with this organization"
},
{
"code" : "cs",
"display" : "Clinical Staff",
"definition" : "A clinical user that is affiliated with this organization"
},
{
"code" : "in",
"display" : "In-Network",
"definition" : "A user that is considered to be in-network with this organization"
}
]
}