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.
19 lines
399 B
YAML
19 lines
399 B
YAML
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
patUnid:
|
|
$ref: '../schemas/PatIdentity.yaml#/patUnid'
|
|
displayName:
|
|
type: string
|
|
example: "Timmermans - de Vos"
|
|
addressLine1:
|
|
type: string
|
|
example: "Pieter Cordifstraat 88"
|
|
addressLine2:
|
|
type: string
|
|
example: "2552 XT HAMOR"
|
|
required:
|
|
- displayName
|
|
- addressLine1
|
|
- addressLine2 |