@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 -------------------------------------------------------------------

<https://fhir-ig.digitalhealth.gov.ng/Provenance/NgProvenance-001> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgProvenance-001"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-provenance"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-provenance>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance NgProvenance-001</b></p><a name=\"NgProvenance-001\"> </a><a name=\"hcNgProvenance-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 <a href=\"ServiceRequest-NgServiceRequest-001.html\">ServiceRequest </a></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:{https://fhir-ig.digitalhealth.gov.ng/CodeSystem/ng-provenance-activity-cs 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><a href=\"Practitioner-NgPractitioner-002.html\">Practitioner Nkiru Okeke </a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/ServiceRequest/NgServiceRequest-001> ;
     fhir:reference [ fhir:v "ServiceRequest/NgServiceRequest-001" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-10-02T09:35:00+01:00"^^xsd:dateTime] ; # 
  fhir:activity [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/ng-provenance-activity-cs"^^xsd:anyURI ;
         fhir:l <https://fhir-ig.digitalhealth.gov.ng/CodeSystem/ng-provenance-activity-cs>
       ] ;
       fhir:code [ fhir:v "CREATE" ] ;
       fhir:display [ fhir:v "create" ]
     ] )
  ] ; # 
  fhir:agent ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>
         ] ;
         fhir:code [ fhir:v "author" ] ;
         fhir:display [ fhir:v "Author" ]
       ] )
     ] ;
     fhir:who [
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/Practitioner/NgPractitioner-002> ;
       fhir:reference [ fhir:v "Practitioner/NgPractitioner-002" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

