FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Provenance |
| Id | Provenance-ex-correction-replacement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ex-correction-replacement
Profile: Provenance Profile for Corrections
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Summary
| Recorded | 2024-06-01 13:00:00+0000 |
| Activity | error correction |
Agents
| Type | who |
| Author | http:///example.org/Practitioner/ex-practitioner |
{
"resourceType": "Provenance",
"id": "ex-correction-replacement",
"meta": {
"profile": [
"http://johnmoehrke.github.io/correction/StructureDefinition/CorrectionProvenanceProfile"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "Immunization/ex-immunization-correction"
}
],
"recorded": "2024-06-01T13:00:00Z",
"reason": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "PATSFTY"
}
]
}
],
"activity": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FIXDATA"
}
]
},
"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": "Immunization/ex-immunization-wrong",
"identifier": {
"system": "http://example.org/immunization-identifiers",
"value": "immu-covid19-001"
},
"display": "Original Immunization Record with Errors"
}
},
{
"role": "derivation",
"what": {
"reference": "DocumentReference/ex-documentation-immunization-correction",
"display": "Documentation of Immunization Correction"
}
}
]
}