Implementation Guide
27.0.0 - R4 APIs

Publish Box goes here

: PAS PractitionerRole Example - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="1747324065011240"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitionerrole-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><td width="25%"/><td width="42%">Practitioner/1747324065011240 - Organization/Unknown</td></tr></tbody></table></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/0"/>
    <value value="1124"/>
  </identifier>
  <active value="true"/>
  <practitioner>
    <reference value="Practitioner/1747324065011240"/>
  </practitioner>
  <organization>
    <reference value="Organization/Unknown"/>
    <display value="Unknown Organization"/>
  </organization>
  <code>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/0"/>
      <code value="3"/>
      <display value="referring physician"/>
    </coding>
  </code>
  <telecom>
    <system value="phone"/>
    <value value="7032000016"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="9273000014"/>
    <use value="mobile"/>
  </telecom>
</PractitionerRole>