DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Provenance for MNCH Referral Creation - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "NgProvenance-ReferralCreate-001",
  "meta" : {
    "profile" : [
      🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance NgProvenance-ReferralCreate-001</b></p><a name=\"NgProvenance-ReferralCreate-001\"> </a><a name=\"hcNgProvenance-ReferralCreate-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-provenance.html\">NG Lightweight Provenance</a></p></div><p>Provenance for <code>NgServiceRequest/NgServiceRequest-Referral-Init-001</code></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-10-02 09:35:00+0100</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-activity-type create}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><code>NgPractitioner/NgPractitioner-AishaLawal</code></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "NgServiceRequest/NgServiceRequest-Referral-Init-001"
    }
  ],
  "recorded" : "2025-10-02T09:35:00+01:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-activity-type",
        "code" : "create",
        "display" : "create"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        "reference" : "NgPractitioner/NgPractitioner-AishaLawal"
      }
    }
  ]
}