DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build Nigeria flag

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

: Example NG Task - 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/Task/NgTask-001> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "NgTask-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task>
     ]
  ] ;
  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: 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-ng-task.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>: <a href=\"ServiceRequest-NgServiceRequest-001.html\">ServiceRequest </a></p><p><b>for</b>: <a href=\"Patient-00114455-e5f6-4789-a123-456789abcdef.html\">Kemi Adebayo  Female, DoB: 1995-02-14 ( nin)</a></p><p><b>authoredOn</b>: 2024-11-11 10:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-00124455-e5f6-4789-a123-456789abcdef.html\">Practitioner Kehinde Adebayo </a></p><p><b>owner</b>: <a href=\"PractitionerRole-NgPractitionerRole-001.html\">PractitionerRole </a></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>"
  ] ;
  fhir:Task.status [ fhir:value "in-progress"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.priority [ fhir:value "routine"] ;
  fhir:Task.code [
     fhir:CodeableConcept.text [ fhir:value "Coordinate referral" ]
  ] ;
  fhir:Task.focus [
     fhir:link <http://hl7.org/fhir/ServiceRequest/NgServiceRequest-001> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/NgServiceRequest-001" ]
  ] ;
  fhir:Task.for [
     fhir:link <http://hl7.org/fhir/Patient/00114455-e5f6-4789-a123-456789abcdef> ;
     fhir:Reference.reference [ fhir:value "Patient/00114455-e5f6-4789-a123-456789abcdef" ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2024-11-11T10:00:00Z"^^xsd:dateTime] ;
  fhir:Task.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/00124455-e5f6-4789-a123-456789abcdef> ;
     fhir:Reference.reference [ fhir:value "Practitioner/00124455-e5f6-4789-a123-456789abcdef" ]
  ] ;
  fhir:Task.owner [
     fhir:link <http://hl7.org/fhir/PractitionerRole/NgPractitionerRole-001> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/NgPractitionerRole-001" ]
  ] ;
  fhir:Task.input [
     fhir:index 0 ;
     fhir:Task.input.type [
       fhir:CodeableConcept.text [ fhir:value "Notes" ]
     ] ;
     fhir:Task.input.valueString [ fhir:value "Patient contacted; appointment set for 12 Nov 2025." ]
  ] ;
  fhir:Task.output [
     fhir:index 0 ;
     fhir:Task.output.type [
       fhir:CodeableConcept.text [ fhir:value "Outcome" ]
     ] ;
     fhir:Task.output.valueString [ fhir:value "Referral accepted by clinic." ]
  ] .

<http://hl7.org/fhir/ServiceRequest/NgServiceRequest-001> a fhir:ServiceRequest .

<http://hl7.org/fhir/Patient/00114455-e5f6-4789-a123-456789abcdef> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/00124455-e5f6-4789-a123-456789abcdef> a fhir:Practitioner .

<http://hl7.org/fhir/PractitionerRole/NgPractitionerRole-001> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Task/NgTask-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Task/NgTask-001.ttl> .