-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel.json
More file actions
167 lines (167 loc) · 3.09 KB
/
label.json
File metadata and controls
167 lines (167 loc) · 3.09 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"$schema": "../schema/product.json",
"name": "School Immunization Dashboard Server",
"blurb": "An immunization gap identification, remediation, and reporting tool supporting national guidelines for pediatric immunization schedules.",
"vendor": "Example Agency",
"updated_at": "2025-07-31T23:12:05Z",
"id": "5f031881-c6e0-4fd5-a68a-662fc2d625b9",
"curators": [
{
"name": "John Curator, MD, FACME"
},
{
"name": "Jane Curator, PhD, FAMIA"
}
],
"endorsements": [
{
"name": "American Example College",
"compensation": "no"
}
],
"technology": {
"profile": "integrated-solution"
},
"satisfaction": {
"function": {
"level": "high",
"percentage": 95
},
"roi": {
"level": "",
"percentage": 90
},
"user": {
"level": "medium",
"percentage": 81
}
},
"domains": [
"public health",
"immunization",
"prevention"
],
"licensing": {
"trial": {
"available": "yes",
"costs": [
{
"meter_unit": "launch",
"unit_price": 0
},
{
"meter_unit": "day",
"unit_price": 0
}
]
},
"upfront": {
"cost": 0
},
"maintenance": {
"cost": 0
},
"usage": {
"comment": "Usage charges based on launch and FHIR API calls.",
"costs": [
{
"meter_unit": "launch",
"unit_price": 0
},
{
"meter_unit": "transaction",
"unit_price": 0
}
]
}
},
"cybersecurity": [
{
"uri": "https://controls.example.com/controls/CYBER-1",
"label": "Foundry Policy Assessment",
"compliance": "satisfied"
},
{
"uri": "https://controls.example.com/controls/CYBER-2",
"label": "Software Bill of Materials (SBOM)",
"compliance": "satisfied"
},
{
"uri": "https://controls.example.com/controls/CYBER-3",
"label": "Media Files on CDN",
"compliance": "variance",
"remark": "permitted by curator"
},
{
"uri": "https://controls.example.com/controls/CYBER-4",
"label": "Vendor Direct Links",
"compliance": "partial",
"remark": "may be disabled by customer"
}
],
"support": [
{
"label": "Phone (US)",
"detail": "1 (800) 555-ACME"
},
{
"label": "Email",
"detail": "support@example.com"
}
],
"compatibility": [
{
"heading": "Data Access",
"items": [
{
"label": "FHIR US Core Profiles 6.0.0 : Read-Only",
"value": "Yes"
},
{
"label": "FHIR Bulk Data Access IG 2.0.0 : Read/Write",
"value": "Yes"
}
]
},
{
"heading": "Identity & Access Management",
"items": [
{
"label": "SMART v1 Standalone : FHIR Read/Write",
"value": "Yes"
}
]
},
{
"heading": "Runtime Dependencies",
"items": [
{
"label": "Task Scheduling : Daily",
"value": "Yes"
},
{
"label": "Persistent Disk Storage : Yes",
"value": "No"
},
{
"label": "Memory : 16GB",
"value": "Yes"
}
]
},
{
"heading": "Networking & Internet",
"items": [
{
"label": "Outbound whitelist: hl7.org",
"value": "please verify"
},
{
"category": "Neworking & Internet",
"label": "URL Assignment - Automated",
"value": "please verify"
}
]
}
]
}