PractitionerRole Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-practitionerrole |
|---|---|
| Status | draft · 1.26.0 |
| Base | PractitionerRole (constraint) |
| Source | FSH · JSON |
Represents a practitioner's role at an organization/location -- the tenant-scoped access/role binding (the "actor"). Links a Practitioner to an Organization and Location(s) and carries the clinical role code(s). A practitioner may have one or more PractitionerRoles, including more than one active at the same organization. This is NOT the EMR user: the user's stable identity is the Practitioner (which carries the user-account identifier). Use PractitionerRole to differentiate providers by role (e.g. list only doctors, route a task to a nurse), not to represent the login.
Examples
Dr. Ben - Local MRP Role · Dr. Dave - Enrolled Provider Role (remote) · Dr. Navarro Family Medicine Role · Linda Patel - Diabetes Education Role · Triage Nurse - Day Shift Role
Linda Patel - Diabetes Education Role
The nursing role binding work is routed to. The same human appears in the completed-task example as two different references -- this role as owner, the Practitioner as note author -- which is the distinction the profile exists to make
PractitionerRole/linda-patel-cde-role — claims conformance to PractitionerRole Profile
{
"resourceType": "PractitionerRole",
"id": "linda-patel-cde-role",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Linda Patel's nursing role binding at Cedarbrook Family Health, in which she runs the clinic's diabetes education program. Work is routed to this ROLE; the notes she writes are authored by the PERSON (Practitioner/linda-patel-cde), which is why the same human appears in the completed-task example as two different references.</p></div>"
},
"active": true,
"practitioner": {
"reference": "Practitioner/linda-patel-cde",
"display": "Linda Patel, RN CDE"
},
"organization": {
"reference": "Organization/cedarbrook-clinic",
"display": "Cedarbrook Clinic"
},
"code": [
{
"coding": [
{
"system": "../CodeSystem/nexus-clinical-roles",
"code": "nurse",
"display": "Nurse"
}
]
}
]
}
Referenced by: nexus-emr-core-clinical-task-completed-001