Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: CodeSystem-CARIN-BB-Claim-CareTeam-Role

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "CARIN-BB-Claim-CareTeam-Role",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2019-12-01T19:02:49.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN Blue Button Claim Care Team Role Code System</h2><p>This code system http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claimcareteamrole 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\">supervising<a name=\"CARIN-BB-Claim-CareTeam-Role-supervising\"> </a></td><td>Attending or Supervising provider</td><td/></tr><tr><td style=\"white-space:nowrap\">referring<a name=\"CARIN-BB-Claim-CareTeam-Role-referring\"> </a></td><td>Referring provider</td><td/></tr><tr><td style=\"white-space:nowrap\">performing<a name=\"CARIN-BB-Claim-CareTeam-Role-performing\"> </a></td><td>Servicing or Rendering provider</td><td/></tr><tr><td style=\"white-space:nowrap\">prescribing<a name=\"CARIN-BB-Claim-CareTeam-Role-prescribing\"> </a></td><td>Prescribing provider</td><td/></tr><tr><td style=\"white-space:nowrap\">pcp<a name=\"CARIN-BB-Claim-CareTeam-Role-pcp\"> </a></td><td>Primary care provider</td><td/></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claimcareteamrole",
  "version" : "0.1.0",
  "name" : "CARINBBClaimCareTeamRole",
  "title" : "CARIN Blue Button Claim Care Team Role Code System",
  "status" : "draft",
  "date" : "2019-12-23T19:40:59+00:00",
  "publisher" : "CARIN Alliance",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "supervising",
      "display" : "Attending or Supervising provider"
    },
    {
      "code" : "referring",
      "display" : "Referring provider"
    },
    {
      "code" : "performing",
      "display" : "Servicing or Rendering provider"
    },
    {
      "code" : "prescribing",
      "display" : "Prescribing provider"
    },
    {
      "code" : "pcp",
      "display" : "Primary care provider"
    }
  ]
}