FHIR Implementation Guide for ABDM 3.0.0 - CI Build
FHIR Implementation Guide for ABDM - Local Development build (v3.0.0). See the Directory of published versions
Raw xml | Download
<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/example-01"/> <display value="Dr DEF"/> </practitioner> <organization> <reference value="Organization/example-01"/> </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>