NPHCDA Immunization FHIR IG
0.7.0 - ci-build
NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions
Active as of 2025-08-07 |
@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:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "NgImmCapabilityStatementServer"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement NgImmCapabilityStatementServer</b></p><a name=\"NgImmCapabilityStatementServer\"> </a><a name=\"hcNgImmCapabilityStatementServer\"> </a><h2 id=\"title\">NG-Imm Server CapabilityStatement</h2><ul><li>Implementation Guide Version: 0.7.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>json</code>, <code>xml</code></li><li>Published on: 2025-08-07 </li><li>Published by: https://nphcda.gov.ng </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div><p>The server system (Registry) allow interaction by clients systems via standard RESTful interactions and some custom operations.</p>\n<h4>Use of HTTP Methods:</h4>\n<ul>\n<li><strong>POST</strong>: Used to create a new resource. A client server assigns resource ID before submitting to this server. This server will generate unique resource id based off the client resource id.</li>\n<li><strong>PUT</strong>: Not supported on this server.</li>\n<li><strong>PATCH</strong>: Used for partial updates.</li>\n</ul>\n<h4>Resource ID Management:</h4>\n<p>The client server auto-generates <code>id</code> during POST to local client. When syncing to this server, client systems must use server-assigned ID for PATCH operations.</p>\n<h4>Provenance:</h4>\n<p>Provenance is required for all operations and must contain:</p>\n<ul>\n<li><strong>target</strong>: Resource reference</li>\n<li><strong>agent</strong>: Responsible person or system (Practitioner or Organization)</li>\n<li><strong>recorded</strong>: Timestamp</li>\n<li><strong>who</strong>: Responsible submitting actor</li>\n</ul>\n<h4>Bundles:</h4>\n<ul>\n<li><strong>NgImmClientRegistrationBundle</strong> – Register a client (Patient, Practitioner, Encounter, Org, Obs, RelatedPerson, Provenance).</li>\n<li><strong>NgImmRegisterFacilityBundle</strong> – Register facilities with Organization, Location, Practitioner, PractitionerRole.</li>\n<li><strong>NgImmUpdateClientBundle</strong> – Update client details (Encounter, Observation, Immunization, Practitioner, Organization).</li>\n<li><strong>NgImmManageReportAEFIBundle</strong> – Submit/manage AEFI reports (Encounter, Observation, AllergyIntolerance).</li>\n<li><strong>NgImmGenerateReportBundle</strong> – Exchange of aggregate data using Measure, MeasureReport, Organization, Practitioner.</li>\n</ul>\n<h4>Supported Data Exchange:</h4>\n<ul>\n<li>Synchronization using bundles</li>\n<li>Registration and update of patients and immunizations</li>\n<li>Lookup and display of vaccinations and schedules</li>\n</ul>\n</div></div></div><h3 id=\"resourcesCap1\">Capabilities by Resource/Profile</h3><h4 id=\"resourcesSummary1\">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class=\"bg-info\">R</span></b>ead, <b><span class=\"bg-info\">S</span></b>earch, <b><span class=\"bg-info\">U</span></b>pdate, and <b><span class=\"bg-info\">C</span></b>reate, are always shown, while <b><span class=\"bg-info\">VR</span></b>ead, <b><span class=\"bg-info\">P</span></b>atch, <b><span class=\"bg-info\">D</span></b>elete, <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">I</span></b>nstance, or <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class=\"table-responsive\"><table class=\"table table-condensed table-hover\"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class=\"text-center\"><b title=\"GET a resource (read interaction)\">R</b></th><th class=\"text-center\"><b title=\"GET past versions of resources (vread interaction)\">V-R</b></th><th class=\"text-center\"><b title=\"GET all set of resources of the type (search interaction)\">S</b></th><th class=\"text-center\"><b title=\"PUT a new resource version (update interaction)\">U</b></th><th class=\"text-center\"><b title=\"PATCH a new resource version (patch interaction)\">P</b></th><th class=\"text-center\"><b title=\"POST a new resource (create interaction)\">C</b></th><th class=\"text-center\"><b title=\"GET changes to a resource (history interaction on instance)\">H-I</b></th><th class=\"text-center\"><b title=\"GET changes for all resources of the type (history interaction on type)\">H-T</b></th><th><b title=\"Required and recommended search parameters\">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href=\"#Patient1-1\">Patient</a></td><td><a href=\"StructureDefinition-NgImmPatient.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\">y</td><td>pseudo-id, birthdate, createddate, gender</td><td/><td><code>NgImmProvenance:target</code></td><td/></tr><tr><td><a href=\"#Immunization1-2\">Immunization</a></td><td><a href=\"StructureDefinition-NgImmImmunization.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\">y</td><td>patient-pseudo-id, status, vaccine-code, date</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-immunization</code></td></tr><tr><td><a href=\"#Bundle1-3\">Bundle</a></td><td><a href=\"StructureDefinition-ngimm-client-registration-bundle.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-client-registration-bundle</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>patient.identifier, _lastUpdated, vaccine-code, organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-bundle</code></td></tr><tr><td><a href=\"#Organization1-4\">Organization</a></td><td><a href=\"StructureDefinition-ng-imm-organization.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-organization</code></td></tr><tr><td><a href=\"#Encounter1-5\">Encounter</a></td><td><a href=\"StructureDefinition-ng-imm-encounter.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-encounter</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>encounter-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-encounter</code></td></tr><tr><td><a href=\"#RelatedPerson1-6\">RelatedPerson</a></td><td><a href=\"StructureDefinition-mother-other-children.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>sibling-pseudo-id</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-relatedperson</code></td></tr><tr><td><a href=\"#Practitioner1-7\">Practitioner</a></td><td><a href=\"StructureDefinition-NgImmPractitioner.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPractitioner</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>practitioner-pseudo-id, license</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-practitioner</code></td></tr><tr><td><a href=\"#MeasureReport1-8\">MeasureReport</a></td><td><a href=\"StructureDefinition-measure-report-profile.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/measure-report-profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>measurereport-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-measurereport</code></td></tr><tr><td><a href=\"#Provenance1-9\">Provenance</a></td><td><a href=\"StructureDefinition-ng-imm-provenance.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-provenance</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>provenance-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td/></tr><tr><td><a href=\"#StructureMap1-10\">StructureMap</a></td><td><a href=\"http://hl7.org/fhir/R4/structuredefinition.html\">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a></td><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td class=\"text-center\"/><td/><td/><td><code>NgImmProvenance:target</code></td><td><code>$transform</code></td></tr><tr><td><a href=\"#Bundle1-11\">Bundle</a></td><td><a href=\"StructureDefinition-ngimm-register-facility-bundle.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-register-facility-bundle</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>patient.identifier, _lastUpdated, vaccine-code, organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-bundle</code></td></tr><tr><td><a href=\"#Bundle1-12\">Bundle</a></td><td><a href=\"StructureDefinition-ngimm-update-client-bundle.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-update-client-bundle</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>patient.identifier, _lastUpdated, vaccine-code, organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-bundle</code></td></tr><tr><td><a href=\"#Bundle1-13\">Bundle</a></td><td><a href=\"StructureDefinition-ngimm-manage-report-aefi-bundle.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-manage-report-aefi-bundle</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>patient.identifier, _lastUpdated, vaccine-code, organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-bundle</code></td></tr><tr><td><a href=\"#Bundle1-14\">Bundle</a></td><td><a href=\"StructureDefinition-ngimm-generate-report-bundle.html\">http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-generate-report-bundle</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>patient.identifier, _lastUpdated, vaccine-code, organization-identifier</td><td/><td><code>NgImmProvenance:target</code></td><td><code>$submit-ngimm-bundle</code></td></tr></tbody></table></div><hr/><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Patient1-1\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Patient</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-NgImmPatient.html\">NG-Imm Patient</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>history-type</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmPatient including get and detailed search parameters referencing DAK and NIS ISO set of standards.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>pseudo-id</td><td><code>token</code></td><td><div><p>Search a particular patient using their Pseudonym identifier as per NIS ISO 25237:2019</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td>birthdate</td><td><code>date</code></td><td><div><p>Filter patients by date of birth. Format: YYYY-MM-DD.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td>createddate</td><td><code>date</code></td><td><div><p>Filter patients by date of record creation. Format: YYYY-MM-DD.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td>gender</td><td><code>token</code></td><td><div><p>Filter patients by sex (Male, Female). Bound to <code>NGGenderVS</code>.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Immunization1-2\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Immunization</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-NgImmImmunization.html\">NG-Imm Immunization</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-type</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmImmunization including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient-pseudo-id</td><td><code>reference</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>status</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>date</td><td><code>date</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-immunization</td><td><div><p>Submits an instance of NgImmImmunization profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-3\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Bundle</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ngimm-client-registration-bundle.html\">IMMZ.C.5 Bundle Client Registration</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>update</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmBundle including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient.identifier</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-bundle</td><td><div><p>Submits an instance of bundle profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Organization1-4\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Organization</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ng-imm-organization.html\">NG-Imm Organization</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmOrganization profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-organization</td><td><div><p>Submits an instance of NgImmOrganiztion profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Encounter1-5\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Encounter</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ng-imm-encounter.html\">NG-Imm Encounter</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmEncounter profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>encounter-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-encounter</td><td><div><p>Submits an instance of NgImmEncounter profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"RelatedPerson1-6\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>RelatedPerson</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-mother-other-children.html\">NG-Imm RelatedPerson</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmSiblingRelatedPerson profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>sibling-pseudo-id</td><td><code>token</code></td><td><div><p>Search a particular related person. Use steps referenced in Standard Organization of Nigeria (SON's) NIS ISO 25237:2019 for detailed steps</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-relatedperson</td><td><div><p>Submits an instance of NgImmRelatedPerson profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Practitioner1-7\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Practitioner</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-NgImmPractitioner.html\">NG-Imm Practitioner</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmPractitioner profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>practitioner-pseudo-id</td><td><code>token</code></td><td><div><p>Search a particular Practitioner. Use steps referenced in Standard Organization of Nigeria (SON's) NIS ISO 25237:2019 for detailed steps</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td>license</td><td><code>token</code></td><td><div><p>Search a practtioner by ther public facing MDCN, Pharmacy, or related licenses</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-practitioner</td><td><div><p>Submits an instance of NgImmPractiioner profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"MeasureReport1-8\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>MeasureReport</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-measure-report-profile.html\">NG-Imm MeasureReport</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmMeasureReport profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>measurereport-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-measurereport</td><td><div><p>Submits an instance of NgImmMeasureReport profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Provenance1-9\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Provenance</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ng-imm-provenance.html\">NG-Imm Provenance</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmProvenance profile including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>provenance-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"StructureMap1-10\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>StructureMap</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"http://hl7.org/fhir/R4/structuredefinition.html\">StructureDefinition</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$transform</td><td><div><p>The Server can recieve the register patient logical model structured data and transform them into an insance of NgImmPatient FHIR profile</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-11\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Bundle</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ngimm-register-facility-bundle.html\">IMMZ.A Bundle Register Facility</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>update</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmBundle including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient.identifier</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-bundle</td><td><div><p>Submits an instance of bundle profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-12\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Bundle</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ngimm-update-client-bundle.html\">IMMZ.C6 Bundle Update Client</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>update</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmBundle including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient.identifier</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-bundle</td><td><div><p>Submits an instance of bundle profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-13\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Bundle</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ngimm-manage-report-aefi-bundle.html\">IMMZ.E Bundle ManageReportAEFI</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>update</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmBundle including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient.identifier</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-bundle</td><td><div><p>Submits an instance of bundle profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-14\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Bundle</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-ngimm-generate-report-bundle.html\">IMMZ.H Bundle GenerateReport</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>vread</code>, <code>update</code>, <code>patch</code>, <code>history-instance</code>, <code>history-type</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>Full support for NgImmBundle including detailed search parameters.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>patient.identifier</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>vaccine-code</td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>organization-identifier</td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Extended Operations</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$submit-ngimm-bundle</td><td><div><p>Submits an instance of bundle profile to the national immunization registry/repository.</p>\n</div></td></tr></tbody></table></div></div></div></div></div></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/CapabilityStatement/NgImmCapabilityStatementServer"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.7.0"] ; # fhir:title [ fhir:v "NG-Imm Server CapabilityStatement"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-08-07"^^xsd:date] ; # fhir:publisher [ fhir:v "https://nphcda.gov.ng"] ; # fhir:contact ( [ fhir:name [ fhir:v "https://nphcda.gov.ng" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nphcda.gov.ng" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "kasim.sani@nphcda.gov.ng" ] ] ) ] [ fhir:name [ fhir:v "Nigeria Primary Healthcare Development Agency." ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "kasim.sani@nphcda.gov.ng" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "This CapabilityStatement describes the expected behaviour of an Immunization server managed by NPHCDA that other Immunization clients or server connect to or share information for care fulfillment.\n"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "NG" ] ; fhir:display [ fhir:v "Nigeria" ] ] ) ] ) ; # fhir:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "json"] [ fhir:v "xml"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; fhir:documentation [ fhir:v "The server system (Registry) allow interaction by clients systems via standard RESTful interactions and some custom operations.\n\n#### Use of HTTP Methods:\n- **POST**: Used to create a new resource. A client server assigns resource ID before submitting to this server. This server will generate unique resource id based off the client resource id.\n- **PUT**: Not supported on this server.\n- **PATCH**: Used for partial updates.\n\n#### Resource ID Management:\nThe client server auto-generates `id` during POST to local client. When syncing to this server, client systems must use server-assigned ID for PATCH operations. \n\n#### Provenance:\nProvenance is required for all operations and must contain:\n- **target**: Resource reference\n- **agent**: Responsible person or system (Practitioner or Organization)\n- **recorded**: Timestamp\n- **who**: Responsible submitting actor\n\n#### Bundles:\n- **NgImmClientRegistrationBundle** – Register a client (Patient, Practitioner, Encounter, Org, Obs, RelatedPerson, Provenance).\n- **NgImmRegisterFacilityBundle** – Register facilities with Organization, Location, Practitioner, PractitionerRole.\n- **NgImmUpdateClientBundle** – Update client details (Encounter, Observation, Immunization, Practitioner, Organization).\n- **NgImmManageReportAEFIBundle** – Submit/manage AEFI reports (Encounter, Observation, AllergyIntolerance).\n- **NgImmGenerateReportBundle** – Exchange of aggregate data using Measure, MeasureReport, Organization, Practitioner.\n\n\n#### Supported Data Exchange:\n- Synchronization using bundles\n- Registration and update of patients and immunizations\n- Lookup and display of vaccinations and schedules\n" ] ; ( fhir:resource [ fhir:type [ fhir:v "Patient" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient> ] ; fhir:documentation [ fhir:v "Full support for NgImmPatient including get and detailed search parameters referencing DAK and NIS ISO set of standards." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "pseudo-id" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-pseudo-id"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-pseudo-id> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search a particular patient using their Pseudonym identifier as per NIS ISO 25237:2019" ] ] [ fhir:name [ fhir:v "birthdate" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-birthdate"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-birthdate> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Filter patients by date of birth. Format: YYYY-MM-DD." ] ] [ fhir:name [ fhir:v "createddate" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-createddate"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-createddate> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Filter patients by date of record creation. Format: YYYY-MM-DD." ] ] [ fhir:name [ fhir:v "gender" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-gender"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/patient-gender> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Filter patients by sex (Male, Female). Bound to `NGGenderVS`." ] ] ) ] [ fhir:type [ fhir:v "Immunization" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization> ] ; fhir:documentation [ fhir:v "Full support for NgImmImmunization including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient-pseudo-id" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-patient-pseudo-id"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-patient-pseudo-id> ] ; fhir:type [ fhir:v "reference" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-status"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-status> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-date"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/immunization-date> ] ; fhir:type [ fhir:v "date" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-immunization" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-immunization"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-immunization> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmImmunization profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Bundle" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-client-registration-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-client-registration-bundle> ] ; fhir:documentation [ fhir:v "Full support for NgImmBundle including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient.identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-bundle" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle> ] ; fhir:documentation [ fhir:v "Submits an instance of bundle profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Organization" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization> ] ; fhir:documentation [ fhir:v "Full support for NgImmOrganization profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/Organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/Organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-organization" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-organization"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-organization> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmOrganiztion profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Encounter" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-encounter"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-encounter> ] ; fhir:documentation [ fhir:v "Full support for NgImmEncounter profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "encounter-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/Encounter-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/Encounter-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-encounter" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-encounter"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-encounter> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmEncounter profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "RelatedPerson" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children> ] ; fhir:documentation [ fhir:v "Full support for NgImmSiblingRelatedPerson profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "sibling-pseudo-id" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/RelatedPerson-pseudo-id"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/RelatedPerson-pseudo-id> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search a particular related person. Use steps referenced in Standard Organization of Nigeria (SON's) NIS ISO 25237:2019 for detailed steps" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-relatedperson" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-relatedperson"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-relatedperson> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmRelatedPerson profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Practitioner" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPractitioner"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPractitioner> ] ; fhir:documentation [ fhir:v "Full support for NgImmPractitioner profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "practitioner-pseudo-id" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/Practitioner-pseudo-id"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/Practitioner-pseudo-id> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search a particular Practitioner. Use steps referenced in Standard Organization of Nigeria (SON's) NIS ISO 25237:2019 for detailed steps" ] ] [ fhir:name [ fhir:v "license" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/Practitioner-license"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/Practitioner-license> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search a practtioner by ther public facing MDCN, Pharmacy, or related licenses" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-practitioner" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/immunization/OperationDefinition/submit-ngimm-pr"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/immunization/OperationDefinition/submit-ngimm-pr> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmPractiioner profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "MeasureReport" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/measure-report-profile"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/measure-report-profile> ] ; fhir:documentation [ fhir:v "Full support for NgImmMeasureReport profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "measurereport-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/MeasureReport-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/MeasureReport-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-measurereport" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-measurereport"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-measurereport> ] ; fhir:documentation [ fhir:v "Submits an instance of NgImmMeasureReport profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Provenance" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-provenance"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-provenance> ] ; fhir:documentation [ fhir:v "Full support for NgImmProvenance profile including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "provenance-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/Provenance-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/Provenance-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "StructureMap" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/StructureDefinition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/StructureDefinition> ] ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:operation [ fhir:name [ fhir:v "transform" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/StructureMap-transform"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/StructureMap-transform> ] ; fhir:documentation [ fhir:v "The Server can recieve the register patient logical model structured data and transform them into an insance of NgImmPatient FHIR profile" ] ] ) ] [ fhir:type [ fhir:v "Bundle" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-register-facility-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-register-facility-bundle> ] ; fhir:documentation [ fhir:v "Full support for NgImmBundle including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient.identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-bundle" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle> ] ; fhir:documentation [ fhir:v "Submits an instance of bundle profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Bundle" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-update-client-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-update-client-bundle> ] ; fhir:documentation [ fhir:v "Full support for NgImmBundle including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient.identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-bundle" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle> ] ; fhir:documentation [ fhir:v "Submits an instance of bundle profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Bundle" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-manage-report-aefi-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-manage-report-aefi-bundle> ] ; fhir:documentation [ fhir:v "Full support for NgImmBundle including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient.identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/bundle-patient.identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/bundle-patient.identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization//SearchParameter/bundle-organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization//SearchParameter/bundle-organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-bundle" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle> ] ; fhir:documentation [ fhir:v "Submits an instance of bundle profile to the national immunization registry/repository." ] ] ) ] [ fhir:type [ fhir:v "Bundle" ] ; fhir:profile [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-generate-report-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/ngimm-generate-report-bundle> ] ; fhir:documentation [ fhir:v "Full support for NgImmBundle including detailed search parameters." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; ( fhir:searchRevInclude [ fhir:v "NgImmProvenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "patient.identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-patient.identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "vaccine-code" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization//SearchParameter/bundle-vaccine-code"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization//SearchParameter/bundle-vaccine-code> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "organization-identifier" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/SearchParameter/bundle-organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "submit-ngimm-bundle" ] ; fhir:definition [ fhir:v "http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle"^^xsd:anyURI ; fhir:link <http://nphcda.gov.ng/ig/immunization/OperationDefinition/submit-ngimm-bundle> ] ; fhir:documentation [ fhir:v "Submits an instance of bundle profile to the national immunization registry/repository." ] ] ) ] ) ] ) . #
IG © 2025+ https://nphcda.gov.ng. Package ng.gov.nphcda.immunization#0.7.0 based on FHIR 4.0.1. Generated 2025-09-26
Links: Table of Contents |
QA Report