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
{
"resourceType" : "PractitionerRole",
"id" : "practitionerrole1",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
]
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/practitioners",
"value" : "23"
}
],
"active" : true,
"period" : {
"start" : "2019-08-01T00:00:00.000Z",
"end" : "2019-12-01T00:00:00.000Z"
},
"practitioner" : {
"reference" : "Practitioner/practitioner1",
"display" : "Dr Katherine Pulaski"
},
"code" : [
{
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code" : "persphysician",
"display" : "physician"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "419772000",
"display" : "Family practice"
}
]
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed"
],
"availableStartTime" : "09:00:00",
"availableEndTime" : "16:30:00"
},
{
"daysOfWeek" : [
"thu",
"fri"
],
"availableStartTime" : "09:00:00",
"availableEndTime" : "16:30:00"
}
],
"notAvailable" : [
{
"description" : "Katherine will be on extended leave during August 2020",
"during" : {
"start" : "2020-08-01T00:00:00.000Z",
"end" : "2020-08-20T00:00:00.000Z"
}
}
],
"availabilityExceptions" : "Katherine is generally unavailable on public holidays and during the Christmas/New Year break"
}