get https://api.humanapi.co/v1/human/medical/procedures
Get a list of medical procedures 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 | Date | (optional) The date of the procedure |
| device | String | (optional) Device Note: presence of this value is rare |
| deviceCodes | Array[Object] | (optional) Device codes Note: presence of this value is rare |
| name | String | (optional) Name of the procedure |
| performer | Object | (optional) See performer information) |
| specimen | String | (optional) Specimen related to the procedure (if applicable) Note: presence of this value is rare |
| specimenCodes | Array[Object] | (optional) Specimen codes Note: presence of this value is rare |
| organization | Object | (optional) See organizations object |
| codes | Array[Object] | (optional) See codes |
Performer Object
| Property | Type | Description |
|---|---|---|
| address | String | (optional) Address of the performer |
| organizationName | String | (optional) Name of the performer’s organization |
| phone | String | (optional) Phone number of the performer |
