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

Dr. Dave - Enrolled Provider Role (remote)

The role binding at the practice Avery Linwood is formally ENROLLED with, carried on the primary-care attachment extension. Organization is absent because the enrolling practice sits outside this example set -- which is the point, because attachment and chart custody are different facts

PractitionerRole/dr-dave-enrolled-provider-role — claims conformance to PractitionerRole Profile

{
  "resourceType": "PractitionerRole",
  "id": "dr-dave-enrolled-provider-role",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Dr. Dave's family medicine role at the practice Avery Linwood is formally ENROLLED with. This is the remote enrolled provider carried on the primary-care attachment extension, and it is a different binding from the local most-responsible physician who holds the chart. The organization is absent because the enrolling practice sits outside this example set.</p></div>"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/dr-dave",
    "display": "Dr. Dave"
  },
  "code": [
    {
      "coding": [
        {
          "system": "../CodeSystem/nexus-clinical-roles",
          "code": "doctor",
          "display": "Doctor / Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ],
      "text": "Family medicine"
    }
  ]
}

Referenced by: Patient with Primary Care Attachment