A practitioner role optionally linked to a Schedule in Appointment booking.
Important: This site is under development by NHS Digital, It is advised not to develop against these specifications until a formal announcement has been made.
Introduction
This resource is optionally returned linked to a Schedule resource. It is used to describe the Professional Role of the Practitioner delivering that Schedule. It represents a specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.
References to FHIR Profiles
STU3 | Developed Profile: PractitionerRole |
STU3 | HL7 Base Profile: PractitionerRole |
STU3 | User Stories: - |
Example resource
{
"resourceType": "PractitionerRole",
"id": "1",
"practitioner": {
"reference": "Practitioner/1",
"display": "Dr. AA Bhatia"
},
"organization": {
"reference": "Organization/1",
"display": "The Moir Medical Centre"
},
"code": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1",
"code": "R0260",
"display": "General Medical Practitioner"
}
]
}
]
}