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
209bb46a
Commit
209bb46a
authored
Jul 08, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update medicamentos-prescripciones.json
parent
1522a954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
166 additions
and
5 deletions
+166
-5
medicamentos-prescripciones.json
apigee/medicamentos-prescripciones.json
+166
-5
No files found.
apigee/medicamentos-prescripciones.json
View file @
209bb46a
...
...
@@ -211,6 +211,50 @@
]
}
},
"/v2/medicamentos/prescripcion/neps"
:
{
"get"
:
{
"tags"
:
[
"neps-medicamentos-prescripcion"
],
"summary"
:
"Obtener prescripcion"
,
"description"
:
"Obtener prescripcion de paciente"
,
"operationId"
:
"obtenerPrescripcion.v2"
,
"parameters"
:
[
{
"name"
:
"idPrescripcion"
,
"in"
:
"query"
,
"description"
:
"Número de la prescripción que el operador desea consultar, esta información se lee directamente del sistema MIPRES de Nueva EPS."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/obtenerPrescripcionNepsResponseV2"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v1/medicamentos/prescripcion/neps/autorizaciones"
:
{
"post"
:
{
"tags"
:
[
...
...
@@ -359,6 +403,124 @@
},
"components"
:
{
"schemas"
:
{
"obtenerPrescripcionNepsResponseV2"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"obtenerPrescripcion"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/obtenerPrescripcionNepsV2"
}
}
}
},
"obtenerPrescripcionNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"paciente"
:
{
"$ref"
:
"#/components/schemas/pacienteNepsV2"
},
"formula"
:
{
"$ref"
:
"#/components/schemas/formulaNepsV2"
}
}
},
"formulaNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"mipres"
:
{
"type"
:
"string"
,
"description"
:
"Numero MIPRES"
},
"preautorizacion"
:
{
"type"
:
"string"
,
"description"
:
"Numero de preautorizacion."
},
"autorizacion"
:
{
"type"
:
"string"
,
"description"
:
"Numero de autorizacion"
},
"servicio"
:
{
"type"
:
"object"
,
"properties"
:{
"nombre"
:
{
"type"
:
"string"
,
"description"
:
"Nombre del servicio."
}
}
},
"tratamiento"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/tratamientoNepsV2"
}
}
}
},
"tratamientoNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"orden"
:
{
"type"
:
"string"
,
"description"
:
"Numero de orden"
},
"numeroEntrega"
:
{
"type"
:
"string"
,
"description"
:
"Numero de entrega"
},
"producto"
:{
"$ref"
:
"#/components/schemas/productoNepsV2"
},
"cantidad"
:
{
"type"
:
"string"
,
"description"
:
"Cantidad"
},
"dispensacion"
:{
"$ref"
:
"#/components/schemas/dispensacionNepsV2"
}
}
},
"dispensacionNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"sucursal"
:
{
"type"
:
"string"
,
"description"
:
"Sucursal de dispensacion."
}
}
},
"productoNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"mapis"
:
{
"type"
:
"string"
,
"description"
:
"Numero de entrega"
},
"tecnologia"
:
{
"$ref"
:
"#/components/schemas/tecnologia"
}
}
},
"pacienteNepsV2"
:
{
"type"
:
"object"
,
"properties"
:
{
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
}
}
},
"obtenerPrescripcionCoomResponseV2"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -464,18 +626,18 @@
"properties"
:
{
"orden"
:
{
"type"
:
"string"
,
"description"
:
"
Telefono del prestador
"
"description"
:
"
Numero de orden
"
},
"numeroEntrega"
:
{
"type"
:
"string"
,
"description"
:
"
Telefono del prestador
"
"description"
:
"
Numero de entrega
"
},
"producto"
:{
"$ref"
:
"#/components/schemas/productoCoom"
},
"cantidad"
:
{
"type"
:
"string"
,
"description"
:
"
Telefono del prestador
"
"description"
:
"
Cantidad
"
},
"dosis"
:{
"$ref"
:
"#/components/schemas/dosisCoomV2"
...
...
@@ -3378,4 +3540,4 @@
}
}
}
}
\ No newline at end of file
}
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