Object Definition
{
"id": 64073957420, // long(64)
"type": "Diet", // See Below
"rank": 1 // Integer(5)
"text": "Yogurt daily", // string(500)
"patient": 64072843265,
"created_date": "2016-10-13T15:00:38Z", // read-only
"deleted_date": null // read-only
}
Attribute | Type | Allowed Values | Description |
---|---|---|---|
id | int | The id of the history | |
type | string | "Past", "Family", "Social", "Habits", "Diet", "Exercise", "Immunization", "Legal", "Consultation", "Health Maintenance", "Past Surgical", "Cognitive Status", "Functional Status" | The type of the history |
rank | int | The rank (or sequence) of the history | |
text | string | The value (or text) of the history | |
patient | int | The id of the patient | |
created_date | datetime | The date the history was created | |
deleted_date | datetime | The date the history was deleted |