CH ORF (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.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-orf/ and changes regularly. See the Directory of published versions
: Consent Status - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "ch-orf-vs-consentstatus"] ; #
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: ValueSet ch-orf-vs-consentstatus</b></p><a name=\"ch-orf-vs-consentstatus\"> </a><a name=\"hcch-orf-vs-consentstatus\"> </a><a name=\"ch-orf-vs-consentstatus-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-ch-orf-cs-consentstatus.html\"><code>http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-ch-orf-cs-consentstatus.html#ch-orf-cs-consentstatus-ExplicitAgreement\">ExplicitAgreement</a></td><td>Patient is informed and has explicitly agreed</td></tr><tr><td><a href=\"CodeSystem-ch-orf-cs-consentstatus.html#ch-orf-cs-consentstatus-Other\">Other</a></td><td>Other situation such as 'implicit agreement', 'agreed by legal guardian' etc.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/373068000\">373068000</a></td><td>Undetermined (qualifier value)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-consentstatus"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0-ci-build"] ; #
fhir:name [ fhir:v "ChOrfConsentStatus"] ; #
fhir:title [ fhir:v "Consent Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-15T15:54:56+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:description [ fhir:v "Value Set for CH ORF Consent Status"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
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-orf/CodeSystem/ch-orf-cs-consentstatus"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "ExplicitAgreement" ] ;
fhir:display [ fhir:v "Patient is informed and has explicitly agreed" ] ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other situation such as 'implicit agreement', 'agreed by legal guardian' etc." ] ] ) ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "373068000" ] ;
fhir:display [ fhir:v "Undetermined (qualifier value)" ] ] ) ] )
] . #