FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Provenance |
| Id | Provenance-ExampleERefProvenanceUpdate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ExampleERefProvenanceUpdate
Profile: EReferral Provenance
Provenance for ServiceRequest Referral to specialist
Summary
| Recorded | 2025-03-16 14:22:00+0800 |
| Activity | revise |
Agents
| Type | who | On Behalf Of |
| Author | PractitionerRole Medical practitioner | Organization Rural Health Unit - Barangay Health Center |
{
"resourceType": "Provenance",
"id": "ExampleERefProvenanceUpdate",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-provenance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "ServiceRequest/ExampleERefServiceRequestMinimal"
}
],
"recorded": "2025-03-16T14:22:00+08:00",
"activity": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "UPDATE",
"display": "revise"
}
]
},
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"reference": "PractitionerRole/ExampleERefPractitionerRoleMinimal"
},
"onBehalfOf": {
"reference": "Organization/ExampleERefOrganizationMinimal"
}
}
]
}