Skip to content

Commit af795d7

Browse files
committed
Correction to QuestionnaireResponse
Mandatory field missing
1 parent f9255f3 commit af795d7

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Bundle/Bundle-WGSRoD-Example.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,15 @@
240240
}
241241
]
242242
},
243+
{
244+
"linkId": "patientMRN",
245+
"text": "Hospital number",
246+
"answer": [
247+
{
248+
"valueString": "RWT14789"
249+
}
250+
]
251+
},
243252
{
244253
"linkId": "healthcareProfessionalName",
245254
"text": "Healthcare professional name",

QuestionnaireResponse/QuestionnaireResponse-RoD-Example.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@
192192
}
193193
]
194194
},
195+
{
196+
"linkId": "patientMRN",
197+
"text": "Hospital number",
198+
"answer": [
199+
{
200+
"valueString": "RWT14789"
201+
}
202+
]
203+
},
195204
{
196205
"linkId": "healthcareProfessionalName",
197206
"text": "Healthcare professional name",

0 commit comments

Comments
 (0)