Skip to main content
A Pendency represents an occupational exam obligation for an employee — hiring, dismissal, periodic, return to work or risk change. It is the record that tracks the lifecycle from the exam request to completion (ASO issued) or cancellation.

Exam types (type_exam)

The table above covers the most common types. The response may carry others, such as INTERN_HIRING, PUNCTUAL, CRITICAL_ACTIVITY, APPOINTMENT, APPOINTMENT_RETURN, MEDICAL_LEAVE, INFIRMARY and THIRD_PARTY, plus ANAMNESE and EMPLOYEE_ACTION, which are legacy from the source system and must not be used. The full list, with the meaning of each one, is in the pendency listing.

Lifecycle

A performed exam is not a completed pendency. Performing the exam moves the pendency to MISSING_OHC; it only becomes DONE when the ASO is received, validated and attached. The ohc_status field tracks that document stage in parallel with status.
Clinic scheduling and performing the exam are managed inside the Salú platform — there is no public endpoint to schedule. Through the public API you create, list and cancel pendencies, and track the status.

Create fields

To cancel, provide the pendency_id and, optionally, a note with the reason.

Deadlines: sla vs due_date

They are two different dates and are not interchangeable:
due_date is computed when the pendency is created and is not recomputed afterwards. Changing the employee’s admission or dismissal date does not move the stored deadline.

Dates and time zone

Every date/time field of a pendency is returned in UTC and without an offset (e.g. 2026-09-11T13:45:02). sla and due_date are dates, served as date/times at midnight.

Endpoints

List pendencies

Create pendency

Cancel pendency