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
Chart-Created
EMR-born task created from a patient chart -- no identifier, no code, the patient on "for" and no focus (the task is about no one chart element), an opening note carrying its author and time, and a date-precision due date on restriction.period.end
Task/nexus-emr-clinical-task-chart-task — claims conformance to Task Profile
{
"resourceType": "Task",
"id": "nexus-emr-clinical-task-chart-task",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-clinical-task"
]
},
"status": "ready",
"intent": "order",
"priority": "stat",
"description": "Call Avery Linwood about the abnormal CBC result before end of day.",
"businessStatus": {
"coding": [
{
"system": "../CodeSystem/task-business-status",
"code": "ok",
"display": "Ok"
}
]
},
"for": {
"reference": "Patient/nexus-emr-patient-attachment-example",
"display": "Avery Linwood"
},
"authoredOn": "2026-01-15T09:30:00-05:00",
"lastModified": "2026-01-15T09:30:00-05:00",
"requester": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"owner": {
"reference": "Practitioner/adaeze-okonkwo-rn",
"display": "Adaeze Okonkwo, RN"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"time": "2026-01-15T09:30:00-05:00",
"text": "Patient prefers calls after 3pm. Hgb 8.2 g/dL on today's CBC; discuss repeat bloodwork and iron studies."
}
],
"restriction": {
"period": {
"end": "2026-01-16"
}
}
}