Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: PractitionerRole - Example - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-06-06T03:04:12.348-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar
				2012
			</p>
		</div>
  </text>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="23"/>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2012-01-01"/>
    <end value="2012-03-31"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/1"/>
    <display value="Dr Adam Careful"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/1"/>
  </organization>
  <code>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0286"/>
      <code value="RP"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <location>🔗 
    <reference value="Location/1"/>
    <display value="South Wing, second floor"/>
  </location>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5555 6473"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="adam.southern@example.org"/>
    <use value="work"/>
  </telecom>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="16:30:00"/>
  </availableTime>
  <availableTime>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="12:00:00"/>
  </availableTime>
  <notAvailable>
    <description value="Adam will be on extended leave during May 2017"/>
    <during>
      <start value="2017-05-01"/>
      <end value="2017-05-20"/>
    </during>
  </notAvailable>
  <availabilityExceptions
                          value="Adam is generally unavailable on public holidays and during the Christmas/New Year break"/>
</PractitionerRole>