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.
9 lines
385 B
YAML
9 lines
385 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: number
|
|
example: 123456789
|