FHIR IG analytics| Package | com.sensotrend.fhir-ig-tests |
| Resource Type | Consent |
| Id | Consent-c67f1ac1-5013-47dc-88ad-73d8eca510b0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
I don't want my re-identifiable data to be used for machine learning training purposes.
{
"resourceType": "Consent",
"id": "c67f1ac1-5013-47dc-88ad-73d8eca510b0",
"meta": {
"profile": [
"http://hl7.eu/fhir/eps/StructureDefinition/consent-eu-eps"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "PATRPT",
"display": "patient reported"
}
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "adr",
"display": "Advanced Care Directive"
},
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
],
"text": "Patient Privacy"
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "64292-6",
"display": "Release of information consent Document"
}
],
"text": "Release of information consent Document"
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "acd",
"display": "Advance Directive"
}
],
"text": "Advance Directive"
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "rsreid",
"display": "Re-identifiable Information Access"
}
],
"text": "Re-identifiable information"
}
],
"patient": {
"reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
"display": "Example Patient"
},
"dateTime": "2026-02-13T17:59:00+02:00",
"performer": [
{
"reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
"display": "Example Patient"
}
],
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "GDPRCD",
"display": "GDPR Consent Directive"
}
],
"text": "GDPR consent"
},
"provision": {
"type": "deny",
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "MLTRAINING",
"display": "machine learning training"
}
]
}
}