QuestionnaireResponse-RoD-PheobeSmithamCDForn-Example

Example of a filled Consultee Declaration Form.

QuestionnaireResponse
{
"resourceType": "QuestionnaireResponse",
"id": "QuestionnaireResponse-RoD-PheobeSmithamCDForn-Example",
"questionnaire": "https://fhir.nhs.uk/Questionnaire/Questionnaire-RoD-ConsulteeDeclarationForm-Example",
"status": "completed",
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
],
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
},
"display": "A Patient"
},
"authored": "2023-09-15",
"author": {
"type": "PractitionerRole",
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "999999999999"
}
},
"source": {
"type": "RelatedPerson",
"reference": "RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307246"
}
},
"item": [
{
"linkId": "patientDetails",
"text": "Patient Details",
"item": [
{
"linkId": "givenName",
"text": "First Name",
"answer": [
{
"valueString": "Phoebe"
}
]
},
{
"linkId": "familyName",
"text": "Last Name",
"answer": [
{
"valueString": "Smitham"
}
]
},
{
"linkId": "nhs_Number",
"text": "NHS number (or postcode if not not known)",
"answer": [
{
"valueString": "9449307539"
}
]
},
{
"linkId": "birthDate",
"text": "Date of Birth",
"answer": [
{
"valueDate": "2013-09-27"
}
]
}
]
},
{
"linkId": "confirmationOfDecision",
"text": "Confirmation of decision",
"item": [
{
"linkId": "confirmation",
"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.",
"item": [
{
"linkId": "choiceConfirmation1",
"text": "I have been consulted about this person’s participation in the National Genomic Research Library",
"answer": [
{
"valueBoolean": true
}
]
},
{
"linkId": "choiceConfirmation2",
"text": "I am willing to accept the role of consultee for this person",
"answer": [
{
"valueBoolean": true
}
]
}
]
}
]
},
{
"linkId": "isRemoteConsentTrue",
"text": "Consent obtained remotely, no consultee signature",
"answer": [
{
"valueBoolean": true
}
]
},
{
"item": [
{
"linkId": "consulteeNamecombined",
"answer": [
{
"valueString": "Alice Smith"
}
]
},
{
"linkId": "dateConsulteeCompletedForm",
"answer": [
{
"valueDateTime": "2023-09-15"
}
]
}
],
"linkId": "consulteeValidation",
"text": "Consultee Validation"
},
{
"linkId": "healthcareProfessionalValidation",
"text": "Healthcare professional use only",
"item": [
{
"linkId": "healthcareProfessional",
"text": "To be completed by the healthcare professional recording the consultee’s choices.",
"item": [
{
"linkId": "healthcareProfessionalName",
"text": "Healthcare professional name",
"answer": [
{
"valueString": "Dr. Eugene Smith"
}
]
},
{
"linkId": "healthcareProfessionalSignature",
"text": "Signature",
"answer": [
{
"valueString": "EugeneSmith"
}
]
},
{
"linkId": "datehealthcareProfessionalCompletedForm",
"text": "Date",
"answer": [
{
"valueDateTime": "2023-09-15"
}
]
}
]
}
]
}
]
}
<QuestionnaireResponse xmlns="http://hl7.org/fhir">
<id value="QuestionnaireResponse-RoD-PheobeSmithamCDForn-Example" />
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" />
</basedOn>
<questionnaire value="https://fhir.nhs.uk/Questionnaire/Questionnaire-RoD-ConsulteeDeclarationForm-Example" />
<status value="completed" />
<reference value="Patient/Patient-PheobeSmitham-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
<display value="A Patient" />
</subject>
<authored value="2023-09-15" />
<type value="PractitionerRole" />
<system value="https://fhir.nhs.uk/Id/sds-role-profile-id" />
<value value="999999999999" />
</identifier>
</author>
<reference value="RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example" />
<type value="RelatedPerson" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307246" />
</identifier>
</source>
<linkId value="patientDetails" />
<text value="Patient Details" />
<linkId value="givenName" />
<text value="First Name" />
<valueString value="Phoebe" />
</answer>
</item>
<linkId value="familyName" />
<text value="Last Name" />
<valueString value="Smitham" />
</answer>
</item>
<linkId value="nhs_Number" />
<text value="NHS number (or postcode if not not known)" />
<valueString value="9449307539" />
</answer>
</item>
<linkId value="birthDate" />
<text value="Date of Birth" />
<valueDate value="2013-09-27" />
</answer>
</item>
</item>
<linkId value="confirmationOfDecision" />
<text value="Confirmation of decision" />
<linkId value="confirmation" />
<text value="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." />
<linkId value="choiceConfirmation1" />
<text value="I have been consulted about this person’s participation in the National Genomic Research Library" />
<valueBoolean value="true" />
</answer>
</item>
<linkId value="choiceConfirmation2" />
<text value="I am willing to accept the role of consultee for this person" />
<valueBoolean value="true" />
</answer>
</item>
</item>
</item>
<linkId value="isRemoteConsentTrue" />
<text value="Consent obtained remotely, no consultee signature" />
<valueBoolean value="true" />
</answer>
</item>
<linkId value="consulteeValidation" />
<text value="Consultee Validation" />
<linkId value="consulteeNamecombined" />
<valueString value="Alice Smith" />
</answer>
</item>
<linkId value="dateConsulteeCompletedForm" />
<valueDateTime value="2023-09-15" />
</answer>
</item>
</item>
<linkId value="healthcareProfessionalValidation" />
<text value="Healthcare professional use only" />
<linkId value="healthcareProfessional" />
<text value="To be completed by the healthcare professional recording the consultee’s choices." />
<linkId value="healthcareProfessionalName" />
<text value="Healthcare professional name" />
<valueString value="Dr. Eugene Smith" />
</answer>
</item>
<linkId value="healthcareProfessionalSignature" />
<text value="Signature" />
<valueString value="EugeneSmith" />
</answer>
</item>
<linkId value="datehealthcareProfessionalCompletedForm" />
<text value="Date" />
<valueDateTime value="2023-09-15" />
</answer>
</item>
</item>
</item>
</QuestionnaireResponse>