App Consent Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-app-consent |
|---|---|
| Status | draft · 1.26.0 |
| Base | Consent (constraint) |
| Source | FSH · JSON |
Simple app consent profile: Patient X consented/refused to share information with Application Y (represented as a Device). This profile models consent for a patient to sign up with an app.
Examples
PROPOSED
FHIR R4 consent request pattern - more info needed for research study (2:15 PM)
Consent/avery-research-consent-proposed — claims conformance to App Consent Profile
{
"resourceType": "Consent",
"id": "avery-research-consent-proposed",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-app-consent"
]
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Proposed App Consent</b></p><p>Patient: <strong>Avery Linwood</strong> - <strong>MORE INFORMATION REQUESTED</strong> regarding data sharing with <strong>Alberta Diabetes Research Portal</strong>.</p><p>Date: April 8, 2025 at 2:15 PM</p><p>Status: Awaiting patient decision after reviewing research study details.</p><p><strong>The decision is <code>provision.type</code> on the root.</strong> A grant was previously the ABSENCE of a nested denial, which is not a statement -- a truncated resource read as a grant. It is now stated positively on the root, matching every other Consent profile in this guide.</p></div>"
},
"identifier": [
{
"use": "secondary",
"system": "../NamingSystem/cedarbrook-clinic-app-consent-raw-code",
"value": "EMR-app-consent-research-avery-proposed-20250408"
}
],
"status": "proposed",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA",
"display": "information access"
}
]
},
{
"coding": [
{
"system": "../CodeSystem/nexus-consent-family",
"code": "app",
"display": "Application consent"
}
]
}
],
"patient": {
"reference": "Patient/avery-linwood",
"display": "Avery Linwood"
},
"dateTime": "2025-04-08T14:15:00-06:00",
"provision": {
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"reference": {
"identifier": {
"system": "../NamingSystem/nexus-emr-appdevice-identifier",
"value": "diabetes-research-portal"
},
"display": "Alberta Diabetes Research Portal"
}
}
]
},
"policy": [
{
"uri": "../policy/nexus-privacy-policy"
}
]
}