Customer Basic information API updated with AGB's.

EH/population-statistics-authorisation
Eric Hoekstra 1 year ago
parent 35977fe4bc
commit 1a7c913a27

@ -24,7 +24,11 @@ get:
type: string type: string
officialName: officialName:
type: string type: string
agb: practiceAgb:
description: The AGB of the practice, if the customer in the response is a practice, otherwise omitted. One of practiceAgb or institutionAgb is always present.
$ref: ../schemas/agb.yaml
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.
$ref: ../schemas/agb.yaml $ref: ../schemas/agb.yaml
gpis: gpis:
$ref: ../schemas/GPIS.yaml $ref: ../schemas/GPIS.yaml
@ -69,6 +73,9 @@ get:
description: Date of signing the data processing agreement. description: Date of signing the data processing agreement.
example: 20160501T1344 example: 20160501T1344
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
required:
- name
- officialName
'400': '400':
description: If the specified customer is not a practice but some other entity, e.g. a care group. description: If the specified customer is not a practice but some other entity, e.g. a care group.
'401': '401':

@ -1,4 +1,5 @@
description: "The source of the medical data used to produce this report: which general practitioner information system was used, and when the data was provided." description: |-
The source of the medical data used to produce this report: which general practitioner information system was used, and when the data was provided. Omitted if no HIS database was imported (yet).
type: object type: object
properties: properties:
gpisType: gpisType:

Loading…
Cancel
Save