get https://api.humanapi.co/v1/human/medical/plans_of_care
Get a list of medical plans of care 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 |
| name | String | (optional) The name of the plan of care |
| text | String | (optional) The text description of the author |
| date | Date | (optional) The date of the plan of care |
| type | String | (optional) The type of the plan of care |
| specialty | String | (optional) The specialty of the plan of care |
| provider | Object | (optional) See provider object |
| organization | Object | (optional) See organizations object |
| codes | Array[Object] | (optional) See codes |
Provider Object
| Property | Type | Description |
|---|---|---|
| name | Object | (optional) See name object |
| address | String | (optional) Address of the provider e.g. "CORE ORTHOPEDICS, SIOUX FALLS, SD, 57103" |
