Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C cm-mdp-public-docs
  • Project information
    • Project information
    • Activity
    • Members
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • public-docs
  • cm-mdp-public-docs
  • Wiki
  • Especificacion servicios Centro Medico

Especificacion servicios Centro Medico · Changes

Page history
Update Especificacion servicios Centro Medico authored Dec 13, 2022 by Nicolas Goldberg's avatar Nicolas Goldberg
Hide whitespace changes
Inline Side-by-side
Especificacion-servicios-Centro-Medico.md
View page @ 27743cc1
......@@ -21,6 +21,8 @@
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| nombre | string | |
| matricula | string | |
| cuit | string | |
......@@ -55,15 +57,54 @@
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| codigo | string | |
| descripcion | string | |
| cantidad | number | |
| precio | number | |
| arancel | number | |
| importe | number | |
| convenio | string | |
</details>
### BUSCADOR DE PRESTACIONES
###### Endpoint
`[POST] /prestaciones`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| q | string | Texto a buscar | * |
| convenio | string | Tabla del CM | * |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| convenio | string | |
| resultados | array de prestaciones | |
###### Prestacion
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| codigo | string | |
| descripcion | string | |
| arancel | number | |
</details>
### VALIDACION PREVIA A AUTORIZAR
###### Endpoint
......@@ -117,6 +158,8 @@
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| referencia | string | Referencia en el CM |
| permite_planilla | string array | lista de codigos que permiten planilla |
| permite_recetario | string array | lista de codigos que permiten recetario |
......@@ -149,6 +192,8 @@
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| autorizacion | string | Nº de autorizacion |
</details>
\ No newline at end of file
Clone repository
  • API Sector Privado
  • Especificacion servicios Centro Medico
  • Especificacion servicios SAMI
  • Home