Alberta specific patient details.
| name | data type | description |
|---|---|---|
| type | string | The person type. Person type codes are as follows:
|
| newBornCode | string | New born code. Now born codes are as follows:
|
| guardianUli | string | Guardian ULI (PHN) |
| guardianRegistration | string | Guardian Registration |
| uli2 | PersonalHealthCardDto | Secondary ULI (PHN) |
Example
{
"type" : "RECP",
"newBornCode" : "ADOP",
"guardianUli" : "234-123-564",
"guardianRegistration" : "123",
"uli2" : {
"phn" : "1254",
"locationId" : 1,
"expiry" : "2016-02-16T00:00:00.000-0800"
}
}