sdc-qrf 0.1.3 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components.d.ts +3 -3
- package/lib/components.js +12 -12
- package/lib/components.js.map +1 -1
- package/lib/context.d.ts +0 -1
- package/lib/converter/extensions.d.ts +35 -0
- package/lib/converter/extensions.js +128 -0
- package/lib/converter/extensions.js.map +1 -0
- package/lib/converter/fceToFhir/index.d.ts +4 -0
- package/lib/converter/fceToFhir/index.js +15 -0
- package/lib/converter/fceToFhir/index.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaire/index.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaire/index.js +17 -0
- package/lib/converter/fceToFhir/questionnaire/index.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaire/processExtensions.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaire/processExtensions.js +61 -0
- package/lib/converter/fceToFhir/questionnaire/processExtensions.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaire/processItems.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaire/processItems.js +144 -0
- package/lib/converter/fceToFhir/questionnaire/processItems.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaire/processMeta.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaire/processMeta.js +20 -0
- package/lib/converter/fceToFhir/questionnaire/processMeta.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaireResponse/index.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaireResponse/index.js +20 -0
- package/lib/converter/fceToFhir/questionnaireResponse/index.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processAnswers.d.ts +2 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processAnswers.js +48 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processAnswers.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processMeta.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processMeta.js +18 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processMeta.js.map +1 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processReference.d.ts +3 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processReference.js +19 -0
- package/lib/converter/fceToFhir/questionnaireResponse/processReference.js.map +1 -0
- package/lib/converter/fhirToFce/index.d.ts +4 -0
- package/lib/converter/fhirToFce/index.js +15 -0
- package/lib/converter/fhirToFce/index.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaire/index.d.ts +3 -0
- package/lib/converter/fhirToFce/questionnaire/index.js +21 -0
- package/lib/converter/fhirToFce/questionnaire/index.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaire/processExtensions.d.ts +8 -0
- package/lib/converter/fhirToFce/questionnaire/processExtensions.js +89 -0
- package/lib/converter/fhirToFce/questionnaire/processExtensions.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaire/processItems.d.ts +3 -0
- package/lib/converter/fhirToFce/questionnaire/processItems.js +131 -0
- package/lib/converter/fhirToFce/questionnaire/processItems.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaire/processMeta.d.ts +32 -0
- package/lib/converter/fhirToFce/questionnaire/processMeta.js +14 -0
- package/lib/converter/fhirToFce/questionnaire/processMeta.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaireResponse/index.d.ts +3 -0
- package/lib/converter/fhirToFce/questionnaireResponse/index.js +20 -0
- package/lib/converter/fhirToFce/questionnaireResponse/index.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processAnswers.d.ts +2 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processAnswers.js +46 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processAnswers.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processMeta.d.ts +3 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processMeta.js +15 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processMeta.js.map +1 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processReference.d.ts +3 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processReference.js +18 -0
- package/lib/converter/fhirToFce/questionnaireResponse/processReference.js.map +1 -0
- package/lib/converter/fhirToFce/utils.d.ts +3 -0
- package/lib/converter/fhirToFce/utils.js +37 -0
- package/lib/converter/fhirToFce/utils.js.map +1 -0
- package/lib/converter/index.d.ts +12 -0
- package/lib/converter/index.js +84 -0
- package/lib/converter/index.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/setupTests.d.ts +1 -0
- package/lib/setupTests.js +4 -0
- package/lib/setupTests.js.map +1 -0
- package/lib/types.d.ts +10 -10
- package/lib/utils.d.ts +4 -1
- package/lib/utils.js +9 -2
- package/lib/utils.js.map +1 -1
- package/package.json +4 -5
- package/src/components.tsx +12 -12
- package/src/converter/__tests__/fce.test.ts +224 -0
- package/src/converter/__tests__/resources/questionnaire_fce/allergies.json +405 -0
- package/src/converter/__tests__/resources/questionnaire_fce/beverages.json +72 -0
- package/src/converter/__tests__/resources/questionnaire_fce/choice_answer_option.json +53 -0
- package/src/converter/__tests__/resources/questionnaire_fce/consent.json +86 -0
- package/src/converter/__tests__/resources/questionnaire_fce/enable_when.json +103 -0
- package/src/converter/__tests__/resources/questionnaire_fce/encounter_create.json +126 -0
- package/src/converter/__tests__/resources/questionnaire_fce/gad_7.json +459 -0
- package/src/converter/__tests__/resources/questionnaire_fce/immunization.json +182 -0
- package/src/converter/__tests__/resources/questionnaire_fce/medication.json +189 -0
- package/src/converter/__tests__/resources/questionnaire_fce/multiple_type_launch_context.json +406 -0
- package/src/converter/__tests__/resources/questionnaire_fce/patient_create.json +84 -0
- package/src/converter/__tests__/resources/questionnaire_fce/patient_edit.json +125 -0
- package/src/converter/__tests__/resources/questionnaire_fce/phq_2_phq_9.json +552 -0
- package/src/converter/__tests__/resources/questionnaire_fce/physicalexam.json +385 -0
- package/src/converter/__tests__/resources/questionnaire_fce/practitioner_create.json +90 -0
- package/src/converter/__tests__/resources/questionnaire_fce/practitioner_create_structure_map.json +91 -0
- package/src/converter/__tests__/resources/questionnaire_fce/practitioner_edit.json +144 -0
- package/src/converter/__tests__/resources/questionnaire_fce/practitioner_role_create.json +37 -0
- package/src/converter/__tests__/resources/questionnaire_fce/public_appointment.json +91 -0
- package/src/converter/__tests__/resources/questionnaire_fce/review_of_systems.json +389 -0
- package/src/converter/__tests__/resources/questionnaire_fce/source_queries.json +34 -0
- package/src/converter/__tests__/resources/questionnaire_fce/vitals.json +234 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/allergies.json +433 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/beverages.json +99 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/choice_answer_option.json +49 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/consent.json +119 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/enable_when.json +87 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/encounter_create.json +171 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/gad_7.json +489 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/immunization.json +215 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/medication.json +226 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/multiple_type_launch_context.json +416 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/patient_create.json +97 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/patient_edit.json +183 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/phq_2_phq_9.json +580 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/physicalexam.json +544 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_create.json +87 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_create_structure_map.json +91 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_edit.json +193 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_role_create.json +44 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/public_appointment.json +116 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/review_of_systems.json +368 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/source_queries.json +37 -0
- package/src/converter/__tests__/resources/questionnaire_fhir/vitals.json +317 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/allergies_inprogress.json +78 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/cardiology.json +96 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/few_answers.json +48 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/gad_7.json +165 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/immunization.json +86 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/medication.json +116 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/new_appointment.json +96 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/patient.json +87 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/phq_2_phq_9.json +193 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/physicalexam.json +187 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/practitioner.json +57 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/reference_answer_with_assoc.json +147 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/review_of_systems.json +129 -0
- package/src/converter/__tests__/resources/questionnaire_response_fce/vitals.json +168 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/allergies_inprogress.json +73 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/cardiology.json +87 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/few_answers.json +46 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/gad_7.json +146 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/immunization.json +77 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/medication.json +101 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/new_appointment.json +86 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/patient.json +78 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/phq_2_phq_9.json +170 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/physicalexam.json +158 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/practitioner.json +54 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/reference_answer_with_assoc.json +86 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/review_of_systems.json +118 -0
- package/src/converter/__tests__/resources/questionnaire_response_fhir/vitals.json +145 -0
- package/src/converter/extensions.ts +149 -0
- package/src/converter/fceToFhir/index.ts +27 -0
- package/src/converter/fceToFhir/questionnaire/index.ts +15 -0
- package/src/converter/fceToFhir/questionnaire/processExtensions.ts +75 -0
- package/src/converter/fceToFhir/questionnaire/processItems.ts +194 -0
- package/src/converter/fceToFhir/questionnaire/processMeta.ts +19 -0
- package/src/converter/fceToFhir/questionnaireResponse/index.ts +21 -0
- package/src/converter/fceToFhir/questionnaireResponse/processAnswers.ts +53 -0
- package/src/converter/fceToFhir/questionnaireResponse/processMeta.ts +16 -0
- package/src/converter/fceToFhir/questionnaireResponse/processReference.ts +24 -0
- package/src/converter/fhirToFce/index.ts +27 -0
- package/src/converter/fhirToFce/questionnaire/index.ts +25 -0
- package/src/converter/fhirToFce/questionnaire/processExtensions.ts +113 -0
- package/src/converter/fhirToFce/questionnaire/processItems.ts +159 -0
- package/src/converter/fhirToFce/questionnaire/processMeta.ts +17 -0
- package/src/converter/fhirToFce/questionnaireResponse/index.ts +21 -0
- package/src/converter/fhirToFce/questionnaireResponse/processAnswers.ts +53 -0
- package/src/converter/fhirToFce/questionnaireResponse/processMeta.ts +14 -0
- package/src/converter/fhirToFce/questionnaireResponse/processReference.ts +20 -0
- package/src/converter/fhirToFce/utils.ts +36 -0
- package/src/converter/index.ts +106 -0
- package/src/index.ts +1 -0
- package/src/setupTests.ts +1 -0
- package/src/utils.ts +13 -2
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
{
|
|
2
|
+
"authored": "2023-04-06T02:33:05Z",
|
|
3
|
+
"encounter": {
|
|
4
|
+
"id": "e133b999-9e91-4ebd-967e-450bad770682",
|
|
5
|
+
"resourceType": "Encounter"
|
|
6
|
+
},
|
|
7
|
+
"id": "846558b9-4c03-4af6-a258-62b0390633e2",
|
|
8
|
+
"item": [
|
|
9
|
+
{
|
|
10
|
+
"answer": [
|
|
11
|
+
{
|
|
12
|
+
"value": {
|
|
13
|
+
"dateTime": "2023-04-06T02:32:40+00:00"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"linkId": "dateTime"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"answer": [
|
|
21
|
+
{
|
|
22
|
+
"value": {
|
|
23
|
+
"string": "683e382b-fed4-433e-9b6d-a847a7953bc0"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"linkId": "patientId"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"answer": [
|
|
31
|
+
{
|
|
32
|
+
"value": {
|
|
33
|
+
"string": "Emily Nguyen"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"linkId": "patientName"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"item": [
|
|
41
|
+
{
|
|
42
|
+
"answer": [
|
|
43
|
+
{
|
|
44
|
+
"value": {
|
|
45
|
+
"Coding": {
|
|
46
|
+
"code": "LA6568-5",
|
|
47
|
+
"display": "Not at all",
|
|
48
|
+
"system": "http://loinc.org"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"linkId": "44250-9"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"answer": [
|
|
57
|
+
{
|
|
58
|
+
"value": {
|
|
59
|
+
"Coding": {
|
|
60
|
+
"code": "LA6569-3",
|
|
61
|
+
"display": "Several days",
|
|
62
|
+
"system": "http://loinc.org"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"linkId": "44255-8"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"answer": [
|
|
71
|
+
{
|
|
72
|
+
"value": {
|
|
73
|
+
"Coding": {
|
|
74
|
+
"code": "LA6570-1",
|
|
75
|
+
"display": "More than half the days",
|
|
76
|
+
"system": "http://loinc.org"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"linkId": "44259-0"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"answer": [
|
|
85
|
+
{
|
|
86
|
+
"value": {
|
|
87
|
+
"Coding": {
|
|
88
|
+
"code": "LA6571-9",
|
|
89
|
+
"display": "Nearly every day",
|
|
90
|
+
"system": "http://loinc.org"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"linkId": "44254-1"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"answer": [
|
|
99
|
+
{
|
|
100
|
+
"value": {
|
|
101
|
+
"Coding": {
|
|
102
|
+
"code": "LA6570-1",
|
|
103
|
+
"display": "More than half the days",
|
|
104
|
+
"system": "http://loinc.org"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"linkId": "44251-7"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"answer": [
|
|
113
|
+
{
|
|
114
|
+
"value": {
|
|
115
|
+
"Coding": {
|
|
116
|
+
"code": "LA6569-3",
|
|
117
|
+
"display": "Several days",
|
|
118
|
+
"system": "http://loinc.org"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"linkId": "44258-2"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"answer": [
|
|
127
|
+
{
|
|
128
|
+
"value": {
|
|
129
|
+
"Coding": {
|
|
130
|
+
"code": "LA6568-5",
|
|
131
|
+
"display": "Not at all",
|
|
132
|
+
"system": "http://loinc.org"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"linkId": "44252-5"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"answer": [
|
|
141
|
+
{
|
|
142
|
+
"value": {
|
|
143
|
+
"Coding": {
|
|
144
|
+
"code": "LA6569-3",
|
|
145
|
+
"display": "Several days",
|
|
146
|
+
"system": "http://loinc.org"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"linkId": "44253-3"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"answer": [
|
|
155
|
+
{
|
|
156
|
+
"value": {
|
|
157
|
+
"Coding": {
|
|
158
|
+
"code": "LA6570-1",
|
|
159
|
+
"display": "More than half the days",
|
|
160
|
+
"system": "http://loinc.org"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"linkId": "44260-8"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"answer": [
|
|
169
|
+
{
|
|
170
|
+
"value": {
|
|
171
|
+
"integer": 12
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"linkId": "phq9-total-score"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"linkId": "phq2phq9"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"meta": {
|
|
182
|
+
"createdAt": "2023-04-06T02:32:41.569773Z",
|
|
183
|
+
"lastUpdated": "2023-04-06T02:33:06.758734Z",
|
|
184
|
+
"versionId": "20508"
|
|
185
|
+
},
|
|
186
|
+
"questionnaire": "phq2phq9",
|
|
187
|
+
"resourceType": "QuestionnaireResponse",
|
|
188
|
+
"source": {
|
|
189
|
+
"id": "683e382b-fed4-433e-9b6d-a847a7953bc0",
|
|
190
|
+
"resourceType": "Patient"
|
|
191
|
+
},
|
|
192
|
+
"status": "completed"
|
|
193
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
{
|
|
2
|
+
"questionnaire": "physical-exam",
|
|
3
|
+
"meta": {
|
|
4
|
+
"lastUpdated": "2023-04-06T02:05:52.434771Z",
|
|
5
|
+
"createdAt": "2023-04-06T02:05:32.668369Z",
|
|
6
|
+
"versionId": "20470"
|
|
7
|
+
},
|
|
8
|
+
"encounter": {
|
|
9
|
+
"id": "e133b999-9e91-4ebd-967e-450bad770682",
|
|
10
|
+
"resourceType": "Encounter"
|
|
11
|
+
},
|
|
12
|
+
"item": [
|
|
13
|
+
{
|
|
14
|
+
"item": [
|
|
15
|
+
{
|
|
16
|
+
"answer": [
|
|
17
|
+
{
|
|
18
|
+
"value": {
|
|
19
|
+
"string": "Well nourished, well developed, awake and alert, resting comfortably in no acute distress, cooperative on exam"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"linkId": "general"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"answer": [
|
|
27
|
+
{
|
|
28
|
+
"value": {
|
|
29
|
+
"string": "NCAT, PERRL, normal conjunctivae, nonicteric sclerae, bilateral EAC/TM clear, no nasal discharge, OP clear, moist mucous membranes"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"linkId": "heent"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"answer": [
|
|
37
|
+
{
|
|
38
|
+
"value": {
|
|
39
|
+
"string": "Supple, normal ROM, no lymphadenopathy/masses, nontender"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"linkId": "neck"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"answer": [
|
|
47
|
+
{
|
|
48
|
+
"value": {
|
|
49
|
+
"string": "RRR, normal S1/S2, no murmurs/gallops/rub"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"linkId": "cardiovascular"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"answer": [
|
|
57
|
+
{
|
|
58
|
+
"value": {
|
|
59
|
+
"string": "No respiratory distress, lungs CTAB: no rales, rhonchi, or wheeze"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"linkId": "pulmonary"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"answer": [
|
|
67
|
+
{
|
|
68
|
+
"value": {
|
|
69
|
+
"string": "Soft and non-tender with no guarding or rebound; +BS normoactive, no tympany on auscultation"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"linkId": "abdominal"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"answer": [
|
|
77
|
+
{
|
|
78
|
+
"value": {
|
|
79
|
+
"string": "Normal ROM of UE and LE, normal bulk and tone,"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"linkId": "musculoskeletal"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"answer": [
|
|
87
|
+
{
|
|
88
|
+
"value": {
|
|
89
|
+
"string": "Pulses intact with normal cap refill, no LE pitting edema or calf tenderness"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"linkId": "extremities"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"answer": [
|
|
97
|
+
{
|
|
98
|
+
"value": {
|
|
99
|
+
"string": "AAOx3, converses normally. CN II - XII grossly intact. Gait and coordination intact. 5+ BL UE/LE strength, no gross motor or sensory defects"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"linkId": "neurologic"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"answer": [
|
|
107
|
+
{
|
|
108
|
+
"value": {
|
|
109
|
+
"string": "Normal mood and affect. Judgement/competence is appropriate"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"linkId": "psychiatric"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"answer": [
|
|
117
|
+
{
|
|
118
|
+
"value": {
|
|
119
|
+
"string": "Warm, dry, and intact. No rashes, dermatoses, petechiae, or lesions"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"linkId": "skin"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"answer": [
|
|
127
|
+
{
|
|
128
|
+
"value": {
|
|
129
|
+
"string": "Normal sensation bilaterally on soles of feet with 10g monofilament"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"linkId": "monofilament"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"answer": [
|
|
137
|
+
{
|
|
138
|
+
"value": {
|
|
139
|
+
"string": "The chest wall is symmetric, without deformity, and is atraumatic in appearance"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"linkId": "chest"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"answer": [
|
|
147
|
+
{
|
|
148
|
+
"value": {
|
|
149
|
+
"string": "External genitalia without erythema, exudate or discharge"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"linkId": "genitourinary-female"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"answer": [
|
|
157
|
+
{
|
|
158
|
+
"value": {
|
|
159
|
+
"string": "Normal external anus and normal tone. No palpable masses, normal mucosa, brown stool. Hemoccult negative"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"linkId": "rectal"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"answer": [
|
|
167
|
+
{
|
|
168
|
+
"value": {
|
|
169
|
+
"string": "No enlarged lymph nodes of occipital, pre- and postauricular, submandibular, anterior or posterior cervical, or supraclavicular identified"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"linkId": "lymphatic"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"linkId": "physical-exam-group"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"resourceType": "QuestionnaireResponse",
|
|
180
|
+
"source": {
|
|
181
|
+
"id": "683e382b-fed4-433e-9b6d-a847a7953bc0",
|
|
182
|
+
"resourceType": "Patient"
|
|
183
|
+
},
|
|
184
|
+
"status": "completed",
|
|
185
|
+
"id": "288fd914-b836-47dd-863a-e7d86a923f28",
|
|
186
|
+
"authored": "2023-04-06T02:05:51Z"
|
|
187
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"authored": "2023-04-05T06:09:09Z",
|
|
3
|
+
"id": "cedd0c3e-be1a-4c1b-92af-351ed76fe41e",
|
|
4
|
+
"item": [
|
|
5
|
+
{
|
|
6
|
+
"answer": [
|
|
7
|
+
{
|
|
8
|
+
"value": {
|
|
9
|
+
"string": "Patel"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"linkId": "last-name"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"answer": [
|
|
17
|
+
{
|
|
18
|
+
"value": {
|
|
19
|
+
"string": "Sanjay"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"linkId": "first-name"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"answer": [
|
|
27
|
+
{
|
|
28
|
+
"value": {
|
|
29
|
+
"string": "Kumar"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"linkId": "middle-name"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"answer": [
|
|
37
|
+
{
|
|
38
|
+
"value": {
|
|
39
|
+
"Coding": {
|
|
40
|
+
"code": "394579002",
|
|
41
|
+
"display": "Cardiology",
|
|
42
|
+
"system": "http://snomed.info/sct"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"linkId": "specialty"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"meta": {
|
|
51
|
+
"createdAt": "2023-04-05T06:09:10.640955Z",
|
|
52
|
+
"lastUpdated": "2023-04-05T06:09:10.640955Z",
|
|
53
|
+
"versionId": "20415"
|
|
54
|
+
},
|
|
55
|
+
"resourceType": "QuestionnaireResponse",
|
|
56
|
+
"status": "completed"
|
|
57
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"authored": "2023-04-05T06:27:57Z",
|
|
3
|
+
"id": "cf6d9d4b-bfcd-463f-9d26-b6769c2a3fc3",
|
|
4
|
+
"item": [
|
|
5
|
+
{
|
|
6
|
+
"answer": [
|
|
7
|
+
{
|
|
8
|
+
"value": {
|
|
9
|
+
"string": "683e382b-fed4-433e-9b6d-a847a7953bc0"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"linkId": "patientId"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"answer": [
|
|
17
|
+
{
|
|
18
|
+
"value": {
|
|
19
|
+
"string": "Emily Nguyen"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"linkId": "patientName"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"answer": [
|
|
27
|
+
{
|
|
28
|
+
"value": {
|
|
29
|
+
"Reference": {
|
|
30
|
+
"display": "Sanjay Patel - Cardiology",
|
|
31
|
+
"id": "429e6a55-8a64-4ede-ad12-1206522253eb",
|
|
32
|
+
"resource": {
|
|
33
|
+
"healthcareService": [
|
|
34
|
+
{
|
|
35
|
+
"display": "The first appointment",
|
|
36
|
+
"id": "consultation",
|
|
37
|
+
"resourceType": "HealthcareService"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"display": "A follow up visit",
|
|
41
|
+
"id": "follow-up",
|
|
42
|
+
"resourceType": "HealthcareService"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"id": "429e6a55-8a64-4ede-ad12-1206522253eb",
|
|
46
|
+
"meta": {
|
|
47
|
+
"createdAt": "2023-04-05T06:09:11.092359Z",
|
|
48
|
+
"lastUpdated": "2023-04-05T06:09:11.092359Z",
|
|
49
|
+
"versionId": "20418"
|
|
50
|
+
},
|
|
51
|
+
"practitioner": {
|
|
52
|
+
"id": "42e9bdc0-4fe6-4b8d-a6a5-fcb68f1fe836",
|
|
53
|
+
"resource": {
|
|
54
|
+
"id": "42e9bdc0-4fe6-4b8d-a6a5-fcb68f1fe836",
|
|
55
|
+
"meta": {
|
|
56
|
+
"createdAt": "2023-04-05T06:09:11.092359Z",
|
|
57
|
+
"lastUpdated": "2023-04-05T06:09:11.092359Z",
|
|
58
|
+
"versionId": "20416"
|
|
59
|
+
},
|
|
60
|
+
"name": [
|
|
61
|
+
{
|
|
62
|
+
"family": "Patel",
|
|
63
|
+
"given": ["Sanjay", "Kumar"]
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"resourceType": "Practitioner"
|
|
67
|
+
},
|
|
68
|
+
"resourceType": "Practitioner"
|
|
69
|
+
},
|
|
70
|
+
"resourceType": "PractitionerRole",
|
|
71
|
+
"specialty": [
|
|
72
|
+
{
|
|
73
|
+
"coding": [
|
|
74
|
+
{
|
|
75
|
+
"code": "394579002",
|
|
76
|
+
"display": "Cardiology",
|
|
77
|
+
"system": "http://snomed.info/sct"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"resourceType": "PractitionerRole"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"linkId": "practitioner-role"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"answer": [
|
|
92
|
+
{
|
|
93
|
+
"value": {
|
|
94
|
+
"Coding": {
|
|
95
|
+
"code": "consultation",
|
|
96
|
+
"display": "The first appointment",
|
|
97
|
+
"system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"linkId": "service"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"answer": [
|
|
106
|
+
{
|
|
107
|
+
"value": {
|
|
108
|
+
"date": "2023-04-26"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"linkId": "date"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"item": [
|
|
116
|
+
{
|
|
117
|
+
"answer": [
|
|
118
|
+
{
|
|
119
|
+
"value": {
|
|
120
|
+
"time": "15:00:00"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"linkId": "start-time"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"answer": [
|
|
128
|
+
{
|
|
129
|
+
"value": {
|
|
130
|
+
"time": "16:00:00"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"linkId": "end-time"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"linkId": "Time period"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"meta": {
|
|
141
|
+
"createdAt": "2023-04-05T06:27:58.499391Z",
|
|
142
|
+
"lastUpdated": "2023-04-05T06:27:58.499391Z",
|
|
143
|
+
"versionId": "20420"
|
|
144
|
+
},
|
|
145
|
+
"resourceType": "QuestionnaireResponse",
|
|
146
|
+
"status": "completed"
|
|
147
|
+
}
|