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
- name:unid
in:query
description:Internal number used by Zorg op Orde
schema:
type:integer
responses:
responses:
'200':
'200':
description:Basic information of a practice.
description:Basic information of a practice.
@ -27,15 +22,23 @@ get:
properties:
properties:
name:
name:
type:string
type:string
officialName:
type:string
agb:
agb:
$ref:../schemas/agb.yaml
$ref:../schemas/agb.yaml
gpis:
gpis:
$ref:../schemas/GPIS.yaml
$ref:../schemas/GPIS.yaml
doctors:
description:AGB's of the doctors working in the practice.
type:array
items:
$ref:'../schemas/PatIdentity.yaml#/doctor'
address:
address:
type:object
type:object
properties:
properties:
streetHouseNumber:
address1:
type:string
type:string
description:The first line of the practice postal address (street name and house number, generally).
postcode:
postcode:
$ref:../schemas/postcode.yaml
$ref:../schemas/postcode.yaml
city:
city:
@ -50,12 +53,22 @@ get:
dataProcessing:
dataProcessing:
type:object
type:object
properties:
properties:
controller:
controllers:
type:string
description:Usually is the practice owner the data controller.
description:Usually is the practice owner the data controller.
dataProcessingAgreement:
type:array
example:If set, the date of the data processing agreement between the controller (general practitioner) and processor (Zorg op Orde).
items:
$ref:../schemas/date.yaml
type:string
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
properties:
signedBy:
description:Full name of the signer.
type:string
signedOn:
description:Date of signing the data processing agreement.
example:20160501T1344
$ref:../schemas/date.yaml
'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.