eHealth Platform Federal Core Profiles
2.0.0 - Released
This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.0.0: Trial Use Draft) based on FHIR R4. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "practitionerrole1",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-07-01T13:30:55.864+00:00",
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"practitionerrole1\" Version \"1\" Updated \"2019-07-01 03:30:55+0200\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-practitionerrole.html\">Practitioner role core BE profile</a></p></div><p><b>identifier</b>: id: 23</p><p><b>active</b>: true</p><p><b>period</b>: 2019-08-01 12:00:00+0000 --> 2019-12-01 12:00:00+0000</p><p><b>practitioner</b>: <a href=\"https://www.anotherfhirserver.be/fhir/Practitioner/01\">https://www.anotherfhirserver.be/fhir/Practitioner/01: Dr Katherine Pulaski</a></p><p><b>code</b>: physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cd-hcparty.html\">HCParty</a>#persphysician)</span></p><p><b>specialty</b>: Family practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419772000)</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: mon, tue, wed</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: thu, fri</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td>*</td><td>Katherine will be on extended leave during August 2020</td><td>2020-08-01 12:00:00+0000 --> 2020-08-20 12:00:00+0000</td></tr></table><p><b>availabilityExceptions</b>: Katherine is generally unavailable on public holidays and during the Christmas/New Year break</p></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" : "https://www.anotherfhirserver.be/fhir/Practitioner/01",
"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" : "12:00: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"
}