Update medicamentos-afiliado.json

parent 823c4ed3
......@@ -25,7 +25,7 @@
},
"tags": [
{
"name": "cols-medicamentos-validacion",
"name": "neps-medicamentos-afiliados",
"description": "Validacion de pacientes"
},
{
......@@ -34,28 +34,16 @@
}
],
"paths": {
"/v1/medicamentos/validaciones/{eps}": {
"/v1/medicamentos/afiliados/neps/consulta": {
"get": {
"tags": [
"cols-medicamentos-validacion"
"neps-medicamentos-afiliados"
],
"summary": "Validar paciente",
"description": "Obtener informacion de los pacientes",
"description": "Obtener informacion de los pacientes para la aseguradora NEPS",
"operationId": "validadorDerechoMedicamentos",
"parameters": [
{
"name": "eps",
"in": "path",
"description": "<b>Nombre EPSs.</b><br>neps - Nueva EPS",
"required": true,
"schema": {
"type": "string",
"enum": [
"neps"
]
}
},
{
"name": "tipoId",
"in": "query",
"description": "<table border='1' width='10px'> <thead> <tr> <td colspan='2'><center>Nueva EPS</center></td> </tr> </thead> <tr> <th>Tipo de identificación</td> <th>Descripción</td> </tr> <tr> <td>1</td> <td> CE - Cédula de extranjería</td> </tr> <tr> <td>2</td> <td> TI - Tarjeta de identidad</td> </tr> <tr> <td>3</td> <td> CC - Cédula de ciudadanía</td> </tr> <tr> <td>4</td> <td> NIT - NIT</td> </tr> <tr> <td>5</td> <td> RC - Registro civil de nacimiento</td> </tr> <tr> <td>6</td> <td> PS - Pasaporte </td> </tr> <tr> <td>7</td> <td> ME - Menor de edad</td> </tr> <tr> <td>8</td> <td> NU - NUIP </td> </tr> <tr> <td>9</td> <td> AS - Adulto sin identificación </td> </tr> <tr> <td>10</td> <td> CD - Carné diplomático </td> </tr> <tr> <td>11</td> <td> CN - Recién nacido vivo</td> </tr> <tr> <td>12</td> <td> SC - Salvoconducto </td> </tr> <tr> <td>13</td> <td> PE - Permiso especial</td> </tr> </table>",
......@@ -1110,4 +1098,4 @@
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment