Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General PractitionerRole Example - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitionerrole-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><p><b>identifier</b>: Person number/66, National provider identifier/123456789, Tax ID number/2222222222</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-Example1.html">Practitioner Harry S. Winston </a></p><p><b>organization</b>: <a href="Organization-Example1.html">Organization Main Health System</a></p><p><b>code</b>: <span title="Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 1}, {https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 canSign}">Doctor</span></p><p><b>specialty</b>: <span title="Codes:{http://hl7.org/fhir/ValueSet/c80-practice-codes family practice}">Family Practice</span></p><p><b>location</b>: <a href="Location-Example1.html">Location WC</a></p><p><b>endpoint</b>: <a href="Endpoint-Example1.html">Endpoint test@direct.example.com</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PN"/>
      </coding>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/1000-4-9390"/>
    <value value="66"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="123456789"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="TAX"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.2"/>
    <value value="2222222222"/>
  </identifier>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/Example1"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/Example1"/>
  </organization>
  <code>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390"/>
      <code value="1"/>
      <display value="Doctor"/>
    </coding>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390"/>
      <code value="canSign"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://hl7.org/fhir/ValueSet/c80-practice-codes"/>
      <code value="family practice"/>
      <display value="Family Practice"/>
    </coding>
    <text value="Family Practice"/>
  </specialty>
  <location>🔗 
    <reference value="Location/Example1"/>
  </location>
  <endpoint>🔗 
    <reference value="Endpoint/Example1"/>
  </endpoint>
</PractitionerRole>