Compare commits
No commits in common. '1e2f02df03cc130e95167840759afc7c86a0caf4' and 'ed81f0198d3ff43f6e9f2b82ea997f3b13cf3a8b' have entirely different histories.
1e2f02df03
...
ed81f0198d
@ -0,0 +1,22 @@
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
patPubId:
|
||||
$ref: '../schemas/PatIdentity.yaml#/patPubId'
|
||||
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:
|
||||
- patUnid
|
||||
- displayName
|
||||
- addressLine1
|
||||
- addressLine2
|
||||
Loading…
Reference in New Issue