Consent-RoDYoungPersonAssentFormAvailable-Example

Example of a Consent resource where the Young Person Assent form has been filled, as described in the Clinical Scenario: Direct to Lab. Capturing of consent within the Genomic Medicine Service, outside of Record of Discussion forms, is still under review within the NHS England Genomic Unit.

Consent
{
    "resourceType": "Consent",
    "id": "Consent-RoDYoungPersonAssentFormAvailable-Example",
    "status": "active",
    "scope": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/consentscope",
                "code": "research",
                "display": "Research"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
                    "code": "research",
                    "display": "Research Information Access"
                }
            ]
        }
    ],
    "patient": {
        "reference": "Patient/Patient-PheobeSmitham-Example"
    },
    "sourceReference": {
        "reference": "QuestionnaireResponse/QuestionnaireResponse-RoD-YoungPersonAssentForm-Example"
    },
    "policy":  [
        {
            "authority": "https://www.england.nhs.uk",
            "uri": "https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-young-persons-assent-form.pdf"
        }
    ]
}
<Consent xmlns="http://hl7.org/fhir">
    <id value="Consent-RoDYoungPersonAssentFormAvailable-Example" />
    <status value="active" />
    <scope>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
            <code value="research" />
            <display value="Research" />
        </coding>
    </scope>
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/consentcategorycodes" />
            <code value="research" />
            <display value="Research Information Access" />
        </coding>
    </category>
    <patient>
        <reference value="Patient/Patient-PheobeSmitham-Example" />
    </patient>
    <sourceReference>
        <reference value="QuestionnaireResponse/QuestionnaireResponse-RoD-YoungPersonAssentForm-Example" />
    </sourceReference>
    <policy>
        <authority value="https://www.england.nhs.uk" />
        <uri value="https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-young-persons-assent-form.pdf" />
    </policy>
</Consent>