Customer basic info GET improved and POST added.
parent
4a413d6ac7
commit
e088891bac
@ -0,0 +1,25 @@
|
|||||||
|
get:
|
||||||
|
operationId: customerGpisType
|
||||||
|
tags:
|
||||||
|
- Customer management
|
||||||
|
summary: GPIS types
|
||||||
|
description: Names used for identifying GPIS's (or EDP's) in this API.
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: Names of GPIS's (or EDP's) as recognized by Zorg op Orde.
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
gpisType:
|
||||||
|
$ref: ../schemas/gpisType.yaml
|
||||||
|
"description":
|
||||||
|
type: string
|
||||||
|
example: "Een innovatief HIS and NIS."
|
||||||
|
'401':
|
||||||
|
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
|
||||||
|
'403':
|
||||||
|
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
type: string
|
||||||
|
description: |-
|
||||||
|
Type brand (or type) of the general practitioner information system (EDP). Query the `/customer/gpisType` end point for a list of all brands.
|
||||||
|
enum:
|
||||||
|
- healthconnected
|
||||||
|
- medicom
|
||||||
|
- scipio
|
||||||
|
- microhis
|
||||||
|
- promedico
|
||||||
|
- tetra
|
||||||
|
- sanday
|
||||||
|
- microhis
|
||||||
|
- medikit
|
||||||
Loading…
Reference in New Issue