@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-elm/ValueSet/ch-elm-results-component-gene-cpe> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-elm-results-component-gene-cpe"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ch-elm-results-component-gene-cpe</b></p><a name=\"ch-elm-results-component-gene-cpe\"> </a><a name=\"hcch-elm-results-component-gene-cpe\"> </a><p>This value set includes codes based on the following rules:</p><ul/></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-component-gene-cpe"^^xsd:anyURI ;
     fhir:l <http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-component-gene-cpe>
  ] ; # 
  fhir:version [ fhir:v "1.14.0-cibuild"] ; # 
  fhir:name [ fhir:v "ChElmResultsComponentGeneCpe"] ; # 
  fhir:title [ fhir:v "CH ELM Results Component Gene CPE"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-19T18:20:23+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Federal Office of Public Health FOPH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Federal Office of Public Health FOPH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The \"CH ELM Results Component Gene CPE\" provides a curated set of codes representing specific genes."] ; # 
  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"] . # 

# -------------------------------------------------------------------------------------

