Consent-DataAccess-Example

Example of a Consent for the UGR covering data sharing to support care for a relative, conformant to IHE PCF.

Consent
{
"resourceType": "Consent",
"id": "Consent-DataAccess-Example",
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA",
"display": "information access"
}
]
}
],
"patient": {
"reference": "Patient/Patient-AnitaLamberts-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303649"
}
},
"dateTime": "2026-05-07T09:08:30Z",
{
"reference": "Patient/Patient-AnitaLamberts-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303649"
}
}
],
{
"system": "https://fhir.hl7.org.uk/Id/ode-organization-code",
"value": "X26"
}
}
],
"reference": "QuestionnaireResponse/QuestionnaireResponse-ConsentQuestionnaire-Example"
},
"policy": [
{
"uri": "https://www.england.nhs.uk/wp-content/uploads/2018/05/nhs-england-privacy-notice-v1.77.pdf"
}
],
"type": "deny",
{
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction",
"code": "AUCG",
"display": "caregiver information receiver"
}
]
},
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
}
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "TREAT"
}
],
"data": [
{
"meaning": "instance",
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
}
}
]
},
{
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP"
}
]
},
"reference": "Group/Group-GenomicResearchers-Example"
}
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HRESCH"
}
],
"data": [
{
"meaning": "related",
"reference": "DiagnosticReport/DiagnosticReport-AnitaLamberts-Example"
}
}
]
},
{
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code": "PROV"
}
]
},
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "123456789012"
}
}
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "TREAT"
}
],
"class": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "DiagnosticReport"
}
]
}
]
}
}
<Consent xmlns="http://hl7.org/fhir">
<id value="Consent-DataAccess-Example" />
<status value="active" />
<system value="http://terminology.hl7.org/CodeSystem/consentscope" />
<code value="patient-privacy" />
<display value="Privacy Consent" />
</coding>
</scope>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="INFA" />
<display value="information access" />
</coding>
</category>
<reference value="Patient/Patient-AnitaLamberts-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303649" />
</identifier>
</patient>
<dateTime value="2026-05-07T09:08:30Z" />
<reference value="Patient/Patient-AnitaLamberts-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303649" />
</identifier>
</performer>
<system value="https://fhir.hl7.org.uk/Id/ode-organization-code" />
<value value="X26" />
</identifier>
</organization>
<reference value="QuestionnaireResponse/QuestionnaireResponse-ConsentQuestionnaire-Example" />
</sourceReference>
<uri value="https://www.england.nhs.uk/wp-content/uploads/2018/05/nhs-england-privacy-notice-v1.77.pdf" />
</policy>
<type value="deny" />
<type value="permit" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction" />
<code value="AUCG" />
<display value="caregiver information receiver" />
</coding>
</role>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9999999999" />
</identifier>
</reference>
</actor>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason" />
<code value="TREAT" />
</purpose>
<meaning value="instance" />
<reference value="Condition/Condition-MonogenicHearingLoss-Example" />
</reference>
</data>
</provision>
<type value="permit" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
<code value="IRCP" />
</coding>
</role>
<reference value="Group/Group-GenomicResearchers-Example" />
</reference>
</actor>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason" />
<code value="HRESCH" />
</purpose>
<meaning value="related" />
<reference value="DiagnosticReport/DiagnosticReport-AnitaLamberts-Example" />
</reference>
</data>
</provision>
<type value="permit" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass" />
<code value="PROV" />
</coding>
</role>
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="123456789012" />
</identifier>
</reference>
</actor>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason" />
<code value="TREAT" />
</purpose>
<system value="http://hl7.org/fhir/resource-types" />
<code value="DiagnosticReport" />
</class>
</provision>
</provision>
</Consent>