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
31eecb9f
Commit
31eecb9f
authored
Jul 08, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update medicamentos-prescripciones.json
parent
6fe0e69f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
7 deletions
+88
-7
medicamentos-prescripciones.json
apigee/medicamentos-prescripciones.json
+88
-7
No files found.
apigee/medicamentos-prescripciones.json
View file @
31eecb9f
...
...
@@ -78,6 +78,50 @@
}
}
},
"/v1/medicamentos/prescripcion/sura"
:
{
"get"
:
{
"tags"
:
[
"cols-medicamentos-prescripcion"
],
"summary"
:
"Obtener prescripcion"
,
"description"
:
"Obtener prescripción paciente"
,
"operationId"
:
"obtenerPrescripcionSura.v1"
,
"parameters"
:
[
{
"name"
:
"idPrescripcion"
,
"in"
:
"query"
,
"description"
:
"Número de la prescripcion."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/obtenerPrescripcionSuraResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v1/medicamentos/prescripcion/fami"
:
{
"get"
:
{
"tags"
:
[
...
...
@@ -189,7 +233,7 @@
"name"
:
"noPreautoriza"
,
"in"
:
"query"
,
"description"
:
"Número de pre- autorización para cuando es consulta puntual"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"schema"
:
{
"type"
:
"string"
}
...
...
@@ -198,7 +242,7 @@
"name"
:
"fechaInicial"
,
"in"
:
"query"
,
"description"
:
"Fecha inicial. EL formato de la fecha sera 'AAAAMMDD'"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"schema"
:
{
"type"
:
"string"
}
...
...
@@ -207,7 +251,7 @@
"name"
:
"fechaFinal"
,
"in"
:
"query"
,
"description"
:
"Fecha Final. EL formato de la fecha sera 'AAAAMMDD'"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"schema"
:
{
"type"
:
"string"
}
...
...
@@ -216,7 +260,7 @@
"name"
:
"tipoId"
,
"in"
:
"query"
,
"description"
:
"Tipo de documento <br/> Ejemplo: <br/> CC<br/>TI "
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"schema"
:
{
"type"
:
"string"
}
...
...
@@ -225,7 +269,7 @@
"name"
:
"numId"
,
"in"
:
"query"
,
"description"
:
"Número de identificación"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"schema"
:
{
"type"
:
"number"
}
...
...
@@ -256,7 +300,7 @@
]
}
},
"/v1/medicamentos/prescripcion/neps
/consulta
"
:
{
"/v1/medicamentos/prescripcion/neps"
:
{
"get"
:
{
"tags"
:
[
"neps-medicamentos-prescripcion"
...
...
@@ -388,7 +432,7 @@
]
}
},
"/v1/medicamentos/prescripcion/coom
/consulta
"
:
{
"/v1/medicamentos/prescripcion/coom"
:
{
"get"
:
{
"tags"
:
[
"coom-medicamentos-prescripcion"
...
...
@@ -492,6 +536,43 @@
},
"components"
:
{
"schemas"
:
{
"obtenerPrescripcionSuraResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"obtenerPrescripcion"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/obtenerPrescripcionSura"
}
}
}
},
"obtenerPrescripcionSura"
:
{
"type"
:
"object"
,
#
"properties"
:
{
#
"aseguradora"
:
{
#
"$ref"
:
"#/components/schemas/aseguradoraSura"
#
},
#
"paciente"
:
{
#
"$ref"
:
"#/components/schemas/pacienteSura"
#
},
#
"formula"
:
{
#
"$ref"
:
"#/components/schemas/formulaSura"
#
}
#
}
},
"obtenerPrescripcionFamiResponseV2"
:
{
"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