PersonalHealthCardDto Data Type

The Personal Health Card model object.

Properties
name data type description
phn string The Personal Health Card number
locationId number A unique location ID for the Personal Health Card.
expiry string An expiry date for the Personal Health Card.

Example

{
  "phn" : "1254",
  "locationId" : 1,
  "expiry" : "2016-02-16T00:00:00.000-0800"
}