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
Clinical task completed 001
Provide diabetes education follow-up for Jennifer Martinez. Review blood glucose logs, insulin adjustment, and dietary counseling. Patient newly diagnosed with Type 2 diabetes.
Task/nexus-emr-core-clinical-task-completed-001 — claims conformance to Task Profile
{
"resourceType": "Task",
"id": "nexus-emr-core-clinical-task-completed-001",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-clinical-task"
],
"versionId": "5",
"lastUpdated": "2025-07-23T16:30:00-06:00"
},
"identifier": [
{
"system": "../identifier/task",
"value": "cedarbrook-task-20250723-005"
}
],
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311401005",
"display": "Patient education"
}
],
"text": "Diabetes Education Follow-up"
},
"description": "Provide diabetes education follow-up for Jennifer Martinez. Review blood glucose logs, insulin adjustment, and dietary counseling. Patient newly diagnosed with Type 2 diabetes.",
"for": {
"reference": "Patient/jennifer-martinez",
"display": "Jennifer Martinez"
},
"encounter": {
"identifier": {
"system": "../NamingSystem/encounter-identifier",
"value": "nexus-emr-core-encounter-diabetes-followup-001"
},
"display": "Diabetes Follow-up Visit - July 23, 2025"
},
"authoredOn": "2025-07-23T09:00:00-06:00",
"lastModified": "2025-07-23T16:30:00-06:00",
"requester": {
"reference": "Practitioner/dr-michael-wong",
"display": "Dr. Michael Wong"
},
"owner": {
"reference": "PractitionerRole/linda-patel-cde-role",
"display": "Linda Patel, RN CDE"
},
"reasonReference": {
"identifier": {
"system": "../NamingSystem/condition-identifier",
"value": "diabetes-type2-001"
},
"display": "Type 2 diabetes mellitus"
},
"reasonCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311401005",
"display": "Patient education"
}
],
"text": "New diabetes diagnosis education requirement"
},
"basedOn": [
{
"identifier": {
"system": "../NamingSystem/care-plan-identifier",
"value": "diabetes-management-plan-001"
},
"display": "Diabetes Management Care Plan"
}
],
"focus": {
"identifier": {
"system": "../NamingSystem/condition-identifier",
"value": "diabetes-type2-001"
}
},
"executionPeriod": {
"start": "2025-07-23T14:00:00-06:00",
"end": "2025-07-23T16:30:00-06:00"
},
"performerType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224535009",
"display": "Registered nurse"
}
],
"text": "Certified Diabetes Educator"
}
],
"location": {
"identifier": {
"system": "../NamingSystem/location-identifier",
"value": "cedarbrook-clinic-education-room"
},
"display": "Cedarbrook Clinic - Patient Education Room"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/dr-emily-carter",
"display": "Dr. Emily Carter"
},
"time": "2025-07-23T09:00:00-06:00",
"text": "Task assigned to Linda Patel, CDE for comprehensive diabetes education."
},
{
"authorReference": {
"reference": "Practitioner/linda-patel-cde",
"display": "Linda Patel, CDE"
},
"time": "2025-07-23T14:00:00-06:00",
"text": "Education session started. Patient and spouse both present and engaged."
},
{
"authorReference": {
"reference": "Practitioner/linda-patel-cde",
"display": "Linda Patel, CDE"
},
"time": "2025-07-23T16:30:00-06:00",
"text": "Education session completed successfully. Patient demonstrates good understanding. Follow-up scheduled in 2 weeks."
}
],
"input": [
{
"type": {
"text": "Diabetes Diagnosis"
},
"valueReference": {
"identifier": {
"system": "../NamingSystem/condition-identifier",
"value": "diabetes-type2-001"
}
}
},
{
"type": {
"text": "Recent Lab Results"
},
"valueReference": {
"identifier": {
"system": "../NamingSystem/diagnostic-report-identifier",
"value": "hba1c-results-001"
}
}
}
],
"relevantHistory": [
{
"identifier": {
"system": "../NamingSystem/provenance-identifier",
"value": "task-assignment-001"
},
"display": "Task Assignment to CDE"
},
{
"identifier": {
"system": "../NamingSystem/provenance-identifier",
"value": "task-start-001"
},
"display": "Education Session Started"
},
{
"identifier": {
"system": "../NamingSystem/provenance-identifier",
"value": "task-completion-001"
},
"display": "Task Completed Successfully"
}
]
}