GET api/v1/development/observation/overview/{patientId}?Offset={Offset}
Gets the latest observations for each device type
Request Information
Headers
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientId | string |
Required |
|
Offset |
{Optional} - Return timestamp with calculated offset, default = false. |
boolean |
None. |
Body Parameters
None.
Response Information
Headers
Resource Description
Collection of ObservationName | Description | Type | Additional information |
---|---|---|---|
Typeid |
The type identifier for the observation |
DeviceType |
Required |
Timestamp |
Timestamp for when the observation are taken |
string |
Required |
Inputtype |
Input type used for the observation {AUTO, MANUAL, TEST} |
string |
Required |
Source | string |
None. |
|
Equipmentid |
{Optional} - Equipment identifier of the device used in the observation. |
string |
None. |
Measurements |
Collection of zero or more repetitions |
Collection of Measurement |
Required |
Comment |
{Optional} - A custom plain text comment belonging to the observation |
string |
None. |
Contexts |
{Optional} - Collection of zero or more repetitions |
Collection of ContextInformation |
None. |
Response Formats
application/json
[ { "Typeid": 528388, "Timestamp": "sample string 1", "Inputtype": "sample string 2", "Source": "sample string 3", "Equipmentid": "sample string 4", "Measurements": [ { "TypeId": 68185, "Value": "sample string 1", "UnitCode": 262656 }, { "TypeId": 68185, "Value": "sample string 1", "UnitCode": 262656 } ], "Comment": "sample string 5", "Contexts": [ { "TypeId": 29152, "Context": "sample string 1" }, { "TypeId": 29152, "Context": "sample string 1" } ] }, { "Typeid": 528388, "Timestamp": "sample string 1", "Inputtype": "sample string 2", "Source": "sample string 3", "Equipmentid": "sample string 4", "Measurements": [ { "TypeId": 68185, "Value": "sample string 1", "UnitCode": 262656 }, { "TypeId": 68185, "Value": "sample string 1", "UnitCode": 262656 } ], "Comment": "sample string 5", "Contexts": [ { "TypeId": 29152, "Context": "sample string 1" }, { "TypeId": 29152, "Context": "sample string 1" } ] } ]