FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Provenance |
| Id | Provenance-ex-patient-forgotten.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ex-patient-forgotten
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Provenance for John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)
Summary
| Recorded | 2024-06-01 18:00:00+0000 |
| Activity | Patient requested erasure of their data. |
Agents
| Type | who |
| Data Subject | John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456) |
{
"resourceType": "Provenance",
"id": "ex-patient-forgotten",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "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"
}
}
]
}