Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swagger
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
swagger
Commits
4513ef1b
Commit
4513ef1b
authored
Apr 26, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update salud-eps.json, Correccion de documentacion de servicios
parent
560fccc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
147 additions
and
12 deletions
+147
-12
salud-eps.json
apigee/salud-eps.json
+147
-12
No files found.
apigee/salud-eps.json
View file @
4513ef1b
...
...
@@ -453,7 +453,7 @@
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/disponibilidad
Citas
Response"
"$ref"
:
"#/components/schemas/disponibilidadResponse"
}
}
}
...
...
@@ -1061,7 +1061,7 @@
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/
resultado
"
"$ref"
:
"#/components/schemas/
actualizarPacienteResponse
"
}
}
}
...
...
@@ -1750,6 +1750,10 @@
"format"
:
"date-time"
,
"description"
:
"Fecha de la cita"
},
"reserva"
:
{
"type"
:
"string"
,
"description"
:
"Reserva"
},
"centroMedico"
:
{
"$ref"
:
"#/components/schemas/centroMedico"
},
...
...
@@ -1784,6 +1788,15 @@
}
}
},
"disponibilidad"
:{
"type"
:
"object"
,
"properties"
:{
"fecha"
:{
"type"
:
"string"
,
"description"
:
"Fecha disponibilidad"
}
}
},
"reservarSinOrdencita"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -1981,6 +1994,7 @@
}
}
},
"reservaSinOrdenpaciente"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -1993,6 +2007,36 @@
}
}
},
"citaHorarioR"
:
{
"type"
:
"object"
,
"properties"
:
{
"prestador"
:
{
"$ref"
:
"#/components/schemas/prestador"
},
"especialidad"
:{
"$ref"
:
"#/components/schemas/especialidad"
},
"tipoPlanificacion"
:{
"type"
:
"string"
,
"description"
:
"tipo de planificación"
},
"unidadTratamiento"
:{
"type"
:
"string"
,
"description"
:
"Unidad de tratamiento"
},
"fechaHora"
:{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Hora y fecha"
},
"ips"
:
{
"$ref"
:
"#/components/schemas/ips"
},
"consultorio"
:
{
"$ref"
:
"#/components/schemas/consultorio"
}
}
},
"genero"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -2006,6 +2050,19 @@
}
}
},
"consultorio"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Código que representa al consultorio"
},
"nombre"
:
{
"type"
:
"string"
,
"description"
:
"Nombre del consultorio"
}
}
},
"pais"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -2110,6 +2167,10 @@
"type"
:
"string"
,
"description"
:
"Nombre del centro médico"
},
"nombre"
:
{
"type"
:
"string"
,
"description"
:
"Nombre del centro médico"
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Descripción del centro médico"
...
...
@@ -2129,6 +2190,34 @@
}
}
},
"citaReq"
:
{
"type"
:
"object"
,
"properties"
:
{
"idReserva"
:
{
"type"
:
"string"
,
"description"
:
"id de la Reserva"
},
"desistir"
:{
"type"
:
"string"
,
"description"
:
"Especifica si desiste"
}
},
"xml"
:
{
"name"
:
"citaReq"
}
},
"borrarcitaReq"
:
{
"type"
:
"object"
,
"properties"
:
{
"idReserva"
:
{
"type"
:
"string"
,
"description"
:
"id de la Reserva"
}
},
"xml"
:
{
"name"
:
"citaReq"
}
},
"actualizarSinOrden"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -2136,7 +2225,7 @@
],
"properties"
:
{
"cita"
:
{
"$ref"
:
"#/components/schemas/cita"
"$ref"
:
"#/components/schemas/cita
Req
"
}
}
},
...
...
@@ -2223,6 +2312,7 @@
}
}
},
"borrarSinOrden"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -2230,7 +2320,7 @@
],
"properties"
:
{
"cita"
:
{
"$ref"
:
"#/components/schemas/
cita
"
"$ref"
:
"#/components/schemas/
borrarcitaReq
"
}
}
},
...
...
@@ -2652,7 +2742,6 @@
}
}
},
"consultaEpsMedicamentoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -2676,13 +2765,30 @@
}
}
},
"disponibilidadResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultados"
],
"properties"
:
{
"resultados"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"disponiblidad"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/disponibilidad"
}
}
}
},
##########################
"validadorAfiliadoSaludResponse"
:
{
"type"
:
"object"
,
...
...
@@ -2772,6 +2878,11 @@
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"citaHorario"
:{
"$ref"
:
"#/components/schemas/citaHorarioR"
}
}
},
...
...
@@ -2830,6 +2941,12 @@
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"cita"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/cita"
}
}
}
},
...
...
@@ -2879,7 +2996,7 @@
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/
resultado
"
"$ref"
:
"#/components/schemas/
disponibilidad
"
}
}
}
...
...
@@ -2901,6 +3018,24 @@
}
}
},
"actualizarPacienteResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
}
}
},
"consultaGrupoFamiliarResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment