1curl https://app.impiloplatform.com/api/v3/blood-pressure-reading/42 \2 -H "Impilo-API-Key: <Impilo-API-Key>"
1{2 "readingTimestamp": "2024-07-04T00:00:00Z",3 "device": {4 "currentPatient": {5 "firstName": "John",6 "lastName": "Doe",7 "address": {8 "city": "Philadelphia",9 "country": "USA",10 "lineOne": "1234 Market Street",11 "state": "PA",12 "zipCode": "19137",13 "lineTwo": "Suite 110"14 },15 "dateOfBirth": "1987-09-13",16 "email": "email@example.com",17 "externalIdentifier": "external-identifier-123",18 "id": 456,19 "phoneNumber": "111-222-3333",20 "sex": "unknown"21 },22 "currentStatus": "withPatient",23 "deviceEvents": [],24 "deviceIdentifiers": [25 {26 "type": "imei",27 "value": "354833969951611"28 },29 {30 "type": "serial",31 "value": "A44-A0623930"32 },33 {34 "type": "macAddress",35 "value": "f51da43314fc"36 }37 ],38 "disabledReadings": false,39 "id": 599,40 "item": {41 "id": 791,42 "manufacturer": {43 "id": 2,44 "name": "Custom Manufacturer"45 },46 "model": "iBloodPressureMonitor123",47 "name": "Blood Pressure Monitor",48 "sku": "0000001"49 }50 },51 "diastolic": 80,52 "diastolicUnit": "mmHg",53 "heartRate": 70,54 "heartRateUnit": "bpm",55 "id": 42,56 "item": {57 "id": 791,58 "manufacturer": {59 "id": 2,60 "name": "Custom Manufacturer"61 },62 "model": "iBloodPressureMonitor123",63 "name": "Blood Pressure Monitor",64 "sku": "0000001"65 },66 "manual": false,67 "patient": {68 "firstName": "John",69 "lastName": "Doe",70 "address": {71 "city": "Philadelphia",72 "country": "USA",73 "lineOne": "1234 Market Street",74 "state": "PA",75 "zipCode": "19137",76 "lineTwo": "Suite 110"77 },78 "dateOfBirth": "1987-09-13",79 "email": "email@example.com",80 "externalIdentifier": "external-identifier-123",81 "id": 456,82 "phoneNumber": "111-222-3333",83 "sex": "unknown"84 },85 "systolic": 120,86 "systolicUnit": "mmHg"87}
format: "date-time"