CH Core (R4)
5.0.0 - trial-use
This page is part of the CH Core (R4) (v5.0.0: STU 5) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Consent",
"id" : "PatientHasEpr",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent PatientHasEpr</b></p><a name=\"PatientHasEpr\"> </a><a name=\"hcPatientHasEpr\"> </a><a name=\"PatientHasEpr-en-US\"> </a><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/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: <a href=\"Patient-FranzMuster.html\">Franz Muster</a></p><p><b>dateTime</b>: 2020-12-28</p><p><b>organization</b>: Stammgemeinschaft XYZ</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.admin.ch/opc/de/classified-compilation/20111795/index.html\">https://www.admin.ch/opc/de/classified-compilation/20111795/index.html</a></td></tr></table><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes ch-epr}\">CH EPR Consent</span></p></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/v3-ActCode",
"code" : "IDSCL",
"display" : "information disclosure"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/FranzMuster",
"display" : "Franz Muster"
},
"dateTime" : "2020-12-28",
"organization" : [
{
"display" : "Stammgemeinschaft XYZ"
}
],
"policy" : [
{
"authority" : "https://www.admin.ch/opc/de/classified-compilation/20111795/index.html"
}
],
"policyRule" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code" : "ch-epr"
}
]
}
}