This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Apple_HealthKit.json
83 lines (83 loc) · 2.13 KB
/
Apple_HealthKit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"@id": "urn:cpm:AppleHealthKit_5rt:1",
"@type": "CapabilityModel",
"implements": [
{
"@id": "urn:cpm:AppleHealthKit_5rt:480u2qoun:1",
"@type": "InterfaceInstance",
"displayName": {
"en": "Interface"
},
"name": "health_telemetry",
"schema": {
"@id": "urn:cpm:HealthData:1",
"@type": "Interface",
"displayName": {
"en": "Interface"
},
"contents": [
{
"@id": "urn:cpm:HealthData:BodyTemperature:1",
"@type": [
"Telemetry",
"SemanticType/Temperature"
],
"displayName": {
"en": "Body Temperature"
},
"name": "BodyTemperature",
"schema": "double"
},
{
"@id": "urn:cpm:HealthData:HeartRate:1",
"@type": "Telemetry",
"displayName": {
"en": "Heart Rate"
},
"name": "HeartRate",
"schema": "integer"
},
{
"@id": "urn:cpm:HealthData:BloodPressureDiastolic:1",
"@type": [
"Telemetry",
"SemanticType/Pressure"
],
"displayName": {
"en": "Blood Pressure Diastolic"
},
"name": "BloodPressureDiastolic",
"schema": "double"
},
{
"@id": "urn:cpm:HealthData:BloodPressureSystolic:1",
"@type": [
"Telemetry",
"SemanticType/Pressure"
],
"displayName": {
"en": "Blood Pressure Systolic"
},
"name": "BloodPressureSystolic",
"schema": "double"
},
{
"@id": "urn:cpm:HealthData:StepCount:1",
"@type": "Telemetry",
"displayName": {
"en": "StepCount"
},
"name": "StepCount",
"schema": "integer"
}
]
}
}
],
"displayName": {
"en": "Apple HealthKit"
},
"@context": [
"http://azureiot.com/v1/contexts/IoTModel.json"
]
}