John Moehrke Correction Example
0.1.0 - ci-build International flag

John Moehrke Correction Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/correction/ and changes regularly. See the Directory of published versions

: Provenance for Merging Duplicate Patient Records - XML Representation

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="ex-provenance-patient-merged"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance ex-provenance-patient-merged</b></p><a name="ex-provenance-patient-merged"> </a><a name="hcex-provenance-patient-merged"> </a><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"/><p style="margin-bottom: 0px">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p>Provenance for <a href="Patient-ex-patient-1.html">Jane Smith  Female, DoB Unknown ( http://example.org/mrn#MRN-001)</a></p><p>Summary</p><table class="grid"><tr><td>Recorded</td><td>2024-06-01 19:00:00+0000</td></tr><tr><td>Activity</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason MDATA}">Merge Patient Records that were matched by SSN and confirmed by review, with the data linked to the non-surviving patient is also fixed up to point at the surviving patient.</span></td></tr></table><p><b>Agents</b></p><table class="grid"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}">Author</span></td><td><a href="http:///example.org/Practitioner/ex-practitioner">http:///example.org/Practitioner/ex-practitioner</a></td></tr></table></div>
  </text>
  <target>🔗 
    <reference value="Patient/ex-patient-1"/>
  </target>
  <recorded value="2024-06-01T19:00:00Z"/>
  <reason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HQUALIMP"/>
    </coding>
  </reason>
  <activity>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="MDATA"/>
    </coding>
    <text
          value="Merge Patient Records that were matched by SSN and confirmed by review, with the data linked to the non-surviving patient is also fixed up to point at the surviving patient."/>
  </activity>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="author"/>
      </coding>
    </type>
    <who>
      <reference value="http:///example.org/Practitioner/ex-practitioner"/>
    </who>
  </agent>
  <entity>
    <role value="removal"/>
    <what>🔗 
      <reference value="Patient/ex-patient-2"/>
      <identifier>
        <system value="http://example.org/mrn"/>
        <value value="MRN-002"/>
      </identifier>
      <display value="Removed Duplicate Patient Record"/>
    </what>
  </entity>
  <entity>
    <role value="revision"/>
    <what>🔗 
      <reference value="Patient/ex-patient-1"/>
      <identifier>
        <system value="http://example.org/mrn"/>
        <value value="MRN-001"/>
      </identifier>
      <display value="Surviving Patient Record after Merge"/>
    </what>
  </entity>
  <entity>
    <role value="revision"/>
    <what>🔗 
      <reference value="Observation/ex-patient-2-bp"/>
      <display
               value="Blood Pressure Observation from Patient-2 is fixed to point at Patient-1 after Merge"/>
    </what>
  </entity>
</Provenance>