forked from MccCareplan/patientsmartapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vital-mappings.json
46 lines (46 loc) · 1.04 KB
/
vital-mappings.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
{
"general": [
{
"name": "Blood Pressure",
"value": "85354-9",
"type": "panel"
},
{
"name": "Weight",
"value": "29463-7",
"type": "panel"
}
],
"ckd": [
{
"name": "Cognitive Status (MoCA)",
"value": "72172-0",
"type": "question"
},
{
"name": "Fatigue (PROMIS T-score)",
"value": "77864-7",
"type": "question"
},
{
"name": "Functional Status (PROMIS raw score)",
"value": "77827-4",
"type": "question"
},
{
"name": "Pain Interference (PROMIS T-score)",
"value": "77865-4",
"type": "question"
},
{
"name": "Pain Severity (Wong-Baker)",
"value": "38221-8",
"type": "question"
},
{
"name": "PHQ9",
"value": "44261-6",
"type": "question"
}
]
}