Nigeria Immunization FHIR IG, published by intellisoftkenya.com. 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/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions
: Example Response for Defaulter Tracking Form - 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "neir-defaulter-tracing-request-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/NEIRServiceRequest"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/NEIRServiceRequest> ] )
] ; #
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: ServiceRequest neir-defaulter-tracing-request-example</b></p><a name=\"neir-defaulter-tracing-request-example\"> </a><a name=\"hcneir-defaulter-tracing-request-example\"> </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-NEIRServiceRequest.html\">ServiceRequest Profile - NEIR DefaulterTracingRequest</a></p></div><p><b>identifier</b>: <code>https://neir.gov.ng/ids/defaulter-trace-request</code>/123456 (use: official, )</p><p><b>basedOn</b>: <a href=\"ServiceRequest-service-request-example.html\">ServiceRequest: status = active; intent = order</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/neir-service-request NGR-001}\">Defaulter Tracing</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient-NEIRPatientExample.html\">John Doe</a></p><p><b>authoredOn</b>: 2025-03-13</p><p><b>requester</b>: <a href=\"Practitioner/NEIRPractitioner\">John Doe</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://neir.gov.ng/ids/defaulter-trace-request"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/service-request-example" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/neir-service-request"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NGR-001" ] ;
fhir:display [ fhir:v "Defaulter Tracing" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/NEIRPatientExample" ] ;
fhir:display [ fhir:v "John Doe" ]
] ; #
fhir:authoredOn [ fhir:v "2025-03-13"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/NEIRPractitioner" ] ;
fhir:display [ fhir:v "John Doe" ]
] . #