Skip to content

Family Planning

The fp table records family planning services provided within the Health Management Information System.

Schema Definition

Field NameData TypeDescription
ORGNAMEStringName of the healthcare organization providing the 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 client
AGEIntegerAge of the client
AGEUNITStringUnit of measurement for age (e.g., Years, Months, Days)
PROVIDEDDATEStringDate when the family planning service was provided
PROVIDEDPLACEStringLocation type where the service was provided
PROVIDERPOSITIONStringRole or position of the healthcare provider
WTFloatWeight of the client in kilograms
HTFloatHeight of the client in centimeters
BPStringBlood pressure measurement in mmHg format (e.g., “120/80”)
PRFloatPulse rate in beats per minute
RRFloatRespiratory rate in breaths per minute
TEMPFloatBody temperature
TEMPUNITStringUnit of measurement for temperature (e.g., ‘C’ for Celsius)
PFloatParity - number of births past the age of viability
AFloatAbortion - number of pregnancy losses before the age of viability
MALECONDOMFloatNumber of male condoms distributed
FEMALECONDOMStringNumber of female condoms distributed
DEPOFloatDepo-Provera injectable contraceptive provided
COCFloatCombined Oral Contraceptive pills provided
POPFloatProgestin-Only Pills provided
ECFloatEmergency Contraception provided
YEAR3IMPLANTString3-year contraceptive implant provided
YEAR4IMPLANTString4-year contraceptive implant provided
YEAR5IMPLANTString5-year contraceptive implant provided
NEWACCEPTORStringFlag indicating new family planning acceptor
IUDCUStringCopper intrauterine device provided
IUDMULTIStringMultiload intrauterine device provided
REFIMPStringReferral for implant
REFIUDStringReferral for intrauterine device
REFTLStringReferral for tubal ligation
REFVTStringReferral for vasectomy
CSLFPStringCounseling for family planning
CSLFERStringCounseling for fertility
MALECONDOMBKFloatMale condoms provided as backup method
FEMALECONDOMBKFloatFemale condoms provided as backup method
ECBKStringEmergency contraception provided as backup method
LABStringLaboratory tests performed and their results
OUTCOMEStringOutcome of the family planning visit
REFTOStringFacility referred to, if applicable
REFREASONStringReason for referral
REFERRALTOOTHERStringOther referral details
DEATHREASONStringReason for death, if applicable
DEPOSCFloatSocial marketing Depo-Provera provided
ERRORCOMMENTREMARKStringNotes on any errors or special circumstances
REMOVALStringRemoval of long-acting contraceptive method
PREGNANTWOMENStringFlag indicating pregnancy status
LACTATINGMOTHERStringFlag indicating lactating mother status
MIGRANTWORKERStringFlag indicating migrant worker status
DISABILITYStringFlag indicating disability status

Field Details

Organizational and Demographic Information

ORGNAME, CLINICNAME, TOWNSHIPNAME, VILLAGENAME, PROJECTNAME These fields establish the organizational and geographic context of the family planning visit.

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

SEX, AGE, AGEUNIT These demographic fields record the client’s sex, age, and age unit. While most family planning clients are female, the system also captures services for male clients, such as condom provision or vasectomy referrals.

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

Physical Assessment

WT, HT, BP, PR, RR, TEMP, TEMPUNIT These fields record the client’s physical measurements and vital signs during the family planning visit.

Reproductive History

P, A These obstetric notation fields document the woman’s pregnancy history.

  • P (Parity): Number of births past the age of viability
  • A (Abortion): Number of pregnancy losses before viability

PREGNANTWOMEN, LACTATINGMOTHER These fields indicate pregnancy and lactation status, which significantly impact contraceptive eligibility and choice. Pregnant women require postpartum family planning counseling, while lactating mothers need methods compatible with breastfeeding.

Contraceptive Methods Provided

Short-Acting Methods

  • MALECONDOM, FEMALECONDOM Condoms distributed
  • DEPO, DEPOSC Injectable contraceptives provided
  • COC, POP Oral contraceptive pills provided, including both combined and progestin-only formulations
  • EC Emergency contraception provided for post-coital pregnancy prevention

Long-Acting Reversible Contraception (LARC)

  • YEAR3IMPLANT, YEAR4IMPLANT, YEAR5IMPLANT Contraceptive implants provided, categorized by duration of effectiveness
  • IUDCU, IUDMULTI: Intrauterine devices provided, including copper and multiload

Backup Methods

  • MALECONDOMBK, FEMALECONDOMBK, ECBK Backup contraceptive methods provided to supplement primary methods

Service Status Indicators

  • NEWACCEPTOR Indicates whether the client is new to family planning or returning
  • REMOVAL Documents removal of previously inserted long-acting methods such as implants or IUDs

Referrals for Methods Not Provided Onsite

REFIMP, REFIUD, REFTL, REFVT These fields document referrals for contraceptive methods that may not be available at the current facility.

  • Implant insertion
  • IUD insertion
  • Tubal ligation (female sterilization)
  • Vasectomy (male sterilization)

Counseling Services

CSLFP, CSLFER These fields record counseling services provided during the visit

  • Family planning counseling, including method options, correct use, side effects, and benefits
  • Fertility counseling for clients seeking to conceive

Clinical Assessment and Outcomes

LAB This field documents laboratory tests performed as part of family planning care, which may include pregnancy testing, STI screening, or other assessments relevant to contraceptive eligibility.

OUTCOME This field captures the result of the family planning visit, such as successful method provision, counseling only, or referral to another service.

REFTO, REFREASON, REFERRALTOOTHER These fields document referrals to other healthcare services or specialists beyond the method-specific referrals, including the destination and clinical rationale.

DEATHREASON In the extremely rare event of death related to contraceptive provision (e.g., severe allergic reaction), this field records the cause.

Vulnerability Indicators

MIGRANTWORKER, DISABILITY These fields identify clients belonging to specific vulnerable populations.

Additional Information

ERRORCOMMENTREMARK This field allows for documentation of any errors, special circumstances, or additional information relevant to the family planning visit.

Relationships with Other Tables

FP

The primary relationship is through the REGID field, which links to the reg_by_service table for client demographics. Laboratory tests recorded in the LAB field may have detailed results in the lab table. Additionally, family planning services often follow reproductive health services or postnatal care, creating relationships with the rh and pnc tables.