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