AlbertaDetailsDto Data Type

Alberta specific patient details.

Properties
name data type description
type string The person type. Person type codes are as follows:
  • PYST - Payee
  • RECP - Service Recipient
  • RFRC - Out of Province Referring Service Provider
newBornCode string New born code. Now born codes are as follows:
  • ADOP - Adoption
  • LVBR - Live Birth
  • MULT - Multiple Birth
  • STBN - Still Born
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"
  }
}