Skip to content

Laboratory Tests

The lab table records laboratory tests performed in different healthcare services.

Schema Definition

Field NameData TypeDescription
ORGNAMEStringName of the healthcare organization where the laboratory test was performed
REGIDStringUnique registration identifier linking to the reg_by_service table
CLINICNAMEStringName of the specific clinic where the test was performed
TOWNSHIPNAMEStringTownship name where the laboratory service was provided
VILLAGENAMEStringVillage name where the laboratory service was provided
SEXStringGender of the patient
AGEIntegerAge of the patient
AGEUNITStringUnit of measurement for age (e.g., Years, Months, Days)
PROVIDEDDATEStringDate when the laboratory test was performed
PROVIDEDPLACEStringLocation type where the test was performed
RDTStringRapid Diagnostic Test results, typically for malaria
MICROSCOPICStringMicroscopic examination results
HBFloatHemoglobin level in g/dL
BGStringBlood group (e.g., A, B, AB, O)
RHStringRhesus factor (Positive or Negative)
UCGStringUrine Pregnancy Test (hCG) results
URINESUGARStringUrinalysis result for glucose
URINEPROTEINStringUrinalysis result for protein
GONORRHOEAStringTest result for gonorrhea
TRICHOMONUSStringTest result for Trichomonas vaginalis
CANDIDAStringTest result for Candida infection
REAGINTESTStringReagin test result for syphilis screening
TPHAStringTreponema Pallidum Hemagglutination Assay result for syphilis confirmation
VDRLStringVenereal Disease Research Laboratory test result for syphilis
HIVStringHuman Immunodeficiency Virus test result
HBVStringHepatitis B Virus test result
HCVStringHepatitis C Virus test result
SERVICESOURCEStringSource of the laboratory service (e.g., routine care, outreach)
OTHERREMARKFloatAdditional remarks or notes about the laboratory tests
RBSStringRandom Blood Sugar test result
LABTESTStringOther laboratory tests performed not covered by specific fields

Field Details

Organizational and Demographic Information

ORGNAME, CLINICNAME, TOWNSHIPNAME, VILLAGENAME These fields establish the organizational and geographic context of the laboratory testing.

REGID This unique identifier links to the reg_by_service table, connecting laboratory 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 These fields document when and where the laboratory tests were performed.

Hematology and Blood Typing Tests

HB The hemoglobin level, measured in grams per deciliter (g/dL), is an indicator of anemia.

BG, RH Blood group (ABO) and Rhesus factor testing are essential for blood transfusion compatibility and for identifying Rhesus incompatibility risk in pregnant women. BG typically contains values like ‘A’, ‘B’, ‘AB’, or ‘O’, while RH is recorded as ‘Positive’ or ‘Negative’.

Urinalysis

UCG The Urine Pregnancy Test (Urine Chorionic Gonadotropin) result indicates pregnancy status. Results are typically recorded as ‘Positive’, ‘Negative’, or ‘Indeterminate’.

URINESUGAR, URINEPROTEIN These fields record urinalysis results for glucose and protein. Elevated glucose may indicate diabetes, while proteinuria can signal kidney disease or, in pregnant women, pre-eclampsia. Results are typically recorded on a scale (e.g., Negative, Trace, +, ++, +++).

Infectious Disease Testing

RDT, MICROSCOPIC These fields record malaria diagnostic test results. RDT refers to rapid diagnostic tests, while MICROSCOPIC refers to microscopic examination of blood smears. Results typically indicate the presence or absence of malaria parasites and, in the case of microscopy, may include the species and parasite density.

GONORRHOEA, TRICHOMONUS, CANDIDA These fields document test results for common reproductive tract infections. Results are typically recorded as ‘Positive’, ‘Negative’, or ‘Indeterminate’.

REAGINTEST, TPHA, VDRL These fields record results of different syphilis testing methodologies.

  • REAGINTEST: Non-treponemal screening test
  • TPHA: Specific treponemal confirmation test
  • VDRL: Another non-treponemal test used for syphilis screening and monitoring treatment response

Results are typically recorded as ‘Reactive’, ‘Non-reactive’, or with titer values for quantitative tests.

HIV, HBV, HCV These fields document test results for bloodborne viral infections: Human Immunodeficiency Virus, Hepatitis B Virus, and Hepatitis C Virus. Results are typically recorded as ‘Positive’, ‘Negative’, or ‘Indeterminate’.

Metabolic Testing

RBS The Random Blood Sugar test result measures blood glucose levels without regard to when the patient last ate. This test helps screen for diabetes or monitor glucose control. Results are typically recorded in mg/dL or mmol/L.

Additional Information

SERVICESOURCE This field records the service context in which the laboratory testing was performed, such as routine care, outreach services, or specialized clinics.

OTHERREMARK This field allows for documentation of additional information, observations, or notes relevant to the laboratory testing encounter that may not fit into standardized fields.

LABTEST This catch-all field documents other laboratory tests performed that are not captured in the specific test fields. This flexibility ensures that all diagnostic testing can be recorded, even as new tests are introduced or specialized testing is performed.

Relationships with Other Tables

Lab

The primary relationship is through the REGID field, which links to the reg_by_service table for patient demographics. Additionally, the various service tables (ANC, DELIVERY, PNC, RH, GM) often reference laboratory testing in their LAB fields, which may provide summarized results or indicate that laboratory testing was ordered.