Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of a downloaded copy of this specification. This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU1 Ballot 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions

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

Raw ttl

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CARIN-BB-Claim-CareTeam-Role"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-12-01T19:02:49.000+00:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claimcareteamrole"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "CARINBBClaimCareTeamRole"];
  fhir:CodeSystem.title [ fhir:value "CARIN Blue Button Claim Care Team Role Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2019-12-23T19:40:59+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "CARIN Alliance"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "supervising" ];
     fhir:CodeSystem.concept.display [ fhir:value "Attending or Supervising provider" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "referring" ];
     fhir:CodeSystem.concept.display [ fhir:value "Referring provider" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "performing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Servicing or Rendering provider" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "prescribing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Prescribing provider" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "pcp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Primary care provider" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.