Skip to content

PractitionerRole Profile

Canonical../StructureDefinition/nexus-emr-core-practitionerrole
Statusdraft · 1.26.0
BasePractitionerRole (constraint)
SourceFSH · 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

Triage Nurse - Day Shift Role

The day-shift triage binding, held by Priya Raman, RN. AI-assisted triage is restricted to this ROLE so a human triage nurse stays the recipient of record regardless of who is on shift

PractitionerRole/triage-nurse-day-shift-role — claims conformance to PractitionerRole Profile

{
  "resourceType": "PractitionerRole",
  "id": "triage-nurse-day-shift-role",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>The day-shift triage nurse binding at Cedarbrook Family Health, held by Priya Raman, RN. AI-assisted triage work is restricted to this role so that a human triage nurse remains the recipient of record regardless of who is on shift.</p></div>"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/priya-raman-rn",
    "display": "Priya Raman, RN"
  },
  "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-ai-triage-001