Practitioner Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-practitioner |
|---|---|
| Status | draft · 1.26.0 |
| Base | Practitioner (constraint) |
| Source | FSH · JSON |
Represents a human that practices medicine -- the stable clinical identity that an EMR user login resolves to. Practitioner holds identity, demographics, and qualifications, and carries the EMR user-account identifier. The person's role(s) at organizations/locations are represented by PractitionerRole (0..*), which is the tenant-scoped role binding -- NOT the EMR user. A person may work at multiple organizations, each represented by a PractitionerRole.
Examples
Adaeze Okonkwo, RN · Dr. Ben (local MRP) · Dr. Dave (remote enrolled provider) · Dr. Emil Navarro · Dr. Emily Carter · Dr. Michael Wong · Dr. Priya Holland · Dr. Robert Smith · Linda Patel, RN CDE · Priya Raman, RN · Sarah Wilson, MOA
Dr. Emily Carter
Family physician at Cedarbrook. The note author and lab-review task owner across the clinical-task examples
Practitioner/dr-emily-carter — claims conformance to Practitioner Profile
{
"resourceType": "Practitioner",
"id": "dr-emily-carter",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Dr. Emily Carter, family physician at Cedarbrook Family Health. Authors the opening note on several of the clinical-task examples and holds the lab-result review task.</p></div>"
},
"active": true,
"name": [
{
"family": "Carter",
"given": [
"Emily"
],
"prefix": [
"Dr."
],
"suffix": [
"MD"
]
}
]
}
Referenced by: Anemia Consultation Document · Clinical Task Example · Document Review Task, Completed · nexus-emr-core-clinical-task-ai-triage-001 · nexus-emr-core-clinical-task-completed-001 · nexus-emr-core-clinical-task-lab-review-001 · nexus-emr-core-clinical-task-referral-001