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

FHIR IG analytics

Packageke.fhir.core
Resource TypeProvenance
IdProvenance-example-provenance-servicerequest-amina.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 example-provenance-servicerequest-amina

Provenance for ServiceRequest CBC panel - Blood by Automated count

Summary

Occurrence2026-08-01 08:45:00+0300
Recorded2026-08-01 08:45:12+0300
Activitycreate

Agents

TypewhoOn Behalf Of
AuthorPractitioner Dr. Sarah NjorogeOrganization Kenyatta National Hospital

Source1

{
  "resourceType": "Provenance",
  "id": "example-provenance-servicerequest-amina",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "ServiceRequest/example-servicerequest-amina-fhg"
    }
  ],
  "occurredDateTime": "2026-08-01T08:45:00+03:00",
  "recorded": "2026-08-01T08:45:12+03:00",
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code": "CREATE",
        "display": "create"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/example-practitioner-njoroge"
      },
      "onBehalfOf": {
        "reference": "Organization/example-organization-knh"
      }
    }
  ]
}