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
: Example NG Task - 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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NgTask-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/NgTask"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/NgTask> ] )
] ; #
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: Task NgTask-001</b></p><a name=\"NgTask-001\"> </a><a name=\"hcNgTask-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-NgTask.html\">NG Task</a></p></div><p><b>status</b>: In Progress</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:\">Coordinate referral</span></p><p><b>focus</b>: <code>NgServiceRequest/NgServiceRequest-001</code></p><p><b>for</b>: <code>NgPatient/NgPatient-001</code></p><p><b>authoredOn</b>: 2025-11-11 10:00:00+0000</p><p><b>requester</b>: <code>NgPractitioner/NgPractitioner-001</code></p><p><b>owner</b>: <code>NgPractitionerRole/NgPractitionerRole-001</code></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Notes</span></td><td>Patient contacted; appointment set for 12 Nov 2025.</td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Outcome</span></td><td>Referral accepted by clinic.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
fhir:text [ fhir:v "Coordinate referral" ]
] ; #
fhir:focus [
fhir:reference [ fhir:v "NgServiceRequest/NgServiceRequest-001" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "NgPatient/NgPatient-001" ]
] ; #
fhir:authoredOn [ fhir:v "2025-11-11T10:00:00Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "NgPractitioner/NgPractitioner-001" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "NgPractitionerRole/NgPractitionerRole-001" ]
] ; #
fhir:input ( [
fhir:type [
fhir:text [ fhir:v "Notes" ] ] ;
fhir:value [
a fhir:string ;
fhir:v "Patient contacted; appointment set for 12 Nov 2025." ]
] ) ; #
fhir:output ( [
fhir:type [
fhir:text [ fhir:v "Outcome" ] ] ;
fhir:value [
a fhir:string ;
fhir:v "Referral accepted by clinic." ]
] ) . #