Skip to content

Non-REPS IPS

Health Service Providers (IPS) not registered in the Special Registry of Health Service Providers (REPS).

Records: 2,782 | Last Updated: Jun 27, 2026

FieldTypeFormat
idnumber-
codigostring-
nombrestring-
habilitadoboolean-
nitstring-
extra_IIIstring-
fechaHoraActualizacionstringdate-time
[
{
"id": 684780953,
"codigo": "910017016670",
"nombre": "ESPAB COMANDO AMAZONAS",
"habilitado": true,
"nit": "830041314",
"extra_III": "POLICIA",
"fechaHoraActualizacion": "2026-06-27T06:53:56.3533333"
}
]
// Fetch from CDN
const data = await fetch('https://cdn-minsalud.pahventure.com/ref/Rips.REFs_IPSnoREPS.json')
.then(res => res.json());
// TypeScript interface (generated from schema)
interface RipsREFsIPSnoREPS {
id: number;
codigo: string;
nombre: string;
habilitado: boolean;
nit: string;
extra_III: string;
fechaHoraActualizacion: string;
}
// Use the data
const records: RipsREFsIPSnoREPS[] = data;