Skip to content

Commit b600355

Browse files
authored
Feature-IOPS-2385-Consultee-Declaration/ROD-Version-2-Questionnaire`s (#58)
* Add Questionnaire & QuestionnaireResponse Add Questionnaire & QuestionnaireResponse * Resolve Validation Issues on QResponse Resolve Validation Issues on QResponse * Fixing Validation Issues ON QRes Fixing Validation Issues ON QRes * Fixing Validation Issue on QRes Typo on variable for Consultee name * Rename Files Rename Files Questionnaire and QuestionnaireResponse * Remove duplicate QResponse Remove duplicate QResponse * Update QuestionnaireResponse-RoD-ConsulteeDeclarationForm-Example.json Update Based on Element * Change position of Consent Change position of Consent * Update Questionnaire-RoD-ConsulteeDeclarationForm-Example.json Choice of Que1 * Removed HL7 Contact Removed HL7 Contact
1 parent 35d807f commit b600355

2 files changed

Lines changed: 464 additions & 0 deletions

File tree

Lines changed: 276 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,276 @@
1+
{
2+
"resourceType": "Questionnaire",
3+
"id": "Questionnaire-RoD-ConsulteeDeclarationForm-Example",
4+
"url": "https://fhir.nhs.uk/Questionnaire/Questionnaire-RoD-ConsulteeDeclarationForm-Example",
5+
"version": "0.1.0",
6+
"name": "QuestionnaireRoDConsulteeDeclarationFormExample",
7+
"title": "Consultee declaration regarding whole genome sequencing",
8+
"status": "draft",
9+
"subjectType": [
10+
"Patient"
11+
],
12+
"date": "2024-01-18T09:00:00Z",
13+
"publisher": "NHS England",
14+
"contact": [
15+
{
16+
"name": "NHS England",
17+
"telecom": [
18+
{
19+
"system": "email",
20+
"value": "interoperabilityteam@nhs.net",
21+
"use": "work",
22+
"rank": 1
23+
}
24+
]
25+
}
26+
],
27+
"description": "This questionnaire is to be used to document the consent of a patient Consultee before undergoing Genomic testing and their choice of participation in the National Genomic Research Library programme",
28+
"purpose": "Consultee declaration regarding whole genome sequencing",
29+
"item": [
30+
{
31+
"item": [
32+
{
33+
"linkId": "givenName",
34+
"text": "First Name",
35+
"type": "string",
36+
"required": true
37+
},
38+
{
39+
"linkId": "familyName",
40+
"text": "Last Name",
41+
"type": "string",
42+
"required": true
43+
},
44+
{
45+
"linkId": "nhs_Number",
46+
"text": "NHS number (or postcode if not not known)",
47+
"type": "string",
48+
"required": true
49+
},
50+
{
51+
"type": "date",
52+
"linkId": "birthDate",
53+
"text": "Date of Birth",
54+
"required": true
55+
}
56+
],
57+
"type": "group",
58+
"linkId": "patientDetails",
59+
"text": "Patient Details"
60+
},
61+
{
62+
"type": "display",
63+
"linkId": "consulteeConsentAwareness",
64+
"text": "Your relative, friend, patient or client has been invited to take part in the National Genomic Research Library. You are being asked to act as a consultee on their behalf."
65+
},
66+
{
67+
"type": "display",
68+
"linkId": "guidanceForConsultee",
69+
"text": "Your relative, friend, patient or client is considered to be unable to decide for themselves whether they want their data and samples to be used in research. Someone who can’t make this kind of decision for themselves is described as lacking capacity. When we talk about this person, we will refer to ‘the person who lacks capacity’ or ‘the person’."
70+
},
71+
{
72+
"type": "display",
73+
"linkId": "roleOfConsultee",
74+
"text": "The role of a consultee"
75+
},
76+
{
77+
"type": "display",
78+
"linkId": "roleOfConsultee1",
79+
"text": "A consultee is someone who will only consider the likely views and interests of the person who lacks capacity. They must set aside their own personal views about participating in research and consider the person they represent. A consultee cannot be part of the person’s NHS clinical team or anyone else acting in a professional or paid capacity (e.g. a person’s solicitor)."
80+
},
81+
{
82+
"item": [
83+
{
84+
"type": "display",
85+
"linkId": "typesOfConsultee1",
86+
"text": "• Next of kin (i.e. parent, partner, husband, wife, son or daughter) or friend, family member or carer"
87+
},
88+
{
89+
"type": "display",
90+
"linkId": "typesOfConsultee2",
91+
"text": "• A person holding Lasting Power of Attorney for Personal welfare registered with the Public Guardian"
92+
},
93+
{
94+
"type": "display",
95+
"linkId": "typesOfConsultee3",
96+
"text": "• A deputy appointed by the Court of Protection"
97+
}
98+
],
99+
"type": "group",
100+
"linkId": "typesOfConsultee",
101+
"text": "They must be an adult who is prepared to be consulted on the person’s behalf. For example:"
102+
},
103+
{
104+
"type": "display",
105+
"linkId": "guidanceOnConsulteeRole",
106+
"text": "The law protects the interests of adults who lack capacity. In England and Wales, it states that a consultee can advise about the person’s likely wishes or feelings. If the person does not want to take part, we will respect their wishes. More information about being a consultee and the National Genomic Research Library can be found at www.genomicsengland.co.uk"
107+
},
108+
{
109+
"type": "display",
110+
"linkId": "consulteeAgreement",
111+
"text": "The consultee agreement"
112+
},
113+
{
114+
"item": [
115+
{
116+
"type": "display",
117+
"linkId": "consulteeResponsibility1",
118+
"text": "• I must only consider the likely views and interests of the person who lacks capacity"
119+
},
120+
{
121+
"type": "display",
122+
"linkId": "consulteeResponsibility2",
123+
"text": "• I must consider the aims of the research, the practicalities, risks and benefits"
124+
},
125+
{
126+
"type": "display",
127+
"linkId": "consulteeResponsibility3",
128+
"text": "• I will inform the healthcare team of any decisions the person may have already made about research"
129+
},
130+
{
131+
"type": "display",
132+
"linkId": "consulteeResponsibility4",
133+
"text": "• I have been made aware and given an opportunity to get independent advice"
134+
},
135+
{
136+
"type": "display",
137+
"linkId": "consulteeResponsibility5",
138+
"text": "• If I feel that the person wishes to be withdrawn, I will notify a healthcare professional"
139+
},
140+
{
141+
"type": "display",
142+
"linkId": "consulteeResponsibility6",
143+
"text": "• I might be asked to give advice again in the future, for example if more blood or saliva samples were needed"
144+
},
145+
{
146+
"type": "display",
147+
"linkId": "consulteeResponsibility7",
148+
"text": "• Hospital staff will tell me if any future changes to the research might affect the person"
149+
},
150+
{
151+
"type": "display",
152+
"linkId": "consulteeResponsibility8",
153+
"text": "• I can stop being a consultee at any time"
154+
}
155+
],
156+
"type": "group",
157+
"linkId": "consulteeResponsibility",
158+
"text": "By saying ‘yes’ to be a consultee, I understand that:"
159+
},
160+
{
161+
"type": "display",
162+
"linkId": "clarificationForConfirmation",
163+
"text": "Please ask any questions before taking the decisions shown on the following page."
164+
},
165+
{
166+
"item": [
167+
{
168+
"item": [
169+
{
170+
"type": "boolean",
171+
"linkId": "choiceConfirmation1",
172+
"prefix": "1.",
173+
"text": "I have been consulted about this person’s participation in the National Genomic Research Library",
174+
"required": true
175+
},
176+
{
177+
"type": "display",
178+
"linkId": "isChoiceOfConfirmationFalse",
179+
"text": "If your answer to 1 is NO, then please ignore 2 and sign below."
180+
},
181+
{
182+
"type": "boolean",
183+
"linkId": "choiceConfirmation2",
184+
"prefix": "2.",
185+
"text": "I am willing to accept the role of consultee for this person",
186+
"enableWhen": [
187+
{
188+
"question": "choiceConfirmation1",
189+
"operator": "=",
190+
"answerBoolean": true
191+
}
192+
],
193+
"required": true
194+
}
195+
],
196+
"type": "group",
197+
"linkId": "confirmation",
198+
"text": "I confirm that I have read and had the opportunity to discuss information about acting as a consultee for the person lacking capacity. My research choices are indicated below."
199+
}
200+
],
201+
"type": "group",
202+
"linkId": "confirmationOfDecision",
203+
"text": "Confirmation of decision"
204+
},
205+
{
206+
"type": "boolean",
207+
"linkId": "isRemoteConsentTrue",
208+
"text": "Consent obtained remotely, no consultee signature",
209+
"required": true
210+
},
211+
{
212+
"item": [
213+
{
214+
"type": "string",
215+
"linkId": "consulteeNamecombined",
216+
"text": "Your Name(i.e, the Consultee)",
217+
"required": true
218+
},
219+
{
220+
"type": "string",
221+
"linkId": "consulteeSignature",
222+
"text": "Signature",
223+
"required": true
224+
},
225+
{
226+
"type": "dateTime",
227+
"linkId": "dateConsulteeCompletedForm",
228+
"text": "Date",
229+
"required": true
230+
}
231+
],
232+
"type": "group",
233+
"linkId": "consulteeValidation",
234+
"text": "Consultee Validation",
235+
"enableWhen": [
236+
{
237+
"question": "isRemoteConsentTrue",
238+
"operator": "=",
239+
"answerBoolean": false
240+
}
241+
]
242+
},
243+
{
244+
"item": [
245+
{
246+
"item": [
247+
{
248+
"type": "string",
249+
"linkId": "healthcareProfessionalName",
250+
"text": "Healthcare professional name",
251+
"required": true
252+
},
253+
{
254+
"linkId": "healthcareProfessionalSignature",
255+
"text": "Signature",
256+
"type": "string",
257+
"required": true
258+
},
259+
{
260+
"linkId": "datehealthcareProfessionalCompletedForm",
261+
"text": "Date",
262+
"type": "dateTime",
263+
"required": true
264+
}
265+
],
266+
"type": "group",
267+
"linkId": "healthcareProfessional",
268+
"text": "To be completed by the healthcare professional recording the consultee’s choices."
269+
}
270+
],
271+
"type": "group",
272+
"linkId": "healthcareProfessionalValidation",
273+
"text": "Healthcare professional use only"
274+
}
275+
]
276+
}

0 commit comments

Comments
 (0)