@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 -------------------------------------------------------------------

<http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CHCoreGeneralConsentStateVS"] ; # 
  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 CHCoreGeneralConsentStateVS</b></p><a name=\"CHCoreGeneralConsentStateVS\"> </a><a name=\"hcCHCoreGeneralConsentStateVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html\"><code>http://hl7.org/fhir/consent-state-codes</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</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=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The consent is to be followed and enforced.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-inactive\">inactive</a></td><td style=\"color: #cccccc\">Inactive</td><td>The consent is terminated or replaced.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS"^^xsd:anyURI ;
     fhir:l <http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS>
  ] ; # 
  fhir:version [ fhir:v "7.0.0-ballot-ci-build"] ; # 
  fhir:name [ fhir:v "CHCoreGeneralConsentStateVS"] ; # 
  fhir:title [ fhir:v "CH Core General Consent State"] ; # 
  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 "Allowed status values for CH Core General Consent: only active and inactive."] ; # 
  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://hl7.org/fhir/consent-state-codes"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/consent-state-codes>
       ] ;
       fhir:version [ fhir:v "4.0.1" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "active" ]
       ] [
         fhir:code [ fhir:v "inactive" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

