FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ehrs-rle
Resource TypeProvenance
IdProvenance-example-2.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Provenance example-2

Provenance for Medication Order v2

Summary

Recorded2025-01-30 16:30:59+0000
Policyhttp://acme.com/fhir/Consent/25
ActivityReferral

Agents

who
http://example.org/Practitioner/ Michael

Source1

{
  "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"
      }
    }
  ]
}