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

Turtle Format: ValueSet-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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CARIN-BB-Claim-CareTeam-Role"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-07-27T11:56:52.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 Value Set</h2><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html\"><code>http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claimcareteamrole</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html#CARIN-BB-Claim-CareTeam-Role-supervising\">supervising</a></td><td>Attending or Supervising provider</td><td/></tr><tr><td><a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html#CARIN-BB-Claim-CareTeam-Role-referring\">referring</a></td><td>Referring provider</td><td/></tr><tr><td><a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html#CARIN-BB-Claim-CareTeam-Role-performing\">performing</a></td><td>Servicing or Rendering provider</td><td/></tr><tr><td><a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html#CARIN-BB-Claim-CareTeam-Role-prescribing\">prescribing</a></td><td>Prescribing provider</td><td/></tr><tr><td><a href=\"CodeSystem-CARIN-BB-Claim-CareTeam-Role.html#CARIN-BB-Claim-CareTeam-Role-pcp\">pcp</a></td><td>Primary care provider</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/carin/ValueSet/carin-bb-claimcareteamrole"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "CARINBBClaimCareTeamRole"];
  fhir:ValueSet.title [ fhir:value "CARIN Blue Button Claim Care Team Role Value Set"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-12-23T19:40:59+00:00"^^xsd:dateTime];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claimcareteamrole" ];
       fhir:ValueSet.compose.include.version [ fhir:value "1.0.0" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "supervising" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Attending or Supervising provider" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "referring" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Referring provider" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "performing" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Servicing or Rendering provider" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "prescribing" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Prescribing provider" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "pcp" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Primary care provider" ]       ]     ]
  ].

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

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