Rigoletto Implementation Guide
0.3.0 - ci-build
Rigoletto Implementation Guide - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "Consent-Patient-Rigoletto",
"meta" : {
"profile" : [
🔗 "https://rigoletto.na.icar.cnr.it/StructureDefinition/consent-rigoletto"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent Consent-Patient-Rigoletto</b></p><a name=\"Consent-Patient-Rigoletto\"> </a><a name=\"hcConsent-Patient-Rigoletto\"> </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-consent-rigoletto.html\">Consent_Rigoletto</a></p></div><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentcategorycodes hcd}\">Health Care Directive</span></p><p><b>patient</b>: <a href=\"Patient-Patient-Rigoletto-001.html\">Maria Rossi Female, DoB: 1989-11-07 ( http://hl7.it/sid/codiceFiscale#RSSMRA89S47H501Z\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>dateTime</b>: 2025-12-22 10:00:00+0100</p><p><b>policyRule</b>: <span title=\"Codes:\">GDPR – Regolamento (UE) 2016/679</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2024-10-22 --> 2026-12-22</p><p><b>action</b>: <span title=\"Codes:\">read</span>, <span title=\"Codes:\">write</span></p></blockquote></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy",
"display" : "Privacy Consent"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code" : "hcd",
"display" : "Health Care Directive"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/Patient-Rigoletto-001"
},
"dateTime" : "2025-12-22T10:00:00+01:00",
"policyRule" : {
"text" : "GDPR – Regolamento (UE) 2016/679"
},
"provision" : {
"type" : "permit",
"period" : {
"start" : "2024-10-22",
"end" : "2026-12-22"
},
"action" : [
{
"coding" : [
{
"code" : "read"
}
]
},
{
"coding" : [
{
"code" : "write"
}
]
}
]
}
}