CH Consent IG (R5)
1.2.3 - ci-build
CH Consent IG (R5), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-consent-r5/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "PatPortalParticipation-accepted",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-consent-r5/StructureDefinition/CHCoreConsent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent PatPortalParticipation-accepted</b></p><a name=\"PatPortalParticipation-accepted\"> </a><a name=\"hcPatPortalParticipation-accepted\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CHCoreConsent.html\">CH Core Consent</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 64292-6}\">Release of information consent Document</span></p><p><b>subject</b>: <a href=\"Patient/MaxMuster\">Patient/MaxMuster</a></p><p><b>date</b>: 2025-03-17</p><p><b>period</b>: 2025-03-17 --> (ongoing)</p><p><b>grantor</b>: <a href=\"Patient/MaxMuster\">Patient/MaxMuster</a></p><p><b>grantee</b>: <a href=\"HealthcareService-healthcareService-DemoPatientPortal.html\">DemoPatientPortal</a></p><p><b>manager</b>: <a href=\"HealthcareService-healthcareService-DemoPatientPortal.html\">DemoPatientPortal</a></p><p><b>controller</b>: <a href=\"Organization/SpitalSeeblick\">SpitalSeeblick</a></p><p><b>decision</b>: Deny</p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActReason.html#v3-ActReason-PATADMIN\">ActReason PATADMIN</a>: patient administration</td><td><span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS PATPORTAL}\">PATPORTAL</span></td></tr></table></div>"
},
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "64292-6"
}
]
}
],
"subject" : {
"reference" : "Patient/MaxMuster"
},
"date" : "2025-03-17",
"period" : {
"start" : "2025-03-17"
},
"grantor" : [
{
"reference" : "Patient/MaxMuster",
"type" : "Patient",
"identifier" : {
"system" : "urn:oid:2.999.1.2.3.4",
"value" : "8733"
}
}
],
"grantee" : [
{
🔗 "reference" : "HealthcareService/healthcareService-DemoPatientPortal",
"type" : "HealthcareService",
"identifier" : {
"system" : "urn:oid:2.16.756.5.30.1",
"value" : "DemoPatientPortal"
},
"display" : "DemoPatientPortal"
}
],
"manager" : [
{
🔗 "reference" : "HealthcareService/healthcareService-DemoPatientPortal",
"type" : "HealthcareService",
"identifier" : {
"system" : "urn:oid:2.16.756.5.30.1",
"value" : "DemoPatientPortal"
},
"display" : "DemoPatientPortal"
}
],
"controller" : [
{
"reference" : "Organization/SpitalSeeblick",
"type" : "Organization",
"identifier" : {
"system" : "urn:oid:2.51.1.3",
"value" : "7601000618306"
},
"display" : "SpitalSeeblick"
}
],
"decision" : "deny",
"provision" : [
{
"purpose" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "PATADMIN"
}
],
"code" : [
{
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS",
"code" : "PATPORTAL"
}
]
}
]
}
]
}