NovaScotiaDetailsDto Data Type

Nova Scotia specific patient details.

Properties
name data type description
guardianHcn string The patients guardian Health Card number
secondaryHealthCard PersonalHealthCardDto The patients secondary Health Card number.
lastUpdatedDatetime string Last updated patient

Example

{
  "guardianHcn" : "123-234-123",
  "secondaryHealthCard" : {
    "phn" : "1254",
    "locationId" : 1,
    "expiry" : "2016-02-16T00:00:00.000-0800"
  },
  "lastUpdatedDatetime" : "2000-05-31 00:00:00.000"
}