description:A list of BSN's or a list of patId's must be provided and not both at the same time, but one of them must be present.
description:BSN's consisting only of zero's or only of nines or the empty BSN are ignored, i.c. BSN's matching regex `^0*|9*$` are ignored. BSN's are NOT checked to be valid (elfproef). BSN which are not exactly 9 numbers long are supplemented by leading zeros until they are exactly nine symbols long. The same is done on the BSN imported from the GIS's. A list of BSN's or a list of patId's must be provided and not both at the same time, but one of them must be present.
patIds:
type:array
items:
$ref:'../schemas/pat-patId.yaml'
maxItems:10000
maxItems:1000
example:10012,32122,1212
description:A list of BSN's or a list of patId's must be provided and not both at the same time, but one of them must be present.
required:
@ -40,7 +40,7 @@ post:
responses:
'200':
description:|-
BSN's or patId's which are actually updated. BSN's or patId's which were not known in the HIS are ignored. The caller should determine the difference between the two sets to get the ignored patients.
BSN's or patId's which are actually updated. BSN's or patId's which were not known in the HIS are ignored. The caller should determine the difference between the two sets to get the ignored patients. If a BSN matched more than one patient, all these patients were updated.