CH Core (R4)
5.0.0-ci-build - ci-build
CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "EncounterExcludedForEpr",
"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 EncounterExcludedForEpr</b></p><a name=\"EncounterExcludedForEpr\"> </a><a name=\"hcEncounterExcludedForEpr\"> </a><a name=\"EncounterExcludedForEpr-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-ElisabethBroennimannByBFH.html\">Elisabeth Broennimann</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><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><h3>Data</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Instance</td><td><a href=\"Encounter-EncounterAccidentBroennimann.html\">Encounter: identifier = Visit number: 12345; status = finished; class = inpatient encounter (ActCode#IMP); priority = Notfall (Behandlung innerhalb von 12 Std. unabdingbar); period = 2020-12-20 16:00:00+0200 --> 2020-12-22 16:15:00+0200</a></td></tr></table></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/v3-ActCode",
"code" : "IDSCL",
"display" : "information disclosure"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/ElisabethBroennimannByBFH",
"display" : "Elisabeth Broennimann"
},
"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"
}
]
},
"provision" : {
"type" : "deny",
"data" : [
{
"meaning" : "instance",
"reference" : {
🔗 "reference" : "Encounter/EncounterAccidentBroennimann",
"type" : "Encounter"
}
}
]
}
}