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

XML Format: PractitionerRole-PractitionerRole1

Raw xml


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRole1"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2019-12-15T20:23:13.000-05:00"/>
    <profile
             value="http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				<b>Generated Narrative with Details</b>
			</p>
			</div>
  </text>
  <identifier>
    <system
            value="http://www.bcbs.com/fhir/ns/NamingSystem/practitionerrole-identifier-inpatient"/>
    <value value="AB12350"/>
  </identifier>
  <practitioner>
    <display value="Dr. Adam Careful"/>
  </practitioner>
  <organization>
    <reference value="Organization/Org1"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="207R00000X"/>
      <display value="Internal Medicine"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="207RC0000X"/>
      <display value="Cardiovascular Disease"/>
    </coding>
  </specialty>
  <location>
    <display value="South Wing, second floor"/>
  </location>
  <healthcareService>
    <display value="HealthcareService/example"/>
  </healthcareService>
  <telecom>
    <system value="phone"/>
    <value value="333-333-3333"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="adam.careful@example.org"/>
    <use value="work"/>
  </telecom>
  <endpoint>
    <display value="Endpoint/example"/>
  </endpoint>
</PractitionerRole>