1 curl https://app.impiloplatform.com/api/v3/blood-oxygen-reading \ 2 -H "Impilo-API-Key: <Impilo-API-Key>"
1 { 2 "content": [ 3 { 4 "readingTimestamp": "2024-07-04T00:00:00Z", 5 "bloodOxygen": 95, 6 "bloodOxygenUnit": "spO2", 7 "device": { 8 "currentPatient": { 9 "firstName": "John", 10 "lastName": "Doe", 11 "address": { 12 "city": "Philadelphia", 13 "country": "USA", 14 "lineOne": "1234 Market Street", 15 "state": "PA", 16 "zipCode": "19137", 17 "lineTwo": "Suite 110" 18 }, 19 "dateOfBirth": "1987-09-13", 20 "email": "email@example.com", 21 "externalIdentifier": "external-identifier-123", 22 "id": 456, 23 "phoneNumber": "111-222-3333", 24 "sex": "unknown" 25 }, 26 "currentStatus": "withPatient", 27 "deviceEvents": [], 28 "deviceIdentifiers": [ 29 { 30 "type": "imei", 31 "value": "354833969951611" 32 }, 33 { 34 "type": "serial", 35 "value": "A44-A0623930" 36 }, 37 { 38 "type": "macAddress", 39 "value": "f51da43314fc" 40 } 41 ], 42 "disabledReadings": false, 43 "id": 599, 44 "item": { 45 "id": 791, 46 "manufacturer": { 47 "id": 2, 48 "name": "Custom Manufacturer" 49 }, 50 "model": "iBloodPressureMonitor123", 51 "name": "Blood Pressure Monitor", 52 "sku": "0000001" 53 } 54 }, 55 "heartRate": 90, 56 "heartRateUnit": "bpm", 57 "id": 42, 58 "item": { 59 "id": 791, 60 "manufacturer": { 61 "id": 2, 62 "name": "Custom Manufacturer" 63 }, 64 "model": "iBloodPressureMonitor123", 65 "name": "Blood Pressure Monitor", 66 "sku": "0000001" 67 }, 68 "manual": false, 69 "patient": { 70 "firstName": "John", 71 "lastName": "Doe", 72 "address": { 73 "city": "Philadelphia", 74 "country": "USA", 75 "lineOne": "1234 Market Street", 76 "state": "PA", 77 "zipCode": "19137", 78 "lineTwo": "Suite 110" 79 }, 80 "dateOfBirth": "1987-09-13", 81 "email": "email@example.com", 82 "externalIdentifier": "external-identifier-123", 83 "id": 456, 84 "phoneNumber": "111-222-3333", 85 "sex": "unknown" 86 } 87 }, 88 { 89 "readingTimestamp": "2024-07-04T00:00:00Z", 90 "bloodOxygen": 95, 91 "bloodOxygenUnit": "spO2", 92 "device": { 93 "currentPatient": { 94 "firstName": "John", 95 "lastName": "Doe", 96 "address": { 97 "city": "Philadelphia", 98 "country": "USA", 99 "lineOne": "1234 Market Street", 100 "state": "PA", 101 "zipCode": "19137", 102 "lineTwo": "Suite 110" 103 }, 104 "dateOfBirth": "1987-09-13", 105 "email": "email@example.com", 106 "externalIdentifier": "external-identifier-123", 107 "id": 456, 108 "phoneNumber": "111-222-3333", 109 "sex": "unknown" 110 }, 111 "currentStatus": "withPatient", 112 "deviceEvents": [], 113 "deviceIdentifiers": [ 114 { 115 "type": "imei", 116 "value": "354833969951611" 117 }, 118 { 119 "type": "serial", 120 "value": "A44-A0623930" 121 }, 122 { 123 "type": "macAddress", 124 "value": "f51da43314fc" 125 } 126 ], 127 "disabledReadings": false, 128 "id": 599, 129 "item": { 130 "id": 791, 131 "manufacturer": { 132 "id": 2, 133 "name": "Custom Manufacturer" 134 }, 135 "model": "iBloodPressureMonitor123", 136 "name": "Blood Pressure Monitor", 137 "sku": "0000001" 138 } 139 }, 140 "heartRate": 90, 141 "heartRateUnit": "bpm", 142 "id": 43, 143 "item": { 144 "id": 791, 145 "manufacturer": { 146 "id": 2, 147 "name": "Custom Manufacturer" 148 }, 149 "model": "iBloodPressureMonitor123", 150 "name": "Blood Pressure Monitor", 151 "sku": "0000001" 152 }, 153 "manual": false, 154 "patient": { 155 "firstName": "John", 156 "lastName": "Doe", 157 "address": { 158 "city": "Philadelphia", 159 "country": "USA", 160 "lineOne": "1234 Market Street", 161 "state": "PA", 162 "zipCode": "19137", 163 "lineTwo": "Suite 110" 164 }, 165 "dateOfBirth": "1987-09-13", 166 "email": "email@example.com", 167 "externalIdentifier": "external-identifier-123", 168 "id": 456, 169 "phoneNumber": "111-222-3333", 170 "sex": "unknown" 171 } 172 } 173 ], 174 "first": true, 175 "last": false, 176 "page": 1, 177 "size": 2, 178 "total": 4 179 }
