0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio CodeSystem/sequencing-experiment-source - TTL Representation

Active as of 2025-06-12

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sequencing-experiment-source"] ; # 
  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: CodeSystem sequencing-experiment-source</b></p><a name=\"sequencing-experiment-source\"> </a><a name=\"hcsequencing-experiment-source\"> </a><a name=\"sequencing-experiment-source-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">GEN<a name=\"sequencing-experiment-source-GEN\"> </a></td><td>Genomic</td></tr><tr><td style=\"white-space:nowrap\">TSC<a name=\"sequencing-experiment-source-TSC\"> </a></td><td>Transcriptomic Single Cell</td></tr><tr><td style=\"white-space:nowrap\">TS<a name=\"sequencing-experiment-source-TS\"> </a></td><td>Transcriptomic</td></tr><tr><td style=\"white-space:nowrap\">GSC<a name=\"sequencing-experiment-source-GSC\"> </a></td><td>Genomic Single Cell</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SequencingExperimentSource"] ; # 
  fhir:title [ fhir:v "Ferlab.bio CodeSystem/sequencing-experiment-source"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-12T13:42:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ferlab.bio"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Ferlab.bio" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Sequencing experimental source"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "GEN" ] ;
fhir:display [ fhir:v "Genomic" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GEN" ]       ] ;
fhir:value [ fhir:v "Genomic" ]     ] )
  ] [
fhir:code [ fhir:v "TSC" ] ;
fhir:display [ fhir:v "Transcriptomic Single Cell" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TSC" ]       ] ;
fhir:value [ fhir:v "Transcriptomic Single Cell" ]     ] )
  ] [
fhir:code [ fhir:v "TS" ] ;
fhir:display [ fhir:v "Transcriptomic" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TS" ]       ] ;
fhir:value [ fhir:v "Transcriptomic" ]     ] )
  ] [
fhir:code [ fhir:v "GSC" ] ;
fhir:display [ fhir:v "Genomic Single Cell" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/sequencing-experiment-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GSC" ]       ] ;
fhir:value [ fhir:v "Genomic Single Cell" ]     ] )
  ] ) . #