|
| 1 | +{ |
| 2 | + "resourceType": "Bundle", |
| 3 | + "type": "transaction", |
| 4 | + "entry": [ |
| 5 | + { |
| 6 | + "resource": { |
| 7 | + "resourceType": "Patient", |
| 8 | + "id": "pt-1", |
| 9 | + "name": [ |
| 10 | + { |
| 11 | + "use": "official", |
| 12 | + "family": "Smith", |
| 13 | + "given": ["John"] |
| 14 | + } |
| 15 | + ], |
| 16 | + "gender": "male", |
| 17 | + "birthDate": "1990-01-15" |
| 18 | + }, |
| 19 | + "request": { |
| 20 | + "method": "PUT", |
| 21 | + "url": "Patient/pt-1" |
| 22 | + } |
| 23 | + }, |
| 24 | + { |
| 25 | + "resource": { |
| 26 | + "resourceType": "Questionnaire", |
| 27 | + "id": "100283-1", |
| 28 | + "url": "http://loinc.org/q/100283-1", |
| 29 | + "status": "active", |
| 30 | + "title": "Harris Hip Score panel", |
| 31 | + "name": "HarrisHipScorePanel", |
| 32 | + "item": [ |
| 33 | + { |
| 34 | + "linkId": "100284-9", |
| 35 | + "text": "Pain level", |
| 36 | + "type": "choice", |
| 37 | + "answerOption": [ |
| 38 | + { "valueCoding": { "code": "none", "display": "None or ignores it" } }, |
| 39 | + { "valueCoding": { "code": "slight", "display": "Slight, occasional" } }, |
| 40 | + { "valueCoding": { "code": "mild", "display": "Mild, no effect on activities" } }, |
| 41 | + { "valueCoding": { "code": "moderate", "display": "Moderate, tolerable" } }, |
| 42 | + { "valueCoding": { "code": "marked", "display": "Marked, serious limitation" } }, |
| 43 | + { "valueCoding": { "code": "disabled", "display": "Totally disabled" } } |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "linkId": "100285-6", |
| 48 | + "text": "Walking support", |
| 49 | + "type": "choice", |
| 50 | + "answerOption": [ |
| 51 | + { "valueCoding": { "code": "none", "display": "None" } }, |
| 52 | + { "valueCoding": { "code": "cane-long", "display": "Cane for long walks" } }, |
| 53 | + { "valueCoding": { "code": "cane-all", "display": "Cane most of the time" } }, |
| 54 | + { "valueCoding": { "code": "crutch", "display": "One crutch" } }, |
| 55 | + { "valueCoding": { "code": "two-canes", "display": "Two canes" } }, |
| 56 | + { "valueCoding": { "code": "unable", "display": "Unable to walk" } } |
| 57 | + ] |
| 58 | + }, |
| 59 | + { |
| 60 | + "linkId": "100286-4", |
| 61 | + "text": "Walking distance", |
| 62 | + "type": "choice", |
| 63 | + "answerOption": [ |
| 64 | + { "valueCoding": { "code": "unlimited", "display": "Unlimited" } }, |
| 65 | + { "valueCoding": { "code": "six-blocks", "display": "Six blocks" } }, |
| 66 | + { "valueCoding": { "code": "two-blocks", "display": "Two to three blocks" } }, |
| 67 | + { "valueCoding": { "code": "indoors", "display": "Indoors only" } }, |
| 68 | + { "valueCoding": { "code": "bed-chair", "display": "Bed and chair only" } } |
| 69 | + ] |
| 70 | + } |
| 71 | + ] |
| 72 | + }, |
| 73 | + "request": { |
| 74 | + "method": "PUT", |
| 75 | + "url": "Questionnaire/100283-1" |
| 76 | + } |
| 77 | + }, |
| 78 | + { |
| 79 | + "resource": { |
| 80 | + "resourceType": "Questionnaire", |
| 81 | + "id": "100751-7", |
| 82 | + "url": "http://loinc.org/q/100751-7", |
| 83 | + "status": "active", |
| 84 | + "title": "Meat allergen panel", |
| 85 | + "name": "MeatAllergenPanel", |
| 86 | + "item": [ |
| 87 | + { |
| 88 | + "linkId": "100752-5", |
| 89 | + "text": "Beef allergy", |
| 90 | + "type": "choice", |
| 91 | + "answerOption": [ |
| 92 | + { "valueCoding": { "code": "positive", "display": "Positive" } }, |
| 93 | + { "valueCoding": { "code": "negative", "display": "Negative" } }, |
| 94 | + { "valueCoding": { "code": "inconclusive", "display": "Inconclusive" } } |
| 95 | + ] |
| 96 | + }, |
| 97 | + { |
| 98 | + "linkId": "100753-3", |
| 99 | + "text": "Pork allergy", |
| 100 | + "type": "choice", |
| 101 | + "answerOption": [ |
| 102 | + { "valueCoding": { "code": "positive", "display": "Positive" } }, |
| 103 | + { "valueCoding": { "code": "negative", "display": "Negative" } }, |
| 104 | + { "valueCoding": { "code": "inconclusive", "display": "Inconclusive" } } |
| 105 | + ] |
| 106 | + }, |
| 107 | + { |
| 108 | + "linkId": "100754-1", |
| 109 | + "text": "Lamb allergy", |
| 110 | + "type": "choice", |
| 111 | + "answerOption": [ |
| 112 | + { "valueCoding": { "code": "positive", "display": "Positive" } }, |
| 113 | + { "valueCoding": { "code": "negative", "display": "Negative" } }, |
| 114 | + { "valueCoding": { "code": "inconclusive", "display": "Inconclusive" } } |
| 115 | + ] |
| 116 | + }, |
| 117 | + { |
| 118 | + "linkId": "100755-8", |
| 119 | + "text": "Notes", |
| 120 | + "type": "text" |
| 121 | + } |
| 122 | + ] |
| 123 | + }, |
| 124 | + "request": { |
| 125 | + "method": "PUT", |
| 126 | + "url": "Questionnaire/100751-7" |
| 127 | + } |
| 128 | + }, |
| 129 | + { |
| 130 | + "resource": { |
| 131 | + "resourceType": "Questionnaire", |
| 132 | + "id": "101549-4", |
| 133 | + "url": "http://loinc.org/q/101549-4", |
| 134 | + "status": "active", |
| 135 | + "title": "Schmid fall risk", |
| 136 | + "name": "SchmidFallRisk", |
| 137 | + "item": [ |
| 138 | + { |
| 139 | + "linkId": "101550-2", |
| 140 | + "text": "Age over 65", |
| 141 | + "type": "boolean" |
| 142 | + }, |
| 143 | + { |
| 144 | + "linkId": "101551-0", |
| 145 | + "text": "History of falls in the past 6 months", |
| 146 | + "type": "boolean" |
| 147 | + }, |
| 148 | + { |
| 149 | + "linkId": "101552-8", |
| 150 | + "text": "Uses assistive device", |
| 151 | + "type": "boolean" |
| 152 | + }, |
| 153 | + { |
| 154 | + "linkId": "101553-6", |
| 155 | + "text": "Unsteady gait", |
| 156 | + "type": "boolean" |
| 157 | + }, |
| 158 | + { |
| 159 | + "linkId": "101554-4", |
| 160 | + "text": "Visual impairment", |
| 161 | + "type": "boolean" |
| 162 | + }, |
| 163 | + { |
| 164 | + "linkId": "101555-1", |
| 165 | + "text": "Additional observations", |
| 166 | + "type": "text" |
| 167 | + } |
| 168 | + ] |
| 169 | + }, |
| 170 | + "request": { |
| 171 | + "method": "PUT", |
| 172 | + "url": "Questionnaire/101549-4" |
| 173 | + } |
| 174 | + }, |
| 175 | + { |
| 176 | + "resource": { |
| 177 | + "resourceType": "QuestionnaireResponse", |
| 178 | + "id": "qr-1", |
| 179 | + "status": "in-progress", |
| 180 | + "questionnaire": "http://loinc.org/q/100283-1", |
| 181 | + "subject": { |
| 182 | + "reference": "Patient/pt-1" |
| 183 | + }, |
| 184 | + "authored": "2026-02-20T10:00:00Z", |
| 185 | + "item": [] |
| 186 | + }, |
| 187 | + "request": { |
| 188 | + "method": "PUT", |
| 189 | + "url": "QuestionnaireResponse/qr-1" |
| 190 | + } |
| 191 | + }, |
| 192 | + { |
| 193 | + "resource": { |
| 194 | + "resourceType": "QuestionnaireResponse", |
| 195 | + "id": "qr-2", |
| 196 | + "status": "in-progress", |
| 197 | + "questionnaire": "http://loinc.org/q/100751-7", |
| 198 | + "subject": { |
| 199 | + "reference": "Patient/pt-1" |
| 200 | + }, |
| 201 | + "authored": "2026-02-20T10:05:00Z", |
| 202 | + "item": [] |
| 203 | + }, |
| 204 | + "request": { |
| 205 | + "method": "PUT", |
| 206 | + "url": "QuestionnaireResponse/qr-2" |
| 207 | + } |
| 208 | + }, |
| 209 | + { |
| 210 | + "resource": { |
| 211 | + "resourceType": "QuestionnaireResponse", |
| 212 | + "id": "qr-3", |
| 213 | + "status": "in-progress", |
| 214 | + "questionnaire": "http://loinc.org/q/101549-4", |
| 215 | + "subject": { |
| 216 | + "reference": "Patient/pt-1" |
| 217 | + }, |
| 218 | + "authored": "2026-02-20T10:10:00Z", |
| 219 | + "item": [] |
| 220 | + }, |
| 221 | + "request": { |
| 222 | + "method": "PUT", |
| 223 | + "url": "QuestionnaireResponse/qr-3" |
| 224 | + } |
| 225 | + } |
| 226 | + ] |
| 227 | +} |
0 commit comments