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
Document Review Task, Completed
A review task filed against a document for a named reviewer, completed once that reviewer acted -- reviewing was the task's whole purpose, so nothing is left to track after it. The review itself is recorded on the document rather than here, by the reviewed extension on DocumentReference/anemia-consult-20250408, which names this task's owner and carries the same instant as executionPeriod.end
Task/nexus-emr-clinical-task-document-review-completed — claims conformance to Task Profile
{
"resourceType": "Task",
"id": "nexus-emr-clinical-task-document-review-completed",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-clinical-task"
]
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "../CodeSystem/nexus-task-code",
"code": "document-review",
"display": "Document review"
}
]
},
"priority": "routine",
"description": "Review document",
"focus": {
"reference": "DocumentReference/anemia-consult-20250408",
"display": "Anemia consult"
},
"for": {
"reference": "Patient/avery-linwood",
"display": "Avery Linwood"
},
"authoredOn": "2026-04-09T09:30:00-04:00",
"lastModified": "2026-04-12T08:00:00-04:00",
"requester": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"owner": {
"reference": "Practitioner/dr-emily-carter",
"display": "Dr. Emily Carter"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"time": "2026-04-09T09:30:00-04:00",
"text": "Please review this document and sign off"
}
],
"executionPeriod": {
"end": "2026-04-10T14:05:00-04:00"
}
}