Skip to content

Task Profile

Canonical../StructureDefinition/nexus-emr-core-clinical-task
Statusdraft · 1.26.0
BaseTask (constraint)
SourceFSH · 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 nursing pool 001

Complete medication reconciliation for David Chen following hospital discharge. Patient returned from Calgary General Hospital after pneumonia treatment. Reconcile discharge medications with home medications.

Task/nexus-emr-core-clinical-task-nursing-pool-001 — claims conformance to Task Profile

{
  "resourceType": "Task",
  "id": "nexus-emr-core-clinical-task-nursing-pool-001",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-clinical-task"
    ],
    "versionId": "1",
    "lastUpdated": "2025-07-23T13:45:00-06:00"
  },
  "identifier": [
    {
      "system": "../identifier/task",
      "value": "cedarbrook-task-20250723-004"
    }
  ],
  "groupIdentifier": {
    "system": "../identifier/task-group",
    "value": "medication-reconciliation-batch-001"
  },
  "status": "ready",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "../CodeSystem/nexus-task-code",
        "code": "medication",
        "display": "Medication"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "430193006",
        "display": "Medication reconciliation"
      }
    ],
    "text": "Post-Hospital Medication Reconciliation"
  },
  "description": "Complete medication reconciliation for David Chen following hospital discharge. Patient returned from Calgary General Hospital after pneumonia treatment. Reconcile discharge medications with home medications.",
  "for": {
    "reference": "Patient/david-chen",
    "display": "David Chen"
  },
  "encounter": {
    "identifier": {
      "system": "../NamingSystem/encounter-identifier",
      "value": "nexus-emr-core-encounter-post-discharge-001"
    },
    "display": "Post-Hospital Discharge Follow-up"
  },
  "authoredOn": "2025-07-23T13:45:00-06:00",
  "lastModified": "2025-07-23T13:45:00-06:00",
  "requester": {
    "identifier": {
      "system": "../NamingSystem/organization-identifier",
      "value": "calgary-general-hospital"
    },
    "display": "Calgary General Hospital - Discharge Planning"
  },
  "owner": {
    "identifier": {
      "system": "../NamingSystem/organization-identifier",
      "value": "cedarbrook-nursing-pool"
    },
    "display": "Cedarbrook Clinic - Nursing Pool"
  },
  "reasonCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "430193006",
        "display": "Medication reconciliation"
      }
    ],
    "text": "Post-discharge medication safety review required"
  },
  "basedOn": [
    {
      "identifier": {
        "system": "../NamingSystem/service-request-identifier",
        "value": "medication-reconciliation-order-001"
      },
      "display": "Medication Reconciliation Order"
    }
  ],
  "focus": {
    "identifier": {
      "system": "../NamingSystem/medication-statement-identifier",
      "value": "discharge-medication-list-001"
    }
  },
  "executionPeriod": {
    "start": "2025-07-23T13:45:00-06:00",
    "end": "2025-07-24T17:00:00-06:00"
  },
  "performerType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "224535009",
          "display": "Registered nurse"
        }
      ],
      "text": "Registered Nurse (Any qualified RN can claim)"
    }
  ],
  "location": {
    "identifier": {
      "system": "../NamingSystem/location-identifier",
      "value": "cedarbrook-clinic-main"
    },
    "display": "Cedarbrook Clinic - Main Office"
  },
  "note": [
    {
      "authorReference": {
        "identifier": {
          "system": "../NamingSystem/organization-identifier",
          "value": "calgary-general-hospital"
        },
        "display": "Calgary General Hospital - Discharge Planning"
      },
      "time": "2025-07-23T13:45:00-06:00",
      "text": "Hospital discharge summary received. Patient had 5-day stay for pneumonia treatment. Multiple medication changes made during admission."
    },
    {
      "authorReference": {
        "identifier": {
          "system": "../NamingSystem/organization-identifier",
          "value": "cedarbrook-nursing-pool"
        },
        "display": "Cedarbrook Clinic - Nursing Pool"
      },
      "time": "2025-07-23T13:45:00-06:00",
      "text": "NURSING POOL ASSIGNMENT: Any available RN can claim this task. Use Accept/Claim action to take ownership."
    }
  ],
  "input": [
    {
      "type": {
        "text": "Hospital Discharge Summary"
      },
      "valueReference": {
        "identifier": {
          "system": "../NamingSystem/document-reference-identifier",
          "value": "discharge-summary-calgary-general-001"
        }
      }
    },
    {
      "type": {
        "text": "Discharge Medication List"
      },
      "valueReference": {
        "identifier": {
          "system": "../NamingSystem/medication-statement-identifier",
          "value": "discharge-medication-list-001"
        }
      }
    },
    {
      "type": {
        "text": "Previous Home Medications"
      },
      "valueReference": {
        "identifier": {
          "system": "../NamingSystem/medication-statement-identifier",
          "value": "home-medication-list-001"
        }
      }
    }
  ],
  "restriction": {
    "repetitions": 1,
    "period": {
      "end": "2025-07-24T17:00:00-06:00"
    },
    "recipient": [
      {
        "identifier": {
          "system": "../NamingSystem/organization-identifier",
          "value": "cedarbrook-nursing-pool"
        },
        "display": "Cedarbrook Nursing Staff"
      }
    ]
  }
}