Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Consent-RoDAvailable-Example
Example of a Consent resource referencing a Record of Discussion form, as described in the Clinical Scenario: WGS Test Request - Rare Disease. 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 |
id : Consent-RoDAvailable-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 |
source |
reference : QuestionnaireResponse/QuestionnaireResponse-RoD-Example |
policy |
authority : https://www.england.nhs.uk |
uri : https://www.england.nhs.uk/publication/nhs-genomic-medicine-service-record-of-discussion-form |
provision |
data |
meaning : instance |
reference |
reference : ServiceRequest/ServiceRequest-WGSTestOrderForm-Example |
{ "resourceType": "Consent", "id": "Consent-RoDAvailable-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" } ] } ], "sourceReference": { "reference": "QuestionnaireResponse/QuestionnaireResponse-RoD-Example" }, "policy": [ { "authority": "https://www.england.nhs.uk", "uri": "https://www.england.nhs.uk/publication/nhs-genomic-medicine-service-record-of-discussion-form" } ], "provision": { "data": [ { "meaning": "instance", "reference": { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-Example" } } ] } }
<Consent xmlns="http://hl7.org/fhir"> <id value="Consent-RoDAvailable-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> <sourceReference> <reference value="QuestionnaireResponse/QuestionnaireResponse-RoD-Example" /> </sourceReference> <policy> <authority value="https://www.england.nhs.uk" /> <uri value="https://www.england.nhs.uk/publication/nhs-genomic-medicine-service-record-of-discussion-form" /> </policy> <provision> <data> <meaning value="instance" /> <reference> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-Example" /> </reference> </data> </provision> </Consent>