| 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 encounter |
| visitType | String | (optional) The type of visit |
| provider | Object | (optional) The provider for the encounter (see provider object) |
| prescriptions | Array[Object] | (optional) A list of prescriptions provided during the encounter (see link object) |
| diagnoses | Array[Object] | (optional) A list of diagnoses for the encounter (see link object) |
| vitals | Object | (optional) Vitals captured during the encounter (e.g. {"temperature" : 95.2 [degF]","weight" : 180 [lb_av]","height" : "69 [in_us]"}) |
| vitalSigns | Array[Object] | (optional) A list of vital signs from the encounter (see link object) |
| reasons | Array[String] | (optional) A list of reasons for the encounter (e.g. [‘Follow-up’, 'Consult’, 'DYSPHONIA', 'Back Pain’]) |
| orders | Array[Object] | (optional) A list of medication orders for the patient (see orders object) |
| testResults | Array[Object] | (optional) A list of test results for the patient (see link object) |
| plansOfCare | Array[Object] | (optional) A list of plans of care from the encounter (see link object) |
| medications | Array[Object] | (optional) A list of medications used by the patient. Objects in array can have some or many of the properties of medications. Common properties are "name", "productName", "startDate", "endDate", "instructions". |
| followUpInstructions | String | (optional) Follow-up instructions |
| patientInstruction | Object | (optional) Patient information (“name” and other optional attributes) |
| organization | Object | (optional) See organizations object |
| codes | Array[Object] | (optional) See codes |
| Property | Type | Description |
|---|
| name | String | (optional) The name of the order |
| codeType | String | (optional) The code type of the order (e.g. “CPT( R )”, “Custom”) |
| expectedDate | Date | (optional) The date the order is expected |
| expireDate | Date | (optional) The date the order expires |
| procedureCode | String | (optional) The procedure code of the order |
| type | String | (optional) The type of the order (e.g. “Lab”, “Procedures”) |
| codes | Array[Object] | (optional) See codes |
| Property | Type | Description |
|---|
| name | String | (optional) Name of the provider |
| departmentName | String | (optional) Name of the provider department |
| address | String | (optional) Address of the provider |
| Property | Type | Description |
|---|
| name | String | Name of the data element |
| href | String | API path to the full data object |