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
Active as of 2024-06-25 |
{
"resourceType" : "CodeSystem",
"id" : "CaremeshPrimaryCareProviderCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.caremesh.app/CodeSystem/CaremeshPrimaryCareProviderCS</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\">pcp<a name=\"CaremeshPrimaryCareProviderCS-pcp\"> </a></td><td>PCP</td><td>Provider of services is a Primary Care Provider</td></tr><tr><td style=\"white-space:nowrap\">specialist<a name=\"CaremeshPrimaryCareProviderCS-specialist\"> </a></td><td>Specialist</td><td>Provider of services is a Specialist</td></tr></table></div>"
},
"url" : "http://fhir.caremesh.app/CodeSystem/CaremeshPrimaryCareProviderCS",
"version" : "0.1.0",
"name" : "CaremeshPrimaryCareProviderCS",
"title" : "careMESH Primary Care Provider Indicator",
"status" : "active",
"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" : "Describes whether this practitionerRole serves as a primary care provider",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "pcp",
"display" : "PCP",
"definition" : "Provider of services is a Primary Care Provider"
},
{
"code" : "specialist",
"display" : "Specialist",
"definition" : "Provider of services is a Specialist"
}
]
}