Compare commits
No commits in common. 'ed81f0198d3ff43f6e9f2b82ea997f3b13cf3a8b' and '750af950e93ab8eb1e9d7182c603af820ed6b043' have entirely different histories.
ed81f0198d
...
750af950e9
@ -1,22 +0,0 @@
|
|||||||
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
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
description: |-
|
description: |-
|
||||||
Patient's unique and persistent ID in GPIS. Usually identical to `patPubId` but certain GPISes may
|
Patient's unique and persistent ID in GPIS. Usually identical to `patid` but certain GPISes may
|
||||||
use UUID, or has globally unique keys (e.g. very large numbers). Can be blank, but only
|
use UUID, or has globally unique keys (e.g. very large numbers). Can be blank, but only
|
||||||
if supplying GPIS does not send them.
|
if supplying GPIS does not send them.
|
||||||
type: string
|
type: string
|
||||||
example: "1234"
|
example: 1234
|
||||||
|
|||||||
Loading…
Reference in New Issue