Patient Request for Corrections Implementation Guide
1.0.0-ballot - STU 1 Ballot

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

: correction-request - XML Representation

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="correction-request"/>
  <text>
    <status value="extensions"/>
    <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>
</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>
</div></td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request"/>
  <version value="1.0.0-ballot"/>
  <name value="PatientCorrectionRequestOperation"/>
  <title value="Patient Correction Request Operation"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2022-03-29T16:29:26+00:00"/>
  <publisher value="HL7 International - Patient Empowerment Workgroup"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://www.hl7.org/Special/committees/patientempowerment"/>
    </telecom>
  </contact>
  <contact>
    <name value="John Keyes"/>
    <telecom>
      <system value="email"/>
      <value value="john@johnkeyes.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="correctionrequest"/>
  <resource value="Communication"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="CorrectionRequest"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="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 value="Bundle"/>
  </parameter>
  <parameter>
    <name value="CorrectionResponse"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>