|
|
|
@ -1,22 +1,22 @@
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
operationId: customerBasic
|
|
|
|
operationId: customerBasic
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- Customer management
|
|
|
|
- Customer management
|
|
|
|
summary: Basic info
|
|
|
|
summary: Basic info
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
- name: agb
|
|
|
|
- name: agb
|
|
|
|
in: query
|
|
|
|
in: query
|
|
|
|
description: AGB of the practice which is known as Zorg op Orde customer (via a care group).
|
|
|
|
description: AGB of the practice which is known as Zorg op Orde customer (via a care group).
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
$ref: ../schemas/agb.yaml
|
|
|
|
$ref: ../schemas/agb.yaml
|
|
|
|
responses:
|
|
|
|
responses:
|
|
|
|
'200':
|
|
|
|
'200':
|
|
|
|
description: Basic information of a practice.
|
|
|
|
description: Basic information of a practice.
|
|
|
|
content:
|
|
|
|
content:
|
|
|
|
application/json:
|
|
|
|
application/json:
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
practice:
|
|
|
|
practice:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
@ -56,9 +56,9 @@ get:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
dataProcessing:
|
|
|
|
dataProcessing:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
controllers:
|
|
|
|
controllers:
|
|
|
|
description: Usually is the practice owner the data controller.
|
|
|
|
description: A list of personnel responsible for the data. Usually the practice owner.
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|