FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Provenance |
| Id | Provenance-ExampleERefProvenanceSignature.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance ExampleERefProvenanceSignature
Profile: EReferral Provenance
Provenance for ServiceRequest Referral to specialist
Summary
| Recorded | 2025-03-15 09:30:00+0800 |
| Activity | create |
Agents
| Type | who | On Behalf Of |
| Author | PractitionerRole Medical practitioner | Organization Rural Health Unit - Barangay Health Center |
{
"resourceType": "Provenance",
"id": "ExampleERefProvenanceSignature",
"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-15T09:30:00+08:00",
"activity": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "CREATE",
"display": "create"
}
]
},
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"reference": "PractitionerRole/ExampleERefPractitionerRoleMinimal"
},
"onBehalfOf": {
"reference": "Organization/ExampleERefOrganizationMinimal"
}
}
],
"signature": [
{
"type": [
{
"system": "urn:iso-astm:E1762-95:2013",
"code": "1.2.840.10065.1.12.1.5",
"display": "Signature"
}
],
"when": "2025-03-15T09:30:00+08:00",
"who": {
"reference": "PractitionerRole/ExampleERefPractitionerRoleMinimal"
},
"sigFormat": "application/signature+xml",
"data": "dGVzdHNpZ25hdHVyZWJhc2U2NA=="
}
]
}