Skip to content

Antenatal Care

The anc table stores data related to antenatal care services provided to pregnant women, including vital measurements, laboratory tests, nutritional supplements, health education, and other informations of prenatal care.

Schema Definition

Field NameData TypeDescription
ORGNAMEStringName of the healthcare organization providing the antenatal care service
REGIDStringUnique registration identifier linking to the reg_by_service table
CLINICNAMEStringName of the specific clinic where the service was provided
TOWNSHIPNAMEStringTownship name where the service was provided
VILLAGENAMEStringVillage name where the service was provided
PROJECTNAMEStringName of the project or program under which the service was provided
SEXStringGender of the patient, typically ‘F’ for antenatal care
AGEIntegerAge of the pregnant woman
AGEUNITStringUnit of measurement for age, typically ‘Years’
PROVIDEDDATEStringDate when the antenatal care service was provided
PROVIDEDPLACEStringLocation type where the service was provided (e.g., facility, home visit)
PROVIDERPOSITIONStringRole or position of the healthcare provider (e.g., midwife, doctor)
GIntegerGravida - number of pregnancies including current pregnancy
PFloatParity - number of births past the age of viability
AFloatAbortion - number of pregnancy losses before the age of viability
WTFloatWeight of the pregnant woman in kilograms
HTFloatHeight of the pregnant woman in centimeters
BPStringBlood pressure measurement in mmHg format (e.g., “120/80”)
TEMPFloatBody temperature
TEMPUNITStringUnit of measurement for temperature (e.g., ‘C’ for Celsius)
GPIntegerGestational period in weeks
LABStringLaboratory tests performed and their results
FAFloatFolic acid supplements provided (quantity)
FESO4FloatIron supplements provided (quantity)
FCStringCalcium supplements provided
B1FloatVitamin B1 supplements provided (quantity)
FAFESO4FloatCombined folic acid and iron supplements provided (quantity)
DEWORMING1STDOSEStringFirst dose of deworming medication provided
DEWORMING2NDDOSEStringSecond dose of deworming medication provided
TETANUS1STDOSEStringFirst dose of tetanus toxoid immunization
TETANUS2NDDOSEStringSecond dose of tetanus toxoid immunization
CDKStringClean delivery kit provided
NBKStringNewborn kit provided
MATERNALNUTRITIONHEStringMaternal nutrition health education provided
FAMILYPLANNINGHEStringFamily planning health education provided
NEWBORNCAREHEStringNewborn care health education provided
DELIVERYPLANHEStringDelivery plan health education provided
EMERGENCYRESPONSEPLANHEStringEmergency response plan health education provided
DANGERSIGNSHEStringDanger signs health education provided
EXCLUSIVEBREASTFEEDINGHEStringExclusive breastfeeding health education provided
RTISHIVSTIHEStringRTI/HIV/STI health education provided
IMMUNIZATIONHEStringImmunization health education provided
RESTWORKHEStringRest and work balance health education provided
HYGIENEHEStringHygiene health education provided
DRUGALCOHOLUSEHEStringDrug and alcohol use health education provided
SMOKINGHEStringSmoking health education provided
OUTCOMEStringOutcome of the antenatal visit
REFTOStringFacility referred to, if applicable
REFREASONStringReason for referral
REFERRALTOOTHERStringOther referral details
DEATHREASONStringReason for death, if applicable
VISITFloatVisit number in the antenatal care sequence
VTCOUNTFloatTotal number of antenatal visits to date
VISITSKILLFloatIndicator of whether visit was with skilled provider
VISITTIMINGFloatTiming of visit (trimester)
VISITTIMINGSKILLFloatIndicator of visit timing and skilled provider combined
MIGRANTWORKERStringFlag indicating migrant worker status
IDPStringFlag indicating internally displaced person status
DISABILITYStringFlag indicating disability status
OTHERDIAGNOSISStringOther diagnoses identified during the visit
TREATMENTCOMLICATIONSStringTreatments for complications, if any

Field Details

Basic Information

ORGNAME, CLINICNAME, TOWNSHIPNAME, VILLAGENAME, PROJECTNAME These fields store the service delivery context, including the organizational, geographic, and programmatic setting.

REGID This unique identifier links to the reg_by_service table, connecting antenatal care data with the patient’s demographic information and other services received.

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

Obstetric History

G, P, A These standard obstetric notation fields track the woman’s pregnancy history.

  • G (Gravida): Total number of pregnancies, including the current one
  • P (Parity): Number of births of viable offspring
  • A (Abortion): Number of pregnancy losses before viability

Vital Signs and Measurements

WT, HT, BP, TEMP, TEMPUNIT These fields record the woman’s physical measurements and vital signs during the visit.

GP The gestational period in weeks is critical for assessing fetal development against expected milestones and planning appropriate care.

Laboratory Tests

LAB This field records laboratory tests performed during the antenatal visit and their results. Tests may include hemoglobin level, blood type, HIV status, syphilis screening, urinalysis, and other diagnostics relevant to maternal and fetal health.

Supplementation and Preventive Measures

FA, FESO4, FC, B1, FAFESO4 These fields document nutritional supplements provided to prevent common deficiencies during pregnancy.

  • Folic acid to prevent neural tube defects
  • Iron to prevent anemia
  • Calcium to support bone development and prevent pre-eclampsia
  • Vitamin B1 to support neurological development

DEWORMING1STDOSE, DEWORMING2NDDOSE These fields track deworming medication provided to prevent parasitic infections that can contribute to anemia and malnutrition.

TETANUS1STDOSE, TETANUS2NDDOSE These fields document tetanus toxoid immunization, which is crucial for preventing neonatal tetanus.

CDK, NBK These fields indicate whether clean delivery kits and newborn kits were provided to support safe delivery practices, especially for home births.

Health Education

Multiple fields track health education topics covered during the antenatal visit:

MATERNALNUTRITIONHE through SMOKINGHE These fields document the specific health education topics covered during the visit.

Visit Outcomes and Referrals

OUTCOME, REFTO, REFREASON, REFERRALTOOTHER, DEATHREASON These fields capture the outcome of the visit, including any referrals made to other facilities or specialists and the reasons for such referrals. In rare cases, if the outcome was maternal death, the cause is recorded.

Visit Tracking

VISIT, VTCOUNT, VISITSKILL, VISITTIMING, VISITTIMINGSKILL These fields monitor the sequence, timing, and quality of antenatal care.

  • Visit number in the sequence
  • Total number of antenatal visits to date
  • Whether the visit was with a skilled provider
  • Timing of the visit by trimester
  • Combined indicator of timing and provider skill

Vulnerability Indicators

MIGRANTWORKER, IDP, DISABILITY These fields identify pregnant women belonging to vulnerable populations, enabling targeted support and equity analysis.

Additional Clinical Information

OTHERDIAGNOSIS, TREATMENTCOMLICATIONS These fields capture other health conditions identified during the visit and treatments provided for pregnancy complications, supporting comprehensive clinical care and complication management.

Relationships with Other Tables

anc

The primary relationship is through the REGID field, which links to the reg_by_service table. Additionally, laboratory tests recorded in the LAB field may have detailed results in the lab table. The antenatal care record also provides context for subsequent delivery and pnc (postnatal care) records.