You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zoo-api/schemas/pat-BSN.yaml

12 lines
430 B
YAML

description: |-
Patient SSN (dutch: _BSN_). If not known or patient has no BSN, this value will be `0`.
It is customary that BSNs are 9 digits; this API returns a number, i.e., no leading zeroes.
API callers may want to transform this value into a string by explicitly left-padding `0`
characters to the front to make the bsn value 9 digits.
type: integer
format: int32
minimum: 0
maximum: 999999999
example: 123456789