CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 6.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
: Consent for Swiss EPR with Encounter exclusions - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EncounterExcludedForEpr"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><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-ch-core-epr-consent.html\">CH Core EPR-Consent</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/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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ;
fhir:display [ fhir:v "Privacy Consent" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IDSCL" ] ;
fhir:display [ fhir:v "information disclosure" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ElisabethBroennimannByBFH" ] ;
fhir:display [ fhir:v "Elisabeth Broennimann" ]
] ; #
fhir:dateTime [ fhir:v "2020-12-28"^^xsd:date] ; #
fhir:organization ( [
fhir:display [ fhir:v "Stammgemeinschaft XYZ" ]
] ) ; #
fhir:policy ( [
fhir:authority [ fhir:v "https://www.admin.ch/opc/de/classified-compilation/20111795/index.html"^^xsd:anyURI ]
] ) ; #
fhir:policyRule [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ch-epr" ] ] )
] ; #
fhir:provision [
fhir:type [ fhir:v "deny" ] ;
( fhir:data [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Encounter/EncounterAccidentBroennimann" ] ;
fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ] )
] . #