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-patient-forgotten",
"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-patient-forgotten</b></p><a name=\"ex-patient-forgotten\"> </a><a name=\"hcex-patient-forgotten\"> </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.html\">John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2024-06-01 18:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:\">Patient requested erasure of their data.</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/extra-security-role-type datasubject}\">Data Subject</span></td><td><a href=\"http:///example.org/Patient/ex-patient\">http:///example.org/Patient/ex-patient</a></td></tr></table></div>"
},
"target" : [
{
🔗 "reference" : "Patient/ex-patient"
}
],
"recorded" : "2024-06-01T18:00:00Z",
"reason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "PATRQT"
}
],
"text" : "GDPR-ART17-ERASURE"
}
],
"activity" : {
"text" : "Patient requested erasure of their data."
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"code" : "datasubject"
}
]
},
"who" : {
"reference" : "http:///example.org/Patient/ex-patient"
}
}
],
"entity" : [
{
"role" : "derivation",
"what" : {
"reference" : "https://example.org/DocumentReference/ex-data-erasure-request"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Patient/ex-patient"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Observation/ex-observation-food"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "AllergyIntolerance/ex-allergy-corrected"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Immunization/ex-immunization-correction"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Condition/ex-corrected"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Immunization/ex-immunization-wrong"
}
},
{
"role" : "removal",
"what" : {
🔗 "reference" : "Condition/ex-condition-initial"
}
}
]
}