Nigeria Immunization FHIR IG
0.1.0 - ci-build
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
{
"resourceType" : "ServiceRequest",
"id" : "neir-defaulter-tracing-request-example",
"meta" : {
"profile" : [
🔗 "http://nhin.example.ng/StructureDefinition/NEIRServiceRequest"
]
},
"text" : {
"status" : "generated",
"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\u00a0(use:\u00a0official,\u00a0)</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>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://neir.gov.ng/ids/defaulter-trace-request",
"value" : "123456"
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/service-request-example"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://nhin.example.ng/CodeSystem/neir-service-request",
"code" : "NGR-001",
"display" : "Defaulter Tracing"
}
]
}
],
"priority" : "routine",
"subject" : {
🔗 "reference" : "Patient/NEIRPatientExample",
"display" : "John Doe"
},
"authoredOn" : "2025-03-13",
"requester" : {
"reference" : "Practitioner/NEIRPractitioner",
"display" : "John Doe"
}
}