Task Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-clinical-task |
|---|---|
| Status | draft · 1.26.0 |
| Base | Task (constraint) |
| Source | FSH · JSON |
A unit of work in the chart: who asked for it, who owns it now, what has been said about it, and which chart element it concerns. Inbox items, to-dos, follow-ups, a result that needs review -- deliberately one kind of work item.
Examples
Chart-Created · Clinical · Document Review Task, Completed · Clinical task ai triage 001 · Clinical task completed 001 · Clinical task lab review 001 · Clinical task nursing pool 001 · Clinical task referral 001 · Suggested-Resource Task - Add a Chart Entry · Suggested-Resource Task - Card Alternative A (empagliflozin) · Suggested-Resource Task - Card Alternative B (dulaglutide) · Suggested-Resource Task - Retire a Chart Entry · Team-Owned Standalone · Unassigned
Team-Owned Standalone
Standalone work item with no patient context, held by a CareTeam -- exercising the optional "for" and the CareTeam owner target, with the ask as its opening note
Task/nexus-emr-clinical-task-team-owned — claims conformance to Task Profile
{
"resourceType": "Task",
"id": "nexus-emr-clinical-task-team-owned",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-clinical-task"
]
},
"status": "ready",
"intent": "order",
"description": "Restock the vaccine fridge and complete the weekly cold-chain temperature log.",
"authoredOn": "2026-01-15T08:00:00-05:00",
"requester": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"owner": {
"reference": "CareTeam/careteam-nursing-pool",
"type": "CareTeam",
"display": "Cedarbrook Clinic Nursing Team"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"time": "2026-01-15T08:00:00-05:00",
"text": "Fridge two was reading 9C at close on Friday. Log the temperature before restocking, and flag me if it is still out of range."
}
]
}