This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "OperationDefinition",
"id" : "correction-request",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientCorrectionRequestOperation</h2><p>OPERATION: PatientCorrectionRequestOperation</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request</pre><p>URL: [base]/Communication/$correctionrequest</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>CorrectionRequest</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A collection of resources representing the correction request, disagreement, or back and forth conversation. The Bundle should follow <a href=\"StructureDefinition-patient-correction-bundle.html\">Patient Correction Bundle</a> profile.</p>\n</div></td></tr><tr><td>OUT</td><td>CorrectionResponse</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A collection of resources representing a correction request response. The Bundle should follow <a href=\"StructureDefinition-patient-correction-bundle.html\">Patient Correction Bundle</a> profile.</p>\n</div></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request",
"version" : "1.0.0-ballot",
"name" : "PatientCorrectionRequestOperation",
"title" : "Patient Correction Request Operation",
"status" : "draft",
"kind" : "operation",
"date" : "2022-03-29T16:29:26+00:00",
"publisher" : "HL7 International - Patient Empowerment Workgroup",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.org/Special/committees/patientempowerment"
}
]
},
{
"name" : "John Keyes",
"telecom" : [
{
"system" : "email",
"value" : "john@johnkeyes.com",
"use" : "work"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"code" : "correctionrequest",
"resource" : [
"Communication"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "CorrectionRequest",
"use" : "in",
"min" : 1,
"max" : "1",
"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.",
"type" : "Bundle"
},
{
"name" : "CorrectionResponse",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile.",
"type" : "Bundle"
}
]
}