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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeProvenance
IdProvenance-NgProvenance-001.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 NgProvenance-001

Provenance for ServiceRequest

Summary

Recorded2025-10-02 09:35:00+0100
Activitycreate

Agents

Typewho
AuthorPractitioner Nkiru Okeke

Source1

{
  "resourceType": "Provenance",
  "id": "NgProvenance-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "ServiceRequest/NgServiceRequest-001"
    }
  ],
  "recorded": "2025-10-02T09:35:00+01:00",
  "activity": {
    "coding": [
      {
        "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs",
        "code": "CREATE",
        "display": "create"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/NgPractitioner-002"
      }
    }
  ]
}