{ "description": "The correction-request operation is used to communicate a request for correction or a logging of a disagreement of a denial from a requester to a fulfiller. It includes the ability to send the request along with attachments. The fulfiller can spawn a task to manage the correction process as part of the operation. For the operation, we expect the server to store the Communication resource, spawn a Task when appropriate, and update the Communication and return the Communication resource with reference to a Task id if a Task is spawned. The correction-request operation is also used whenever the requester provides updates to the fulfiller (additional information, conversation).", "_filename": "OperationDefinition-correction-request.json", "package_name": "hl7.fhir.uv.patient-corrections", "date": "2025-07-10T15:50:53+00:00", "system": false, "publisher": "HL7 International / Patient Empowerment", "instance": false, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "PatientCorrectionRequestOperation", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Patient Correction Request Operation", "package_version": "1.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pe" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections" } ] } } ], "status": "active", "id": "ea4ab2e1-681b-425e-b719-8cdd521123bc", "resource": [ "Communication" ], "kind": "operation", "url": "http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request", "code": "correctionrequest", "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/patientempowerment", "system": "url" } ] }, { "name": "Virginia Lorenzi", "telecom": [ { "value": "vlorenzi@nyp.org", "system": "email" } ] }, { "name": "David Pyke", "telecom": [ { "value": "david@pyke.ca", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "CorrectionRequest", "type": "Bundle", "documentation": "A collection of resources representing the correction request, disagreement, or back and forth conversation. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile." }, { "max": "1", "min": 1, "use": "out", "name": "CorrectionResponse", "type": "Bundle", "documentation": "A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile." } ] }