FHIR IG analytics| Package | hl7.fhir.uv.ehrs-rle |
| Resource Type | Provenance |
| Id | Provenance-example-2.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance example-2
Provenance for Medication Order v2
Summary
| Recorded | 2025-01-30 16:30:59+0000 |
| Policy | http://acme.com/fhir/Consent/25 |
| Activity | Referral |
Agents
| who |
http://example.org/Practitioner/ Michael |
{
"resourceType": "Provenance",
"id": "example-2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "http://example.org/MedicationRequest/126",
"display": "Medication Order v2"
}
],
"recorded": "2025-01-30T16:30:59+00:00",
"policy": [
"http://acme.com/fhir/Consent/25"
],
"activity": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3457005",
"display": "Referral"
}
]
},
"agent": [
{
"who": {
"reference": "http://example.org/Practitioner/ Michael"
}
}
]
}