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

Suggested-Resource Task - Card Alternative B (dulaglutide)

The sibling of card alternative A -- same groupIdentifier, same intent = option, a different suggested MedicationRequest. Shows that grouping records what was raised together while intent = option is what makes the members alternatives

Task/nexus-emr-clinical-task-suggestion-card-b — claims conformance to Task Profile

{
  "resourceType": "Task",
  "id": "nexus-emr-clinical-task-suggestion-card-b",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-clinical-task"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "AIAST",
        "display": "Artificial Intelligence asserted"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Bundle",
      "id": "suggested",
      "type": "transaction",
      "entry": [
        {
          "fullUrl": "urn:uuid:9f2c8a1e-0000-4000-8000-000000000004",
          "resource": {
            "resourceType": "MedicationRequest",
            "status": "draft",
            "intent": "proposal",
            "medicationCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "714080005",
                  "display": "Dulaglutide"
                }
              ],
              "text": "Dulaglutide 0.75 mg/0.5 mL injection"
            },
            "subject": {
              "reference": "Patient/nexus-emr-patient-attachment-example",
              "display": "Avery Linwood"
            },
            "dosageInstruction": [
              {
                "text": "Inject 0.75 mg subcutaneously once weekly"
              }
            ]
          },
          "request": {
            "method": "POST",
            "url": "MedicationRequest"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "../NamingSystem/nexus-cds-key",
      "value": "dm2-intensification:Patient/avery-linwood-01:dulaglutide"
    }
  ],
  "groupIdentifier": {
    "system": "../NamingSystem/nexus-cds-card",
    "value": "dm2-intensification:Patient/avery-linwood-01:a1c-above-target"
  },
  "status": "ready",
  "intent": "option",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "../CodeSystem/nexus-task-code",
        "code": "medication",
        "display": "Medication"
      }
    ],
    "text": "Suggested medication, one of several alternatives"
  },
  "description": "A1c 8.4% on metformin alone. Suggested add-on: dulaglutide 0.75 mg weekly. ONE OF TWO alternatives offered on the same card -- accepting this one cancels the other.",
  "for": {
    "reference": "Patient/nexus-emr-patient-attachment-example",
    "display": "Avery Linwood"
  },
  "authoredOn": "2026-08-20T07:45:00-04:00",
  "requester": {
    "type": "Device",
    "identifier": {
      "system": "../NamingSystem/nexus-cds-rule",
      "value": "dm2-intensification"
    },
    "display": "Type 2 diabetes intensification rule (decision support)"
  },
  "owner": {
    "reference": "PractitionerRole/dr-ben-mrp-role",
    "display": "Dr. Ben"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "../CodeSystem/nexus-task-input-type",
            "code": "suggested-resource",
            "display": "Suggested resource"
          }
        ]
      },
      "valueReference": {
        "reference": "#suggested",
        "display": "Suggested resource Bundle"
      }
    }
  ],
  "note": [
    {
      "authorReference": {
        "identifier": {
          "system": "../NamingSystem/nexus-cds-rule",
          "value": "dm2-intensification"
        },
        "display": "Type 2 diabetes intensification rule (decision support)"
      },
      "time": "2026-08-20T07:45:00-04:00",
      "text": "Last A1c 8.4% on metformin monotherapy, above the agreed target. This is one of two alternatives offered together; accepting either closes the other."
    }
  ]
}