Skip to content

General Medical

The gm table records general medical consultations provided within the Health Management Information System. This table captures a wide range of clinical data, from patient vital signs to diagnoses, treatments, and outcomes across all general healthcare services.

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 patient
AGEIntegerAge of the patient
AGEUNITStringUnit of measurement for age (e.g., Years, Months, Days)
PROVIDEDDATEStringDate when the service was provided
PROVIDEDPLACEStringLocation type where the service was provided
PROVIDERPOSITIONStringRole or position of the healthcare provider
WTFloatWeight of the patient in kilograms
HTFloatHeight of the patient 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 (for women)
AFloatAbortion - number of pregnancy losses before the age of viability (for women)
HEStringHealth education provided during the visit
GMTYPEStringType of general medical service provided
PREGStringPregnancy status, if applicable
LABStringLaboratory tests performed and their results
OTHERDIAGNOSISStringAdditional diagnoses not covered by primary diagnostic fields
DIAGNOSIS1StringPrimary diagnosis
DIAGNOSIS2StringSecondary diagnosis, if applicable
DIAGNOSIS3StringTertiary diagnosis, if applicable
COMPLAINTStringChief complaint or presenting symptoms
PROCEDUREStringProcedures performed during the consultation
TREATMENTStringTreatments or medications provided
OUTCOMEStringOutcome of the clinical visit
REFERRALStringReferral made to other healthcare services
REFERRALTOOTHERStringOther referral details
REFERRALREASONStringReason for referral
DEATHREASONStringReason for death, if applicable
ERRORCOMMENTREMARKStringNotes on any errors or special circumstances
MUACFloatMid-Upper Arm Circumference in centimeters (for nutritional assessment)
DXSTATUSStringStatus of the diagnosis
LACTATINGMOTHERStringFlag indicating lactating mother status
MIGRANTWORKERStringFlag indicating migrant worker status
IDPStringFlag indicating internally displaced person status
DISABILITYStringFlag indicating disability status
DXDIARRHOEAStringSpecific flag for diarrheal disease diagnosis
DXPNEUMONIAStringSpecific flag for pneumonia diagnosis
BMIFloatBody Mass Index calculated from height and weight

Field Details

Organizational and Demographic Information

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

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

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

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 patient’s physical measurements and vital signs during the clinical examination.

  • Weight and height measurements
  • Blood pressure
  • Pulse rate, respiratory rate, and temperature

MUAC, BMI These fields provide additional anthropometric data for nutritional assessment

  • Mid-Upper Arm Circumference is particularly important for assessing malnutrition in children and pregnant women
  • Body Mass Index, calculated from height and weight, helps assess nutritional status in adults

Reproductive Health Information

P, A

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

PREG, LACTATINGMOTHER These fields indicate current pregnancy or lactation status.

Clinical Assessment and Management

COMPLAINT This field records the patient’s chief complaint or presenting symptoms.

DIAGNOSIS1, DIAGNOSIS2, DIAGNOSIS3, OTHERDIAGNOSIS These fields capture the clinical diagnoses made during the visit.

DXSTATUS This field indicates the status of the diagnosis, such as new, ongoing, or resolved.

DXDIARRHOEA, DXPNEUMONIA These specific diagnostic flags highlight two conditions of particular public health importance, especially in children under five. They enable focused monitoring of these priority conditions.

PROCEDURE This field documents clinical procedures performed during the visit, such as wound care, incision and drainage, or minor surgical interventions.

TREATMENT This field records medications prescribed, therapies provided, or other therapeutic interventions implemented during the visit.

LAB This field documents laboratory tests ordered or performed.

HE This field records health education provided during the visit.

Outcomes and Referrals

OUTCOME This field captures the immediate outcome of the clinical visit, such as improved, stable, deteriorated, or other status indicators.

REFERRAL, REFERRALTOOTHER, REFERRALREASON These fields document referrals to other healthcare services or specialists, including the destination and clinical reason for the referral.

DEATHREASON In the event of patient death, this field records the clinical cause.

Service Type and Vulnerability Indicators

GMTYPE This field categorizes the type of general medical service provided.

MIGRANTWORKER, IDP, DISABILITY, LACTATINGMOTHER These fields identify patients belonging to specific vulnerable populations.

Additional Information

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

Relationships with Other Tables

GM

The primary relationship is through the REGID field, which links to the reg_by_service table for patient demographics. Additionally, laboratory tests recorded in the LAB field may have detailed results in the lab table.