John Moehrke Correction Example
0.1.0 - ci-build
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
{
"resourceType" : "Provenance",
"id" : "ex-provenance-patient-merged",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"target" : [
{
🔗 "reference" : "Patient/ex-patient-1"
}
],
"recorded" : "2024-06-01T19:00:00Z",
"reason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HQUALIMP"
}
]
}
],
"activity" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "MDATA"
}
],
"text" : "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."
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}
]
},
"who" : {
"reference" : "http:///example.org/Practitioner/ex-practitioner"
}
}
],
"entity" : [
{
"role" : "removal",
"what" : {
🔗 "reference" : "Patient/ex-patient-2",
"identifier" : {
"system" : "http://example.org/mrn",
"value" : "MRN-002"
},
"display" : "Removed Duplicate Patient Record"
}
},
{
"role" : "revision",
"what" : {
🔗 "reference" : "Patient/ex-patient-1",
"identifier" : {
"system" : "http://example.org/mrn",
"value" : "MRN-001"
},
"display" : "Surviving Patient Record after Merge"
}
},
{
"role" : "revision",
"what" : {
🔗 "reference" : "Observation/ex-patient-2-bp",
"display" : "Blood Pressure Observation from Patient-2 is fixed to point at Patient-1 after Merge"
}
}
]
}