CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot-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
: ConsentProvisionCodesVS - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ConsentProvisionCodesVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ConsentProvisionCodesVS</b></p><a name=\"ConsentProvisionCodesVS\"> </a><a name=\"hcConsentProvisionCodesVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ConsentProvisionCodesCS.html\"><code>http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?7.0.0-ballot-ci-build</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ConsentProvisionCodesCS.html#ConsentProvisionCodesCS-GC\">GC</a></td><td>General Consent</td><td>The General Consent is a consent form in which the patient agrees to the further use of health data and biological samples collected by the institution <br/> for certain research purposes. It must be signed by the patient or a legal representative and is based on the unimedsuisse template.<br/> Further information can be found at: https://swissethics.ch/documents/generalkonsent</td></tr><tr><td><a href=\"CodeSystem-ConsentProvisionCodesCS.html#ConsentProvisionCodesCS-PATPORTAL\">PATPORTAL</a></td><td>Patient Portal</td><td>Consent given by a patient or legal representative to participate in the patient portal. The patient consents to sharing of their protected health information<br/> between the patient portal and the healthcare facility as specified in the agreement.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.ch/ig/ch-core/ValueSet/ConsentProvisionCodesVS"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-core/ValueSet/ConsentProvisionCodesVS>
] ; #
fhir:version [ fhir:v "7.0.0-ballot-ci-build"] ; #
fhir:name [ fhir:v "ConsentProvisionCodesVS"] ; #
fhir:title [ fhir:v "ConsentProvisionCodesVS"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-06-08T16:05:15+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Switzerland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ] )
] [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "ValueSet of all used codes for Consent.provision.code"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS> ] ;
( fhir:concept [
fhir:code [ fhir:v "GC" ] ;
fhir:display [ fhir:v "General Consent" ] ] [
fhir:code [ fhir:v "PATPORTAL" ] ;
fhir:display [ fhir:v "Patient Portal" ] ] ) ] )
] . #