frequent-user: renamed ppi to pii

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 204149a40d
commit c608efaf66
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -45,7 +45,7 @@ get:
type: array type: array
items: items:
$ref: ../schemas/pat-patId.yaml $ref: ../schemas/pat-patId.yaml
- name: ppi - name: pii
in: query in: query
description: "Allow patient personal identifying information in the response. Defaults to false if omitted." description: "Allow patient personal identifying information in the response. Defaults to false if omitted."
example: true example: true
@ -74,15 +74,15 @@ get:
lastName: lastName:
type: string type: string
example: van Loon - van de Ven example: van Loon - van de Ven
description: Omitted if parameter ppi is omitted or false. description: Omitted if parameter pii is omitted or false.
gender: gender:
type: string type: string
example: V example: V
description: Omitted if parameter ppi is omitted or false. description: Omitted if parameter pii is omitted or false.
birthdate: birthdate:
type: string type: string
example: 1929-08-21 example: 1929-08-21
description: Omitted if parameter ppi is omitted or false. description: Omitted if parameter pii is omitted or false.
feats: feats:
type: object type: object
properties: properties:

Loading…
Cancel
Save