FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Provenance |
| Id | Provenance-ex-patient-requested-correction.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-requested-correction
Profile: Provenance Profile for Corrections
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 17:00:00+0000 |
| Activity | error correction |
Agents
| Type | who |
| Data Subject | John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456) |
{
"resourceType": "Provenance",
"id": "ex-patient-requested-correction",
"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": "Patient/ex-patient"
}
],
"recorded": "2024-06-01T17:00:00Z",
"reason": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "PATRQT"
}
]
}
],
"activity": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FIXDATA"
}
]
},
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"code": "datasubject"
}
]
},
"who": {
"reference": "Patient/ex-patient"
}
}
],
"entity": [
{
"role": "revision",
"what": {
"reference": "Patient/ex-patient",
"identifier": {
"system": "http://example.org/mrn",
"value": "123456"
},
"display": "Patient Resource with Corrected Birth Date"
}
},
{
"role": "derivation",
"what": {
"reference": "https://example.org/Communication/ex-communication-birthdate-correction"
}
}
]
}