United Global Solutions

Planilla Hospital Santo Tomas -

Inside the "Planilla" of Hospital Santo Tomás : Transparency in Action The "planilla" (payroll) of Panama’s Hospital Santo Tomás (HST)

is more than just a list of salaries; it is a critical component of the institution's commitment to transparency. As a public facility often called "El Elefante Blanco," HST serves as a primary healthcare pillar for the Panamanian population, and its administrative operations—governed by the Patronato Hospital Santo Tomás —are open to public scrutiny. What is the "Planilla"?

The planilla is a detailed public record of all personnel working within the hospital. It typically includes: Position and Cargo

: Specific roles ranging from specialized medical staff to administrative assistants. Compensation

: Base salaries and additional benefits like representation expenses (gastos de representación). Employment Status

: Indication of whether staff are permanent, temporary, or on leave. How to Access the Payroll Data

As part of Panama's transparency laws, this data is updated regularly and can be found through several official channels: Hospital Santo Tomás Transparency Portal : The official HST Transparency page

provides links to administrative documents and internal regulations. National Transparency Node : Hosted by the Defensoría del Pueblo planilla hospital santo tomas

, this portal specifically lists the payroll and representation expenses for the HST Board. Ministry of Health (MINSA)

: Since HST is part of the national health system, overall payroll reports for the ministry often include hospital-specific data. Open Data Panama : Historical and current payroll files (e.g., Planilla Marzo 2024 ) are available for download in various formats. Why This Matters Transparencia - Hospital Santo Tomas

The planilla (payroll) for Hospital Santo Tomás in Panama is managed by its administrative board, the Patronato Hospital Santo Tomás, and is publicly accessible through official transparency portals in compliance with Panama's Law 6 of 2002. Official Access Points

Patronato Hospital Santo Tomás Transparency Node: The Defensoría del Pueblo hosts the dedicated portal for "Planilla y Gastos de Representación" (Payroll and Representation Expenses).

Hospital Santo Tomás (HST) Transparency Page: The hospital's official Transparencia portal provides links to administrative documents, including HR internal regulations and strategic plans.

National Open Data Portal: Payroll datasets for various Panamanian institutions, often including high-level health sector data, can be found on Datos Abiertos de Panamá. Typical Salary Structure (Estimated for 2025–2026)

Based on recent health sector data for Panama, typical monthly salaries for key hospital roles include: Medical General I: Approximately $4,294.00. Inside the "Planilla" of Hospital Santo Tomás :

Resident/Intern Physicians: Starting salaries are roughly $1,700.00, plus extra for shifts (turnos).

Specialist Nurses (Enfermera Especialista): Range between $2,725.00 and $2,925.00.

Administrative Assistants/Secretaries: Range from $700.00 to over $1,000.00 depending on grade. Key Administrative Details planilla de pago correspondiente al mes de enero de 2026


Recomendaciones operativas concretas

¿Qué es la "Planilla" en el Hospital Santo Tomás?

El Hospital Santo Tomás, ubicado en la Avenida Balboa en la ciudad de Panamá, es el hospital más grande y concurrido de la Caja de Seguro Social (CSS). Por su tamaño, maneja una de las planillas más extensas del sistema de salud pública.

5. Digital access (if available)

Hospital Santo Tomás does not have a fully online planilla system as of 2025. However:

⚠️ Always confirm with the hospital’s Atención al Paciente desk: +507 512-8000.


¿Qué es la planilla del Hospital Santo Tomás?

La planilla es el registro formal y operativo de todo el personal del hospital: médicos, enfermeras, técnicos, personal administrativo, servicios generales y contratistas. Incluye datos personales, cargos, nombramientos, horarios, sueldos, prestaciones, historial de licencias y cumplimiento de requisitos legales (certificaciones, especialidades, vacunas). Recomendaciones operativas concretas

El Futuro de la Planilla en el Santo Tomás

La CSS y la dirección del Hospital Santo Tomás están en un proceso de digitalización total. Se espera que para el próximo año, tanto empleados como pacientes puedan consultar sus planillas en tiempo real a través de una app móvil dedicada, eliminando las largas filas y el papeleo físico.

La tendencia:

Sample React Component (frontend preview)

// PlanillaTable.tsx
import React,  useEffect, useState  from "react";

interface PayrollRecord employee_id: number; full_name: string; position: string; gross_salary: number; deductions: number; net_salary: number;

export const PlanillaTable = ( month : month: string ) => const [data, setData] = useState<PayrollRecord[]>([]); const [loading, setLoading] = useState(true);

useEffect(() => fetch(/api/planilla?month=$month) .then((res) => res.json()) .then((data) => setData(data); setLoading(false); ); , [month]);

if (loading) return <div>Loading planilla...</div>;

return ( <table> <thead> <tr><th>Employee</th><th>Position</th><th>Gross</th><th>Deductions</th><th>Net</th></tr> </thead> <tbody> data.map((row) => ( <tr key=row.employee_id> <td>row.full_name</td><td>row.position</td> <td>$row.gross_salary.toFixed(2)</td> <td>$row.deductions.toFixed(2)</td> <td>$row.net_salary.toFixed(2)</td> </tr> )) </tbody> </table> ); ;


Objetivos

  1. Registrar con precisión información de pacientes y recursos.
  2. Mejorar la asignación y rotación de camas.
  3. Facilitar la vigilancia de eventos adversos y cumplimiento de protocolos.
  4. Generar indicadores mensuales para toma de decisiones.

3. Kioscos de Autoconsulta (SIAC)

Algunas dependencias del HST cuentan con terminales de autoservicio (ubicados cerca de la entrada principal y en el sótano del edificio de hospitalización). Puedes imprimir tu planilla usando tu huella digital o tu cédula.