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 |
components | Array[Object] | A list of components of the test (See component below) |
name | String | The name of the test preformed e.g. ‘COMPREHENSIVE METABOLIC PANEL’, 'LIPID PANEL’, 'URINE CULTURE’ |
device | String | (optional) Device name Note: presence of this value is rare |
patient | Object | Patient information (“name” and other optional attributes) |
specimen | String | (optional) Specimen related to the procedure Note: presence of this value is rare |
orderedBy | String | (optional) The name of the ordering physician or entity |
recipients | Array[Object] | (optional) See recipient object Note: presence of this value is rare |
resultDateTime | Date | (optional) The date of the test result |
status | String | (optional) The status of the test result (e.g. 'Final result’, 'Edited’, 'Edited Result - FINAL’) |
allResults | Array[Object] | [Deprecated] Use components instead |
comments | String | (optional) Comments for the test result |
narrative | String | (optional) Narrative for the test result |
impression | String | (optional) Impression for the test result |
transcriptions | String | (optional) Transcriptions for the test result |
codes | Array[Object] | (optional) See codes |
Property | Type | Description |
---|
name | String | (optional) The name of the test component (e.g. 'Potassium’, 'MCHC’, 'MCV’) |
value | String | (optional) The test result value |
unit | String | (optional) The unit of the value - e.g. 'mg/dL’, ’%’, 'mmol/L’ |
low | String | (optional) The low value for the component |
high | String | (optional) The high value for the component |
refRange | String | (optional) The reference range for the value - if provided (e.g. 'Negative’, ’>60’, ’<150’) |
componentComments | String | (optional) Comments provided for the component |
codes | Array[Object] | (optional) See codes |
Property | Type | Description |
---|
objectID | String | The id of the recipient e.g. "856983" |
name | String | (optional) The name of the recipient |
isPCP | Boolean | (optional) Indicates if the provider is the Primary Care Provider of the user e.g. true |
recipTemplate | String | (optional) The recipient template e.g. 'WPMessageRecipientTemplateUnknown’ |