{
"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.",
"_filename": "StructureDefinition-pt-lm-Task.json",
"package_name": "medmij.fhir.nl.r4.providertasks",
"date": null,
"derivation": "specialization",
"publisher": "MedMij",
"fhirVersion": "4.0.1",
"purpose": "To represent a patient-facing task for a digital activity, so the patient can see what is expected, when it should be done, and whether it is open or completed. A Task can represent either a main task or a subtask within the same activity.",
"name": "LmTask",
"mapping": [ {
"name": "Dataset Aanbiedertaken MedMij 1.0.0-alpha.1 20260511",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"abstract": true,
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"type": "http://medmij.nl/fhir/StructureDefinition/pt-lm-Task",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Task",
"package_version": "1.0.0-alpha.1",
"status": "active",
"id": "7160902a-1e7d-424b-a834-db305867585f",
"kind": "logical",
"url": "http://medmij.nl/fhir/StructureDefinition/pt-lm-Task",
"version": null,
"differential": {
"element": [ {
"id": "pt-lm-Task",
"path": "pt-lm-Task",
"alias": [ "Taak" ],
"short": "Task",
"mapping": [ {
"map": "pt-dataelement-1",
"comment": "Task",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"definition": "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."
}, {
"path": "pt-lm-Task.ActivityDefinition",
"min": 0,
"definition": "Reference to the digital activity definition associated with this task.",
"short": "Reference to the digital activity definition associated with this task.",
"mapping": [ {
"map": "pt-dataelement-2",
"comment": "ActivityDefinition",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://medmij.nl/fhir/StructureDefinition/pt-lm-Activity" ]
} ],
"alias": [ "DigitaleActiviteit" ],
"max": "1",
"id": "pt-lm-Task.ActivityDefinition"
}, {
"path": "pt-lm-Task.BasedOn",
"min": 0,
"definition": "Clinical order that triggered this patient task. May include patient-specific instructions and the requested schedule.",
"short": "Clinical order that triggered this patient task. May include patient-specific instructions and the requested schedule.",
"mapping": [ {
"map": "pt-dataelement-3",
"comment": "BasedOn",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest" ]
} ],
"alias": [ "GebaseerdOp" ],
"max": "1",
"id": "pt-lm-Task.BasedOn"
}, {
"path": "pt-lm-Task.Status",
"min": 0,
"definition": "Current state of the Task in the workflow (e.g., requested, received, accepted, in-progress, completed, cancelled).",
"short": "Current state of the Task in the workflow (e.g., requested, received, accepted, in-progress, completed, cancelled).",
"mapping": [ {
"map": "pt-dataelement-4",
"comment": "Status",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "code"
} ],
"alias": [ "Status" ],
"max": "1",
"id": "pt-lm-Task.Status"
}, {
"path": "pt-lm-Task.Priority",
"min": 0,
"definition": "Indicates how urgent it is to perform the activity (e.g., routine, urgent, asap).",
"short": "Indicates how urgent it is to perform the activity (e.g., routine, urgent, asap).",
"mapping": [ {
"map": "pt-dataelement-5",
"comment": "Priority",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "code"
} ],
"alias": [ "Prioriteit" ],
"max": "1",
"id": "pt-lm-Task.Priority"
}, {
"path": "pt-lm-Task.Description",
"min": 0,
"definition": "Short instruction for the patient describing what to do. Keep the text concise and readable on mobile.",
"short": "Short instruction for the patient describing what to do. Keep the text concise and readable on mobile.",
"mapping": [ {
"map": "pt-dataelement-6",
"comment": "Description",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "string"
} ],
"alias": [ "Omschrijving" ],
"max": "1",
"id": "pt-lm-Task.Description"
}, {
"path": "pt-lm-Task.ExecutionPeriod",
"min": 0,
"definition": "Time window in which the task should be performed (start/end), if applicable.",
"short": "Time window in which the task should be performed (start/end), if applicable.",
"mapping": [ {
"map": "pt-dataelement-7",
"comment": "ExecutionPeriod",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "Period"
} ],
"alias": [ "Periode" ],
"max": "1",
"id": "pt-lm-Task.ExecutionPeriod"
}, {
"path": "pt-lm-Task.Requester",
"min": 0,
"definition": "The person or role who requested or initiated this Task.",
"short": "The person or role who requested or initiated this Task.",
"mapping": [ {
"map": "pt-dataelement-8",
"comment": "Requester",
"identity": "pt-dataset-100-alpha1-20260511"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" ]
} ],
"alias": [ "Aanvrager" ],
"max": "1",
"id": "pt-lm-Task.Requester"
} ]
},
"contact": [ {
"name": "MedMij",
"telecom": [ {
"use": "work",
"value": "info@medmij.nl",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}