Consent-RoD-PheobeSmithamAttachmentURL-Example

Example of a Consent resource where the Record of Discussion is captured as a link to the filled PDF.

Consent
{
"resourceType": "Consent",
"id": "Consent-RoD-PheobeSmithamAttachmentURL-Example",
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "research",
"display": "Research"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "research",
"display": "Research Information Access"
}
]
}
],
"patient": {
"reference": "Patient/Patient-PheobeSmitham-Example"
},
"url": "https://github.com/NHSDigital/NHSDigital-FHIR-Genomics-ImplementationGuide/blob/b399f605cb8469e68bea8655b1791e4d1fe3fdd3/documents/PheobeSmitham-record-of-discussion-form.pdf"
},
"policy": [
{
"authority": "https://www.england.nhs.uk",
"uri": "https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-genomic-consultee-declaration-1.pdf"
}
],
"data": [
{
"meaning": "instance",
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
}
]
}
}
<Consent xmlns="http://hl7.org/fhir">
<id value="Consent-RoD-PheobeSmithamAttachmentURL-Example" />
<status value="active" />
<system value="http://terminology.hl7.org/CodeSystem/consentscope" />
<code value="research" />
<display value="Research" />
</coding>
</scope>
<system value="http://terminology.hl7.org/CodeSystem/consentcategorycodes" />
<code value="research" />
<display value="Research Information Access" />
</coding>
</category>
<reference value="Patient/Patient-PheobeSmitham-Example" />
</patient>
<url value="https://github.com/NHSDigital/NHSDigital-FHIR-Genomics-ImplementationGuide/blob/b399f605cb8469e68bea8655b1791e4d1fe3fdd3/documents/PheobeSmitham-record-of-discussion-form.pdf" />
</sourceAttachment>
<authority value="https://www.england.nhs.uk" />
<uri value="https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-genomic-consultee-declaration-1.pdf" />
</policy>
<meaning value="instance" />
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" />
</reference>
</data>
</provision>
</Consent>