FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | Consent |
| Id | Consent-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent 1
Profile: ehealth-access-consent
status: active
scope: Privacy Consent
category: information access
dateTime: 2026-01-12 00:00:00+0100
performer: Practitioner Example3 Practitioner
policyRule: Common Rule Informed Consent
| Type |
| Opt In |
{
"resourceType": "Consent",
"id": "1",
"meta": {
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-access-consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
],
"patient": {
"reference": "Patient/102"
},
"dateTime": "2026-01-12T00:00:00+01:00",
"performer": [
{
"reference": "Practitioner/107302"
}
],
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code": "cric"
}
]
},
"provision": {
"type": "permit"
}
}