get
https://api.humanapi.co/v1/human/medical/immunizations
Get a list of immunizations the user has had so far
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 |
| dates | Array[Date] | (optional) The dates immunization was given. |
| name | String | (optional) The name of the immunization (e.g. ‘Tetanus+Dip ADULT (Td)’, 'Varicella’, 'Influenza Virus Vaccine’) |
| patient | Object | (optional) Patient information (“name” and other optional attributes) |
| organization | Object | (optional) See organizations object |
| codes | Array[Object] | (optional) See codes |
