-
Notifications
You must be signed in to change notification settings - Fork 0
/
CIRG-PC-PTSD-5.json
184 lines (184 loc) · 5.09 KB
/
CIRG-PC-PTSD-5.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"resourceType": "Questionnaire",
"id": "CIRG-PC-PTSD-5",
"title": "The Primary Care PTSD Screen for DSM-5 [PC-PTSD-5]",
"name": "The Primary Care PTSD Screen for DSM-5 [PC-PTSD-5]",
"description": "The Primary Care PTSD Screen for DSM-5 (PC-PTSD-5). Reference: [https://www.ptsd.va.gov/professional/assessment/screens/pc-ptsd.asp ](https://www.ptsd.va.gov/professional/assessment/screens/pc-ptsd.asp)",
"status": "active",
"code": [
{
"system": "http://loinc.org",
"code": "102010-6",
"display": "The Primary Care PTSD Screen for DSM-5 [PC-PTSD-5]"
}
],
"item": [
{
"linkId": "introduction",
"type": "display",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div>Sometimes things happen to people that are unusually or especially frightening, horrible, or traumatic. For example:<ul><li>a serious accident or fire</li><li>a physical or sexual assault or abuse</li><li>an earthquake or flood</li><li>a war</li><li>seeing someone be killed or seriously injured</li><li>having a loved one die through homicide or suicide</li></ul></div>"
}
]
}
},
{
"type": "choice",
"required": false,
"linkId": "/102011-4",
"text": "Have you ever experienced this kind of event?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "choice",
"required": false,
"linkId": "/102012-2",
"text": "In the past month, have you had nightmares about the event(s) or thought about the event(s) when you did not want to?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "choice",
"required": false,
"linkId": "/102013-0",
"text": "In the past month, have you tried hard not to think about the event(s) or went out of your way to avoid situations that reminded you of the event(s)?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "choice",
"required": false,
"linkId": "/102014-8",
"text": "In the past month, have you been constantly on guard, watchful, or easily startled?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "choice",
"required": false,
"linkId": "/102015-5",
"text": "In the past month have you felt numb or detached from people, activities, or your surroundings?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "choice",
"required": false,
"linkId": "/102016-3",
"text": "In the past month have you felt guilty or unable to stop blaming yourself or others for the event(s) or any problems the event(s) may have caused?",
"answerOption": [
{
"valueCoding": {
"code": "LA33-6",
"display": "Yes",
"system": "http://loinc.org"
}
},
{
"valueCoding": {
"code": "LA32-8",
"display": "No",
"system": "http://loinc.org"
}
}
]
},
{
"type": "decimal",
"code": [
{
"code": "102017-1",
"display": "PC-PTSD-5 score",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"code": "{score}",
"display": "{score}",
"system": "http://unitsofmeasure.org"
}
}
],
"required": false,
"linkId": "/102017-1",
"text": "PC-PTSD-5 score"
}
]
}