careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0). See the Directory of published versions

: careMESH Primary Care Provider Indicator - JSON Representation

Active as of 2023-12-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CaremeshPrimaryCareProviderCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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" : "2023-12-07T14:49:42-05: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"
    }
  ]
}