Package | ng.gov.nphcda.immunization |
Resource Type | StructureDefinition |
Id | DefaulterTracking |
FHIR Version | R4 |
Source | http://nphcda.gov.ng/ig/immunization/https://build.fhir.org/ig/Nigeria-FHIR-Community/ImmunizationIG/StructureDefinition-DefaulterTracking.html |
URL | http://nphcda.gov.ng/ig/immunization/StructureDefinition/DefaulterTracking |
Version | 1.0.0 |
Status | draft |
Date | 2025-08-04T10:06:52+00:00 |
Name | DefaulterTracking |
Title | NG-Imm-G DefaulterTracking |
Description | IMMZ.G - A logical model for tracking immunization defaulters. |
Type | http://nphcda.gov.ng/ig/immunization/StructureDefinition/DefaulterTracking |
Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition DefaulterTracking
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | NG-Imm-G DefaulterTracking | |
![]() ![]() ![]() | 1..1 | string | Client's name | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Sex | |
![]() ![]() ![]() | 1..1 | integer | Client's age | |
![]() ![]() ![]() | 0..1 | string | Caregiver's name | |
![]() ![]() ![]() | 0..1 | string | Caregiver's phone number | |
![]() ![]() ![]() | 1..* | CodeableConcept | Immunization missed | |
![]() ![]() ![]() | 1..1 | date | Date of immunization missed | |
![]() ![]() ![]() | 0..1 | string | Reason | |
{ "resourceType": "StructureDefinition", "id": "DefaulterTracking", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://nphcda.gov.ng/ig/immunization/StructureDefinition/DefaulterTracking", "version": "1.0.0", "name": "DefaulterTracking", "title": "NG-Imm-G DefaulterTracking", "status": "draft", "date": "2025-08-04T10:06:52+00:00", "publisher": "https://nphcda.gov.ng", "contact": [ { "name": "https://nphcda.gov.ng", "telecom": [ { "system": "url", "value": "https://nphcda.gov.ng" }, { "system": "email", "value": "kasim.sani@nphcda.gov.ng" } ] }, { "name": "Nigeria Primary Healthcare Development Agency.", "telecom": [ { "system": "email", "value": "ig@nphcda.gov.ng", "use": "work" } ] } ], "description": "IMMZ.G - A logical model for tracking immunization defaulters.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "NG", "display": "Nigeria" } ] } ], "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "http://nphcda.gov.ng/ig/immunization/StructureDefinition/DefaulterTracking", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "4.0.1" } ], "element": [ { "id": "DefaulterTracking", "path": "DefaulterTracking", "short": "NG-Imm-G DefaulterTracking", "definition": "IMMZ.G - A logical model for tracking immunization defaulters.", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "DefaulterTracking.clientName", "path": "DefaulterTracking.clientName", "short": "Client's name", "definition": "The first and last name of the client.", "min": 1, "max": "1", "base": { "path": "DefaulterTracking.clientName", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.clientSex", "path": "DefaulterTracking.clientSex", "code": [ { "code": "NGGender" } ], "short": "Sex", "definition": "Biological sex of the client.", "min": 1, "max": "1", "base": { "path": "DefaulterTracking.clientSex", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "DefaulterTracking.clientAge", "path": "DefaulterTracking.clientAge", "short": "Client's age", "definition": "Total number of months since the client was born.", "min": 1, "max": "1", "base": { "path": "DefaulterTracking.clientAge", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "DefaulterTracking.caregiverName", "path": "DefaulterTracking.caregiverName", "short": "Caregiver's name", "definition": "Full name of the caregiver.", "min": 0, "max": "1", "base": { "path": "DefaulterTracking.caregiverName", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.caregiverPhone", "path": "DefaulterTracking.caregiverPhone", "short": "Caregiver's phone number", "definition": "Mobile number of the caregiver.", "min": 0, "max": "1", "base": { "path": "DefaulterTracking.caregiverPhone", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.missedVaccine", "path": "DefaulterTracking.missedVaccine", "code": [ { "code": "NGVaccineLibraryVS" } ], "short": "Immunization missed", "definition": "The type of vaccine missed.", "min": 1, "max": "*", "base": { "path": "DefaulterTracking.missedVaccine", "min": 1, "max": "*" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "DefaulterTracking.missedVaccineDate", "path": "DefaulterTracking.missedVaccineDate", "short": "Date of immunization missed", "definition": "The date immunization was due.", "min": 1, "max": "1", "base": { "path": "DefaulterTracking.missedVaccineDate", "min": 1, "max": "1" }, "type": [ { "code": "date" } ] }, { "id": "DefaulterTracking.missedReason", "path": "DefaulterTracking.missedReason", "short": "Reason", "definition": "Capture's the reason(s) for a missed vaccination appointment.", "min": 0, "max": "1", "base": { "path": "DefaulterTracking.missedReason", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] } ] }, "differential": { "element": [ { "id": "DefaulterTracking", "path": "DefaulterTracking", "short": "NG-Imm-G DefaulterTracking", "definition": "IMMZ.G - A logical model for tracking immunization defaulters." }, { "id": "DefaulterTracking.clientName", "path": "DefaulterTracking.clientName", "short": "Client's name", "definition": "The first and last name of the client.", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.clientSex", "path": "DefaulterTracking.clientSex", "code": [ { "code": "NGGender" } ], "short": "Sex", "definition": "Biological sex of the client.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "DefaulterTracking.clientAge", "path": "DefaulterTracking.clientAge", "short": "Client's age", "definition": "Total number of months since the client was born.", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "DefaulterTracking.caregiverName", "path": "DefaulterTracking.caregiverName", "short": "Caregiver's name", "definition": "Full name of the caregiver.", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.caregiverPhone", "path": "DefaulterTracking.caregiverPhone", "short": "Caregiver's phone number", "definition": "Mobile number of the caregiver.", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "DefaulterTracking.missedVaccine", "path": "DefaulterTracking.missedVaccine", "code": [ { "code": "NGVaccineLibraryVS" } ], "short": "Immunization missed", "definition": "The type of vaccine missed.", "min": 1, "max": "*", "type": [ { "code": "CodeableConcept" } ] }, { "id": "DefaulterTracking.missedVaccineDate", "path": "DefaulterTracking.missedVaccineDate", "short": "Date of immunization missed", "definition": "The date immunization was due.", "min": 1, "max": "1", "type": [ { "code": "date" } ] }, { "id": "DefaulterTracking.missedReason", "path": "DefaulterTracking.missedReason", "short": "Reason", "definition": "Capture's the reason(s) for a missed vaccination appointment.", "min": 0, "max": "1", "type": [ { "code": "string" } ] } ] } }