FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Provenance |
| Id | Provenance-ex-provenance-patient-merged.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ex-provenance-patient-merged
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Provenance for Jane Smith Female, DoB Unknown ( http://example.org/mrn#MRN-001)
Summary
| Recorded | 2024-06-01 19:00:00+0000 |
| Activity | 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. |
Agents
| Type | who |
| Author | http:///example.org/Practitioner/ex-practitioner |
{
"resourceType": "Provenance",
"id": "ex-provenance-patient-merged",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}