API Reference

Hypoxemia

35 views 0

Hypoxemia represents a cardiovascular condition.

Overview

Property Type Description
code String The Code of the resource
user_code String The global Id of the user
low_threshold Number If this value is excedeed then there is a low risk for high arc
low_tolerance Number Allows for a tolerance on the threshold value such that (low_threshold – low_tolerance) must be exceeded in order to have a low risk for high arc
high_threshold Number If this value is excedeed then there is a high risk for hypoxemia. Obviously, it is expected that low_threshold < medium threshold < high threshold
high_tolerance Number Allows for a tolerance on the threshold value such that (high_threshold – high_tolerance) must be exceeded in order to have a high risk for hypoxemia. Obviously, it is expected that low_threshold – low_tolerance < medium threshold – medium_tolerance < high threshold – hypoxemia
created_at Datetime with Timezone The time the activity was created on the ZivaCare API server
updated_at Datetime with Timezone The time the activity was updated on the ZivaCare API server

Example

GET https://api.zivacare.com/api/v2/threshold/hypoxemias?access_token=demo
{
  "code": "1861e5fb-320a-4827-825d-4d6e36e27958",
  "user_code": "e231e984-2209-4a10-b634-2257b89c200f",
  "low_threshold": 12,
  "low_tolerance": 12,
  "high_threshold": 12.33,
  "high_tolerance": 12.33,
  "created_at": "2015-07-03T11:53:16+0000"
}
curl -X POST -H 'Content-Type: application/json' https://api.zivacare.com/api/v2/threshold/hypoxemias?access_token=demo -d '{                            
  "low_threshold": 12,
  "low_tolerance": 12,
  "high_threshold": 12.33,
  "high_tolerance": 12.33
}'

curl -X PUT -H 'Content-Type: application/json' https://api.zivacare.com/api/v2/threshold/hypoxemias?access_token=demo -d '{                            
  "low_threshold": 12.44,
  "low_tolerance": 12.41,
  "high_threshold": 12.41,
  "high_tolerance": 12.41
}'

Was this helpful?

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close