get https://api.humanapi.co/v1/human/medical/instructions
Get a list of medical instructions associated with the user
Response Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The id of the resource | 
| source | String | The name of the originating service | 
| updatedAt | Date | The time the record was updated on the Human API server | 
| createdAt | Date | The time the record was created on the Human API server | 
| dateTime | String | (optional) The date of the instruction | 
| name | String | (optional) The name of the instruction (ex. “instructions”, or “discharge instructions”, etc.) | 
| text | String | (optional) Text content of the instruction | 
| codes | Array[Object] | (optional) See codes | 
