Correction Task Profile¶
| Canonical | ../StructureDefinition/nexus-correction-task |
|---|---|
| Status | draft · 1.26.0 |
| Base | Task Profile (constraint) |
| Source | FSH · JSON |
A patient's request to correct their own record, or to log a disagreement where a correction was refused, carried as an ordinary clinical task with the statutory correction vocabulary. Same worklist, same shape, narrower status set. AN ACCESS REQUEST IS NOT HELD TO THIS PROFILE. Every code in this vocabulary describes a correction or a disagreement, so a request to be given a copy of the record has no terminal state here it could truthfully reach. It shares the privacy-request worklist bin and stays on the base clinical task, which binds the wider set.
Examples
Clinical task correction request denied
Patient requests correction of LDL result of 8 April 2026; states sample was non-fasting.
Task/nexus-emr-clinical-task-correction-request-denied — claims conformance to Correction Task
{
"resourceType": "Task",
"id": "nexus-emr-clinical-task-correction-request-denied",
"meta": {
"profile": [
"../StructureDefinition/nexus-correction-task"
]
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Correction request - REFUSED</b></p><p>Avery Linwood asked for the LDL result of 8 April 2026 to be corrected, saying the sample was drawn non-fasting and the result is not comparable. Dr. Emil Navarro reviewed and refused: the result is what the analyser reported, and the collection circumstances belong in a note rather than in a changed value.</p><p><strong>This is a clinical Task, narrowed.</strong> It declares the correction task profile, which closes <code>businessStatus</code> to the correction vocabulary and changes nothing else - it is still in the same worklist, in the same bin, read by the same consumers. The <code>privacy-request</code> code is the worklist bin; the second coding carries HL7's international correction vocabulary for a reader outside this estate.</p><p><strong>Status is <code>completed</code>, not <code>failed</code>.</strong> Somebody reviewed the request and decided. The decision lives in <code>businessStatus</code> = <code>denied</code>. A failed task would say the system broke, which loses the only fact PHIPA cares about here.</p><p>The refusal is what entitles Avery to file a statement of disagreement, which references this task on its <code>partOf</code>.</p></div>"
},
"status": "completed",
"intent": "order",
"description": "Patient requests correction of LDL result of 8 April 2026; states sample was non-fasting.",
"code": {
"coding": [
{
"system": "../CodeSystem/nexus-task-code",
"code": "privacy-request",
"display": "Privacy request"
},
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes",
"code": "medRecCxReq",
"display": "Correction Request"
}
]
},
"businessStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
"code": "denied",
"display": "Denied"
}
]
},
"for": {
"reference": "Patient/avery-linwood",
"display": "Avery Linwood"
},
"focus": {
"reference": "Observation/ldl-avery-20260408",
"display": "LDL cholesterol, 8 April 2026"
},
"authoredOn": "2026-06-20T09:10:00-04:00",
"lastModified": "2026-06-28T16:40:00-04:00",
"requester": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro (logged the patient's request)"
},
"owner": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"statusReason": {
"text": "Result reported by the analyser is accurate as recorded. Collection circumstances documented in an accompanying note rather than by altering the value."
},
"note": [
{
"authorReference": {
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
},
"time": "2026-06-28T16:40:00-04:00",
"text": "Discussed with patient by telephone. Explained that the value stands and that she may file a statement of disagreement, which will be attached to the result and disclosed with it. Patient wishes to proceed."
}
]
}
Referenced by: nexus-statement-of-disagreement-ldl-non-fasting