HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU
This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="practitionerrole1"/>
<meta>
<profile
value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"/>
</meta>
<text>
<status value="empty"/>
<div xmlns="http://www.w3.org/1999/xhtml">empty</div>
</text>
<identifier>
<system value="http://www.acme.org/practitioners"/>
<value value="23"/>
</identifier>
<active value="true"/>
<period>
<start value="2019-08-01T00:00:00.000Z"/>
<end value="2019-12-01T00:00:00.000Z"/>
</period>
<practitioner>
<reference value="Practitioner/practitioner1"/>
<display value="Dr Katherine Pulaski"/>
</practitioner>
<code>
<coding>
<system
value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"/>
<code value="persphysician"/>
<display value="physician"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="419772000"/>
<display value="Family practice"/>
</coding>
</specialty>
<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="16:30:00"/>
</availableTime>
<notAvailable>
<description value="Katherine will be on extended leave during August 2020"/>
<during>
<start value="2020-08-01T00:00:00.000Z"/>
<end value="2020-08-20T00:00:00.000Z"/>
</during>
</notAvailable>
<availabilityExceptions
value="Katherine is generally unavailable on public holidays and during the Christmas/New Year break"/>
</PractitionerRole>