saludnayarit.gob.mx
Aug 2, 2026
Breach of the Nayarit State Health System (Sistema de Salud del Estado de Nayarit) patient database (SIAC system). Contains personally identifiable and medical information of patients including full names, CURP (Mexican national ID number), date of birth, sex, home address, medical record number, affiliation number, and medical service provider (IMSS BIENESTAR). Data appears to originate from the SIAC patient management system used by public health facilities in Nayarit, Mexico.
Data found in this dataset
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
pacientes_siac_nayarit__records.csv7 columns60,186 rows
File structure
Format: CSV·Delimiter: Comma·Has header: yes·Quote: "
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| 2 | firstName | high | [2] header 'Nombre' (Spanish for 'Name/Given Name'), values are first/given names like 'CARLOS MANUEL', 'LUCERO XIOMARA' |
| 3 | lastName | high | [3] header 'ApPaterno' (paternal surname in Spanish), values are surnames like 'ACEVEDO', 'ABARCA' |
| 4 | lastName | high | [4] header 'ApMaterno' (maternal surname in Spanish), values are surnames like 'ALVAREZ', 'LIZARRAGA' |
| 5 | gender | high | [5] header 'Sexo' (Spanish for 'Sex'), values are 'M'/'F' |
| 6 | ssn | high | [6] header 'Curp' — CURP is the Mexican national identity number (Clave Única de Registro de Población), a government-issued personal ID equivalent to SSN |
| 7 | dob | high | [7] header 'FechaNac' (FechaNacimiento = date of birth in Spanish), values are ISO datetime strings like '2022-01-12T00:00:00.000Z' |
| 12 | address1 | high | [12] header 'Domicilio' (Spanish for 'Home Address'), values are street addresses like 'CLAVEL,81,LAS ROSAS ,XALISCO' |
Notes: Mexican patient database (SIAC system, Nayarit State Health System). 13 columns total, 7 contain PII. IdPaciente and IdPersona are internal record IDs (skip). Expediente is a medical record number (skip). NoAfiliacion appears to be an affiliation/insurance number with no sample values (skip as internal identifier). ServicioMedico is the medical provider name (IMSS BIENESTAR, skip). Activo is an active-status flag (skip). CURP is mapped to ssn as the closest equivalent — it is Mexico's national population registry ID. ApPaterno and ApMaterno are both mapped to lastName as they are the paternal and maternal surnames respectively.