FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: PractitionerRole-example-01

Download Raw xml


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				Dr DEF MD (Pathology) is a Practitioner for XYZ Lab Pvt Ltd. from 1-Jan 2012 to 31-Mar
				2012
			</p>
		</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="EI"/>
        <display value="Employee number"/>
      </coding>
    </type>
    <system value="http://www.ndhm.in/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 DEF"/>
  </practitioner>
  <organization>
    <reference value="Organization/1"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="85733003"/>
      <display value="General pathologist"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5555 6473"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="def.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="DEF will be on extended leave during Nov 2020"/>
    <during>
      <start value="2020-11-01"/>
      <end value="2020-11-20"/>
    </during>
  </notAvailable>
  <availabilityExceptions
                          value="Adam is generally unavailable on public holidays"/>
</PractitionerRole>