get https://api.humanapi.co/v1/human/medical/issues
Get a list of medical problems 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 |
dateTime | Date | (deprecated) Date associated with the problem |
documentedDate | Date | (Optional) Date that the problem was documented |
startDate | Date | (optional) Date of the physician's understanding of when the problem first appeared |
endDate | Date | (Optional) Date of the physician's understanding of when the problem was resolved |
name | String | (optional) The name of the problem e.g. "Generalized abdominal pain" |
patient | Object | (optional) Patient information (“name” and other optional attributes) |
status | String | (optional) Status of the problem e.g. "Active" |
sourceOfInfo | String | (Optional) Context of the problem e.g. "Resolved Problem","Active Problem", "Encounter Diagnosis", etc. |
comments | String | (Optional) Comments or notes related to the problem |
concernStartDate | Date | (Optional) Start of the physician's concern about the problem. Can be different from when the problem actually started. |
concernEndDate | Date | (Optional) End of the physician's concern about the problem. Can be different from when the problem actually ended. |
organization | Object | (optional) See organizations object |
codes | Array[Object] | (optional) See codes |