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
Create Especificacion servicios Centro Medico authored Dec 12, 2022 by Nicolas Goldberg's avatar Nicolas Goldberg
Show whitespace changes
Inline Side-by-side
Especificacion-servicios-Centro-Medico.md 0 → 100644
View page @ 4a428431
### VALIDACION DE PROFESIONALES
###### Endpoint
`[POST] /validar/prestador`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| matricula | string | | * |
| convenio | string | Tabla del CM | * |
| tipo | enum | **E**: Efector, **S**: Solicitante, **F**: Facturacion |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| nombre | string | |
| matricula | string | |
| cuit | string | |
| convenio | string | Tabla del CM |
</details>
### VALIDACION DE PRESTACIONES
###### Endpoint
`[POST] /validar/prestacion`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| codigo | string | | * |
| cantidad | number | | |
| convenio | string | Tabla del CM | * |
| credencial | string | Credencial del socio | |
| matricula_efector | string | | |
| matricula_solicitante | string | | |
| matricula_facturacion | string | | |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| codigo | string | |
| descripcion | string | |
| cantidad | number | |
| precio | number | |
| importe | number | |
| convenio | string | |
</details>
### VALIDACION PREVIA A AUTORIZAR
###### Endpoint
`[POST] /validar`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ | ------ | ------ |
| id | uuid(36) | ID en el CA | * |
| estado | string | **pending** | * |
| convenio | string | Tabla del CM | * |
| socio | object | Objeto Socio | * |
| efector | object | Objeto Prestador | * |
| facturacion | object | Objeto Prestador | |
| solicitante | object | Objeto Prestador | |
| prestaciones | array | Lista de objetos Prestacion | * |
###### Socio
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| credencial | string | | * |
| nombre | string | |
| plan | string | |
###### Profesional
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| nombre | string | | |
| matricula | string | | * |
| cuit | string | | |
###### Prestacion
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| codigo | string | | * |
| descripcion | string | | |
| cantidad | number | | * |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| referencia | string | Referencia en el CM |
| permite_planilla | S,N | **S**: SI, **N**: NO |
| permite_recetario | S,N | **S**: SI, **N**: NO |
</details>
### CONFIRMACION DE AUTORIZACION
###### Endpoint
`[POST] /confirmar`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ |------ |
| id | uuid(36) | ID en el CA | * |
| referencia | string | ID en el CM | * |
| referencia_convenio | string | Ref. en el Convenio (si existe) | |
| convenio | string | Tabla del CM | * |
| estado | string | Estado actual de la autorizacion | * |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| 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