FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Consent |
| Id | Consent-UGRConsentForResearch-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "Consent-UGRConsentForResearch-Example",
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA",
"display": "information access"
}
]
}
],
"patient": {
"reference": "Patient/Patient-MeirLieberman-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"dateTime": "2025-04-24",
"performer": [
{
"reference": "Patient/Patient-MeirLieberman-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
}
],
"organization": [
{
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/ods-organization-code",
"value": "X26"
}
}
],
"sourceReference": {
"reference": "QuestionnaireResponse/QuestionnaireResponse-ConsentQuestionnaire-Example"
},
"policy": [
{
"uri": "https://www.england.nhs.uk/wp-content/uploads/2018/05/nhs-england-privacy-notice-v1.77.pdf"
}
],
"provision": {
"type": "deny",
"provision": [
{
"type": "permit",
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HRESCH"
}
]
}
]
}
}