description: Patient-specific task that tells a patient what to do as part of a digital care activity. A Task is shown in the patient’s task list and supports tracking progress and completion over time. package_name: medmij.fhir.nl.r4.providertasks derivation: specialization name: LmTask abstract: true type: http://medmij.nl/fhir/StructureDefinition/pt-lm-Task elements: ActivityDefinition: short: Reference to the digital activity definition associated with this task. refers: ['http://medmij.nl/fhir/StructureDefinition/pt-lm-Activity'] type: Reference index: 0 BasedOn: short: Clinical order that triggered this patient task. May include patient-specific instructions and the requested schedule. refers: ['http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest'] type: Reference index: 1 Status: {short: 'Current state of the Task in the workflow (e.g., requested, received, accepted, in-progress, completed, cancelled).', type: code, index: 2} Priority: {short: 'Indicates how urgent it is to perform the activity (e.g., routine, urgent, asap).', type: code, index: 3} Description: {short: Short instruction for the patient describing what to do. Keep the text concise and readable on mobile., type: string, index: 4} ExecutionPeriod: {short: 'Time window in which the task should be performed (start/end), if applicable.', type: Period, index: 5} Requester: short: The person or role who requested or initiated this Task. refers: ['http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional'] type: Reference index: 6 package_version: 1.0.0-alpha.1 class: logical kind: logical url: http://medmij.nl/fhir/StructureDefinition/pt-lm-Task base: http://hl7.org/fhir/StructureDefinition/Element version: null