DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Provenance/NgProvenance-001> a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "NgProvenance-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provenance" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provenance>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<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://sandbox.dhin-hie.org/ig/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>"
] ;
fhir:Provenance.target [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/NgServiceRequest-001> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/NgServiceRequest-001" ]
] ;
fhir:Provenance.recorded [ fhir:value "2025-10-02T09:35:00+01:00"^^xsd:dateTime] ;
fhir:Provenance.activity [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs" ] ;
fhir:Coding.code [ fhir:value "CREATE" ] ;
fhir:Coding.display [ fhir:value "create" ]
]
] ;
fhir:Provenance.agent [
fhir:index 0 ;
fhir:Provenance.agent.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "author" ] ;
fhir:Coding.display [ fhir:value "Author" ]
]
] ;
fhir:Provenance.agent.who [
fhir:link <http://hl7.org/fhir/Practitioner/NgPractitioner-002> ;
fhir:Reference.reference [ fhir:value "Practitioner/NgPractitioner-002" ]
]
] .
<http://hl7.org/fhir/ServiceRequest/NgServiceRequest-001> a fhir:ServiceRequest .
<http://hl7.org/fhir/Practitioner/NgPractitioner-002> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Provenance/NgProvenance-001.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Provenance/NgProvenance-001.ttl> .