Skip to content

Vaccination

The vaccination table records individuals who have received vaccination services within the Health Management Information System.

Schema Definition

Field NameData TypeDescription
ORGNAMEStringName of the healthcare organization providing the vaccination service
REGIDStringUnique registration identifier linking to the reg_by_service table
CLINICNAMEStringName of the specific clinic where the vaccination was provided
TOWNSHIPNAMEStringTownship name where the vaccination was provided
VILLAGENAMEStringVillage name where the vaccination was provided
PROJECTNAMEStringName of the project or program under which the service was provided
SEXStringGender of the beneficiary
AGEIntegerAge of the beneficiary
AGEUNITStringUnit of measurement for age (e.g., Years, Months, Days)
PROVIDEDDATEStringDate when the vaccination was provided
PROVIDEDPLACEStringLocation type where the vaccination was provided
PROVIDERPOSITIONStringRole or position of the healthcare provider
PREGNANCYStringFlag indicating pregnancy status
IDPStringFlag indicating internally displaced person status
DISABILITYStringFlag indicating disability status
CONFLICTAREAStringFlag indicating residence in conflict-affected area
HFNAMEStringName of the health facility where vaccination was provided
VACCINETYPEStringType or brand of vaccine administered
SESSIONIDStringUnique identifier for the vaccination session
SESSIONNAMEStringName or description of the vaccination session
SESSIONSTRATEGYStringApproach used for vaccine delivery (e.g., fixed post, outreach)
VENUENAMEStringSpecific location where vaccination was provided
VACCINENAMEStringName of the specific vaccine administered
LOTNOStringLot or batch number of the vaccine
DOSENOStringDose number in the vaccination sequence
VACCINATORNAMEStringName of the healthcare worker who administered the vaccine
ERRORCOMMENTREMARKStringNotes on any errors or special circumstances
MIGRANTWORKERStringFlag indicating migrant worker status

Field Details

Organizational and Geographic Information

ORGNAME, CLINICNAME, TOWNSHIPNAME, VILLAGENAME, PROJECTNAME These fields establish the organizational and geographic context of the vaccination service, enabling analysis across different implementing partners, facilities, and regions.

REGID This unique identifier links to the reg_by_service table, connecting vaccination data with the beneficiary’s demographic information and other healthcare services received.

Demographic Information

SEX, AGE, AGEUNIT These fields record the beneficiary’s sex, age, and age unit.

PREGNANCY, IDP, DISABILITY, CONFLICTAREA, MIGRANTWORKER These vulnerability indicators identify vaccination belonging to specific groups that may face barriers to vaccination access.

Service Delivery Information

PROVIDEDDATE, PROVIDEDPLACE, PROVIDERPOSITION These fields document when and where the vaccination was provided and by what type of healthcare worker.

HFNAME, VENUENAME These fields record the health facility and specific venue responsible for providing the vaccination.

Vaccination Details

VACCINETYPE, VACCINENAME These complementary fields record the type and specific name of the vaccine administered.

LOTNO This field captures the manufacturing lot or batch number of the administered vaccine.

DOSENO This field records which dose in a multi-dose vaccine sequence was administered.

Session Information

SESSIONID, SESSIONNAME, SESSIONSTRATEGY These fields document the vaccination session details, including the service delivery approach used.

VACCINATORNAME This field records the healthcare worker who administered the vaccine.

Additional Information

ERRORCOMMENTREMARK This field allows for documentation of any errors, special circumstances, or additional information relevant to the vaccination event.

Relationships with Other Tables

Vaccination

The primary relationship is through the REGID field, which links to the reg_by_service table for beneficiary demographics.