description:"Allow patient personal identifying information in the response. Defaults to false if omitted."
description:"Allow personal identifying information in the response. Defaults to false if omitted. If false, only category, doctor, patid, patUnid and feats are in the response. In other words: they are always in the response, but can be extended with other pii properties, see non-required properties below."
example:true
schema:
type:boolean
- name:limit
in:query
description:"Some integer between 1 and 50. Limits the output to the top 1 to 50 of the frequent users (patients). Defaults to 20 if omitted or not in the specified range."
description:"Limits the output to the top 1 to 50 of the frequent users (patients). Defaults to 20 if omitted or not in the specified range."
schema:
type:integer
minimum:1
@ -67,22 +67,35 @@ get:
type:array
items:
type:object
required:
- category
- doctor
- patid
- patUnid
- feats
properties:
patId:
type:string
example:1349
lastName:
type:string
example:van Loon - van de Ven
description:Omitted if parameter pii is omitted or false.
bsn:
$ref:'../schemas/PatIdentity.yaml#/bsn'
name:
$ref:'../schemas/PatIdentity.yaml#/name'
gender:
type:string
example:V
description:Omitted if parameter pii is omitted or false.
birthdate:
type:string
example:1929-08-21
description:Omitted if parameter pii is omitted or false.