FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecom.sensotrend.fhir-ig-tests
Resource TypeConsent
IdConsent-e7fd44af-ae28-4994-a04f-37d8e52864a1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

I'm fine with my de-identifiable data to be used for all research, quality improvement, and educational purposes, including for machine learning training.


Source1

{
  "resourceType": "Consent",
  "id": "e7fd44af-ae28-4994-a04f-37d8e52864a1",
  "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"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "research",
        "display": "Research"
      }
    ],
    "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": "research",
          "display": "Research Information Access"
        }
      ],
      "text": "Research"
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "rsdid",
          "display": "De-identified Information Access"
        }
      ],
      "text": "De-identified information for research purposes"
    }
  ],
  "patient": {
    "reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
    "display": "Example Patient"
  },
  "dateTime": "2026-02-13T17:59:10+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": "permit",
    "action": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "collect"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "access"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "use"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "disclose"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "correct"
          }
        ]
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HOPERAT",
        "display": "healthcare operations"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "TRAIN",
        "display": "training"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "MLTRAINING",
        "display": "machine learning training"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HRESCH",
        "display": "healthcare research"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "PUBHLTH",
        "display": "public health"
      }
    ]
  }
}