1+
2+ <!DOCTYPE html>
3+ < html lang ="en ">
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Precision Feedback Knowledge Base</ title >
8+ < style >
9+ body {
10+ font-family : Arial, sans-serif;
11+ margin : 20px ;
12+ }
13+ .container {
14+ max-width : 1000px ;
15+ margin : auto;
16+ display : flex;
17+ width : 100% ;
18+ }
19+ .left-column {
20+ width : 70% ;
21+ background-color : # f0f0f0 ;
22+ padding : 20px ;
23+ }
24+
25+ /* Right Column */
26+ .right-column {
27+ width : 30% ;
28+ background-color : # e9e9e9 ;
29+ padding : 20px ;
30+ box-sizing : border-box;
31+ display : flex;
32+ flex-direction : column;
33+ gap : 20px ;
34+ }
35+ h1 {
36+ color : # 333 ;
37+ }
38+ .metadata {
39+ background-color : # f9f9f9 ;
40+ padding : 15px ;
41+ border-radius : 8px ;
42+ margin-bottom : 20px ;
43+ }
44+ .metadata p {
45+ margin : 5px 0 ;
46+ }
47+ .doc-section , .test-section {
48+
49+ right : 20px ;
50+ width : 250px ;
51+ color : black;
52+ padding : 10px ;
53+ border-radius : 8px ;
54+ box-shadow : 0 4px 6px rgba (0 , 0 , 0 , 0.1 );
55+ max-width : 250px ;
56+ font-size : 16px ;
57+ }
58+ .doc-section {
59+ top : 20px ;
60+ background-color : # 97c8ed ;
61+ }
62+ .doc-section h3 {
63+ margin-top : 0 ;
64+ }
65+ .doc-section a {
66+ text-decoration : underline;
67+ }
68+ .doc-section p {
69+ margin-top : 5px ;
70+ }
71+
72+ .test-section {
73+
74+ background-color : # 96d6b7 ;
75+ }
76+ .test-section h3 {
77+ margin-top : 0 ;
78+ }
79+
80+ .test-section a {
81+ text-decoration : underline;
82+ }
83+
84+ .test-section p {
85+ margin-top : 5px ;
86+ }
87+ </ style >
88+ </ head >
89+ < body >
90+ < div class ="container ">
91+ < div class ="left-column ">
92+ < div class ="metadata " id ="metadata ">
93+ < h1 > Precision Feedback Knowledge Base</ h1 >
94+ < p > PFKB is a collection of computable biomedical knowledge for the purpose of processing clinical performance data to identify coaching and appreciation feedback messages that may represent the highest-value performance information an organization has for healthcare professionals to learn to improve and sustain their clinical performance.</ p >
95+ < p > < strong > Id:</ strong > Precision-Feedback-Knowledge-Base</ p >
96+ < p > < strong > Identifier:</ strong > ark:PrecisionFeedbackKnowledgeBase (PFKB)</ p >
97+ < p > < strong > Type:</ strong > < a href ="http://kgrid.org/koio#KnowledgeObject "> koio:KnowledgeObject</ a > </ p >
98+ < p > < strong > Version:</ strong > v1.0</ p >
99+ < p > < strong > Date:</ strong > 2024-12-14</ p >
100+
101+ < p > < strong > License:</ strong >
102+ < a href ="LICENSE.txt ">
103+ LICENSE.txt
104+ </ a > </ p >
105+
106+
107+ < p > < strong > Source:</ strong >
108+ < a href ="https://github.com/Display-Lab/knowledge-base ">
109+ https://github.com/Display-Lab/knowledge-base
110+ </ a >
111+ </ p >
112+
113+
114+ < h2 > Creator Information</ h2 >
115+ < p > < strong > Name:</ strong >
116+ DISPLAY Lab</ p >
117+ < p > < strong > Affiliation:</ strong > DISPLAY Lab, University of Michigan Medical School</ p >
118+ < p > < strong > Email:</ strong >
119+ < a href ="
mailto:[email protected] "
> 120+ 121+ </ a >
122+ </ p >
123+ < p > < strong > Website:</ strong >
124+ < a href ="https://display.lab.medicine.umich.edu/ ">
125+ https://display.lab.medicine.umich.edu/
126+ </ a >
127+ </ p >
128+
129+
130+
131+
132+
133+ < h2 > Knowledge</ h2 >
134+
135+ < p > < h3 > causal_pathways</ h3 > </ p >
136+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
137+ < p > < strong > Implemented by:</ strong >
138+ < a href ="https://github.com/Display-Lab/knowledge-base/tree/v1.4/causal_pathways ">
139+ https://github.com/Display-Lab/knowledge-base/tree/v1.4/causal_pathways
140+ </ a > (type: Dataset)
141+ </ p >
142+
143+
144+
145+ < b > Creator Information:</ b >
146+ < p > < strong > Name:</ strong >
147+ DISPLAY Lab
148+ </ p >
149+
150+
151+
152+
153+ < p > < h3 > message_templates</ h3 > </ p >
154+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
155+ < p > < strong > Implemented by:</ strong >
156+ < a href ="https://github.com/Display-Lab/knowledge-base/tree/v1.4/message_templates ">
157+ https://github.com/Display-Lab/knowledge-base/tree/v1.4/message_templates
158+ </ a > (type: Dataset)
159+ </ p >
160+
161+
162+
163+ < b > Creator Information:</ b >
164+ < p > < strong > Name:</ strong >
165+ DISPLAY Lab
166+ </ p >
167+
168+
169+
170+
171+ < p > < h3 > performance_measures</ h3 > </ p >
172+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
173+ < p > < strong > Implemented by:</ strong >
174+ < a href ="https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/performance_measures/measures.json ">
175+ https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/performance_measures/measures.json
176+ </ a > (type: DataFile)
177+ </ p >
178+
179+
180+
181+ < b > Creator Information:</ b >
182+ < p > < strong > Name:</ strong >
183+ DISPLAY Lab
184+ </ p >
185+
186+
187+
188+
189+ < p > < h3 > prioritization_algorithms</ h3 > </ p >
190+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
191+ < p > < strong > Implemented by:</ strong >
192+ < a href ="prioritization_algorithms/motivational_potential_model.csv ">
193+ prioritization_algorithms/motivational_potential_model.csv
194+ </ a > (type: DataFile)
195+ </ p >
196+
197+
198+
199+ < b > Creator Information:</ b >
200+ < p > < strong > Name:</ strong >
201+ DISPLAY Lab
202+ </ p >
203+
204+
205+
206+
207+ < p > < h3 > comparators</ h3 > </ p >
208+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
209+ < p > < strong > Implemented by:</ strong >
210+ < a href ="https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/comparators.json ">
211+ https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/comparators.json
212+ </ a > (type: DataFile)
213+ </ p >
214+
215+
216+
217+ < b > Creator Information:</ b >
218+ < p > < strong > Name:</ strong >
219+ DISPLAY Lab
220+ </ p >
221+
222+
223+
224+
225+ < p > < h3 > preferences</ h3 > </ p >
226+ < p > < strong > Type:</ strong > koio:Knowledge</ p >
227+ < p > < strong > Implemented by:</ strong >
228+ < a href ="preferences.json ">
229+ preferences.json
230+ </ a > (type: DataFile)
231+ </ p >
232+
233+
234+
235+ < b > Creator Information:</ b >
236+ < p > < strong > Name:</ strong >
237+ DISPLAY Lab
238+ </ p >
239+
240+
241+
242+
243+
244+ </ div >
245+ </ div >
246+ < div class ="right-column ">
247+ < div class ="doc-section " id ="doc-section ">
248+
249+ < h2 > Documentation</ h2 >
250+
251+ < h3 > < a href ="https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/prioritization_algorithms/readme.md "> prioritization algorithms</ a > </ h3 >
252+ < p > prioritization algorithms documentation.</ p >
253+
254+ < h3 > < a href ="https://github.com/Display-Lab/knowledge-base/tree/v1.4/vignettes "> Vignettes for the Precision Feedback Knowledge Base</ a > </ h3 >
255+ < p > The Precision Feedback Knowledge Base has a collection of vignettes that illustrate how the knowledge base can be used by a precision feedback system to prioritize motivating performance information and tailor feedback messages. Each vignette uses a fictional context and providers, called personas, who are representative of some population of providers. The vignette includes narrative description of the function of a precision feedback system, as well as computer-interpretable code and files that can be used to test out the function of the precision feedback system. The narrative part of each vignette is written for clinical feedback system stakeholders, focusing primarily on a researchers and feedback system developers for feedback systems in health care organizations. The purpose of the vignettes is also to increase the findability and transparency of the precision feedback system software to all stakeholders, including healthcare professionals, patients, and communities.</ p >
256+
257+ < h3 > < a href ="https://raw.githubusercontent.com/Display-Lab/knowledge-base/v1.4/readme.md "> readme.md</ a > </ h3 >
258+ < p > Knowledge base read me file.</ p >
259+
260+ < h3 > < a href ="index.html "> Knowledge Object Information Page.</ a > </ h3 >
261+ < p > Knowledge Object Information Page.</ p >
262+
263+ < h3 > < a href ="manifest.yaml "> manifest</ a > </ h3 >
264+ < p > Knowledge base manifest.</ p >
265+
266+
267+ </ div >
268+
269+ < div class ="test-section " id ="test-section ">
270+
271+ < p > No tests available</ p >
272+
273+ </ div >
274+ </ div >
275+ </ div >
276+ </ body >
277+ </ html >
278+
0 commit comments