get
https://api.humanapi.co/v1/human/medical/vitals
Get the user’s vitals readings
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) Name representing the set of vitals |
| dateTime | String | (optional) The date of the vitals reading |
| author | String | (optional) The name of the vitals reading author (e.g. doctor) |
| codes | Array[Object] | (optional) A list of all codes. See codes object |
| results | Array[Object] | (optional) A list of all results. See results object |
| ccd | Object | See CCD object |
| organization | Object | See organizations object |
Results Object
| Property | Type | Description |
|---|---|---|
| name | String | (optional) The name of the test component e.g. ‘HEIGHT’, 'WEIGHT’, 'BODY TEMPERATURE’ |
| value | String | (optional) The test result value |
| unit | String | (optional) The unit of the value - if provided e.g. 'kg’, ’%’, 'Cel’ |
| codes | Array[Object] | (optional) See codes |
| normalizedName | String | (optional) The normalized name of the measurement e.g. "Body Mass Index (BMI)" |
| raw | Object | (optional) Un-normalized content as represented from the source. See raw object |
| values | Array[Object] | (optional) Array of objects containing values, which are converted into standard units. Useful for showing data on a graph, or performing math functions. |
CCD Object
| Property | Type | Description |
|---|---|---|
| id | String | Id of the CCD |
| href | String | URL to retrieve CCD details |
Raw object
| Property | Type | Description |
|---|---|---|
| value | String | (optional) Value of the result |
| unit | String | (optional) Unit of the result |
| name | String | (optional) Name of the result |
| codes | Array[Object] | (optional) See codes |
Value object
| Property | Type | Description |
|---|---|---|
| value | Float | (optional) Value of result |
| unit | String | (optional) Unit of result |
