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
3bea4104
Commit
3bea4104
authored
Sep 06, 2019
by
robert.barrazaga@colsubsidio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se agrega modificación de IDIME.
parent
ab99a3e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
5 deletions
+31
-5
salud-afiliados.json
apigee/salud-afiliados.json
+31
-5
No files found.
apigee/salud-afiliados.json
View file @
3bea4104
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
""
"format"
:
""
}
}
},
},
{
{
...
@@ -575,16 +575,42 @@
...
@@ -575,16 +575,42 @@
}
}
}
}
},
},
"especialidad"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Codigo que identifica a la especialidad Ejm: 15215 -> RADIOLOGIA"
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Nombre y/o descripcion de la especialidad Ejm: RADIOLOGIA."
}
}
},
"prestador"
:
{
"prestador"
:
{
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"codigo"
:
{
"codigo"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"
"
"description"
:
"Codigo de identificacion del prestador del servicio Ejm: el Id de empleado o cedula de un Doctor.
"
},
},
"nombre"
:
{
"nombre"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
""
"description"
:
"Nombre de la persona o empresa que presta el servicio."
},
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
},
"especialidad"
:
{
"$ref"
:
"#/components/schemas/especialidad"
},
"registroMedico"
:
{
"type"
:
"string"
,
"description"
:
"Id de un registro medico"
},
"sede"
:
{
"$ref"
:
"#/components/schemas/sede"
}
}
}
}
},
},
...
@@ -596,7 +622,7 @@
...
@@ -596,7 +622,7 @@
"items"
:
{
"items"
:
{
"$ref"
:
"#/components/schemas/ordenDetalle"
"$ref"
:
"#/components/schemas/ordenDetalle"
}
}
},
}
}
}
},
},
"ordenDetalle"
:
{
"ordenDetalle"
:
{
...
@@ -616,7 +642,7 @@
...
@@ -616,7 +642,7 @@
"items"
:
{
"items"
:
{
"$ref"
:
"#/components/schemas/orden"
"$ref"
:
"#/components/schemas/orden"
}
}
},
}
}
}
},
},
"orden"
:
{
"orden"
:
{
...
...
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