NPHCDA Immunization FHIR IG
0.7.0 - ci-build Nigeria flag

NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions

: Minimal NG-Imm Provenance Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "provenance-003"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-provenance"^^xsd:anyURI ;
fhir:link <https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance-003</b></p><a name=\"provenance-003\"> </a><a name=\"hcprovenance-003\"> </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-imm-provenance.html\">NG-Imm Provenance</a></p></div><p>Provenance for <a href=\"Immunization-immunization-003.html\">Immunization: status = completed; vaccineCode = Inactivated Polio Vaccine (IPV 2); occurrence[x] = 2025-08-12 09:00:00+0100; lotNumber = OPV-LOT-2025-045; expirationDate = 2027-06-30; site = left hand; route = Swallow, oral; doseQuantity = 2 drops</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-08-17 10:30:00+0100</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://hl7.org/fhir/w3c-provenance-activity-type Start}\">wasStartedBy</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Practitioner-practitioner-001.html\">Practitioner Nkiru Okafor </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Immunization/immunization-003" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-08-17T10:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/w3c-provenance-activity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Start" ] ;
fhir:display [ fhir:v "wasStartedBy" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:who [
fhir:reference [ fhir:v "Practitioner/practitioner-001" ]     ]
  ] ) . #