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
<Task xmlns="http://hl7.org/fhir">
<id value="correctionrequestprocess6"/>
<meta>
<versionId value="6"/>
<profile
value="http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "correctionrequestprocess6" Version "6" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-patient-correction-task.html">Patient Correction Task</a></p></div><p><b>status</b>: completed</p><p><b>businessStatus</b>: The record has been amended (corrected). <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PatientCorrectionBusinessStatus.html">Patient Correction Business Statuses</a>#amendment-completed)</span></p><p><b>intent</b>: order</p><p><b>code</b>: Correction request by the Patient or RelatedPerson <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PatientCorrectionTaskTypes.html">Patient Correction Task Types</a>#medRecCxReq)</span></p><p><b>for</b>: <a href="Patient-ex-patient.html">Patient/ex-patient</a> " SCHMIDT"</p><p><b>authoredOn</b>: 2021-05-19 10:00:17+0000</p><p><b>lastModified</b>: 2021-05-25 12:00:17+0000</p><p><b>requester</b>: <a href="Patient-ex-patient.html">Patient/ex-patient</a> " SCHMIDT"</p><p><b>owner</b>: <a href="Practitioner-ex-practitioner.html">Practitioner/ex-practitioner</a> " SMITH"</p><h3>Inputs</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Correction request by the Patient or RelatedPerson <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PatientCorrectionCommunicationTypes.html">Patient Correction Communication Types</a>#medRecCxReq)</span></td><td><a href="Communication-initialrequestforcorrection.html">Communication/initialrequestforcorrection</a></td></tr></table><h3>Outputs</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Correction request resolution <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PatientCorrectionOutputTypes.html">Patient Correction Output Types</a>#medRecCxReqResolution)</span></td><td><a href="Communication-recordamended.html">Communication/recordamended</a></td></tr></table></div>
</text>
<status value="completed"/>
<businessStatus>
<coding>
<system
value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"/>
<code value="amendment-completed"/>
</coding>
</businessStatus>
<intent value="order"/>
<code>
<coding>
<system
value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes"/>
<code value="medRecCxReq"/>
</coding>
</code>
<for>
<reference value="Patient/ex-patient"/>
</for>
<authoredOn value="2021-05-19T10:00:17-00:00"/>
<lastModified value="2021-05-25T12:00:17-00:00"/>
<requester>
<reference value="Patient/ex-patient"/>
</requester>
<owner>
<reference value="Practitioner/ex-practitioner"/>
</owner>
<input>
<type>
<coding>
<system
value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes"/>
<code value="medRecCxReq"/>
</coding>
</type>
<valueReference>
<reference value="Communication/initialrequestforcorrection"/>
</valueReference>
</input>
<output>
<type>
<coding>
<system
value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionOutputTypes"/>
<code value="medRecCxReqResolution"/>
</coding>
</type>
<valueReference>
<reference value="Communication/recordamended"/>
</valueReference>
</output>
</Task>