`customer/basic` now provides gpis export source and status of last import separately.

live
Reinier Zwitserloot 1 year ago
parent 16b198b855
commit f9196106b4
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -32,7 +32,10 @@ get:
institutionAgb: institutionAgb:
description: The AGB of the institution, if the customer is a care group or other institute, otherwise omitted. One of practiceAgb or institutionAgb is always present. description: The AGB of the institution, if the customer is a care group or other institute, otherwise omitted. One of practiceAgb or institutionAgb is always present.
$ref: ../schemas/agb.yaml $ref: ../schemas/agb.yaml
gpis: gpisMethod:
description: The current GPIS type and how medical dossiers are transferred to Zorg op Orde.
example: HealthConnected (automatische koppeling)
lastImport:
$ref: ../schemas/GPIS.yaml $ref: ../schemas/GPIS.yaml
doctors: doctors:
description: AGBs of the doctors working in the practice. description: AGBs of the doctors working in the practice.
@ -45,6 +48,7 @@ get:
address1: address1:
type: string type: string
description: The first line of the practice postal address (street name and house number, generally). description: The first line of the practice postal address (street name and house number, generally).
example: Dorpsstraat 1
postcode: postcode:
$ref: ../schemas/postcode.yaml $ref: ../schemas/postcode.yaml
city: city:
@ -54,23 +58,26 @@ get:
properties: properties:
tel: tel:
type: string type: string
example: "0612345678"
email: email:
type: string type: string
example: "M.Dobbelsteen@zorgoporde.nl"
dataProcessing: dataProcessing:
type: object type: object
properties: properties:
controllers: controllers:
description: A list of personnel responsible for the data. Usually the practice owner. description: A list of personnel responsible for the data. Usually the practice owner.
type: array type: array
example: ["Mien Dobbelsteen", "Lydie van der Ploeg"]
items: items:
type: string type: string
agreement: agreement:
example: If set, the signer and date of the data processing agreement between the controller (responsible general practitioner) and processor (Zorg op Orde).
type: object type: object
properties: properties:
signedBy: signedBy:
description: Full name of the signer. description: Full name of the signer.
type: string type: string
example: Lydie van der Ploeg
signedOn: signedOn:
description: Date of signing the data processing agreement. description: Date of signing the data processing agreement.
example: 20160501T1344 example: 20160501T1344
@ -83,7 +90,10 @@ get:
'401': '401':
$ref: '../zoo-api.yaml/#/components/responses/NoAuth' $ref: '../zoo-api.yaml/#/components/responses/NoAuth'
'403': '403':
$ref: '../zoo-api.yaml/#/components/responses/NoAccess' description: |-
User is not allowed to access this API endpoint, or,
the practice identified by the `agb` parameter does not have a relationship with the
user (for example, they do not belong to your care group).
post: post:
operationId: customerBasicPost operationId: customerBasicPost
tags: tags:

Loading…
Cancel
Save