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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeProvenance
IdProvenance-ExampleERefProvenanceUpdate.json
FHIR VersionR4

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 ExampleERefProvenanceUpdate

Provenance for ServiceRequest Referral to specialist

Summary

Recorded2025-03-16 14:22:00+0800
Activityrevise

Agents

TypewhoOn Behalf Of
AuthorPractitionerRole Medical practitionerOrganization Rural Health Unit - Barangay Health Center

Source1

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