Patient Request for Corrections Implementation Guide
1.0.0 - STU 1 Ballot International flag

Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-patient-correction/ and changes regularly. See the Directory of published versions

: BundleExample - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="BundleExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle"/>
  </meta>
  <type value="collection"/>
  <entry>
    <fullUrl value="initialrequestforcorrection"/>
    <resource>
      <Communication>
        <id value="initialrequestforcorrection"/>
        <meta>
          <versionId value="1"/>
          <profile
                   value="http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Communication</b><a name="initialrequestforcorrection"> </a></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 Communication &quot;initialrequestforcorrection&quot; Version &quot;1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-patient-correction-communication.html">Patient Correction Communication</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: 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></p><p><b>subject</b>: <a href="Patient-ex-patient.html">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>about</b>: <a href="Task-correctionrequestprocess.html">Task/correctionrequestprocess</a></p><p><b>sent</b>: 2021-05-19 10:00:17+0000</p><p><b>recipient</b>: <a href="Practitioner-ex-practitioner.html">Practitioner/ex-practitioner</a> &quot; SMITH&quot;</p><p><b>sender</b>: <a href="Patient-ex-patient.html">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><h3>Payloads</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Content[x]</b></td></tr><tr><td style="display: none">*</td><td><a href="DocumentReference-ex-documentreference.html">DocumentReference/ex-documentreference</a></td></tr></table></div>
        </text>
        <status value="completed"/>
        <category>
          <coding>
            <system
                    value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes"/>
            <code value="medRecCxReq"/>
          </coding>
        </category>
        <subject>
          <reference value="Patient/ex-patient"/>
        </subject>
        <about>
          <reference value="Task/correctionrequestprocess"/>
        </about>
        <sent value="2021-05-19T10:00:17-00:00"/>
        <recipient>
          <reference value="Practitioner/ex-practitioner"/>
        </recipient>
        <sender>
          <reference value="Patient/ex-patient"/>
        </sender>
        <payload>
          <contentReference>
            <reference value="DocumentReference/ex-documentreference"/>
          </contentReference>
        </payload>
      </Communication>
    </resource>
  </entry>
</Bundle>