Cqgc Implementation Guide
0.1.0 - CI Build

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

: Ferlab.bio CodeSystem/specimen-type - TTL Representation

Active as of 2025-08-01

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 "specimen-type"] ; # 
  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 specimen-type</b></p><a name=\"specimen-type\"> </a><a name=\"hcspecimen-type\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/specimen-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">DNA<a name=\"specimen-type-DNA\"> </a></td><td>DNA Sample</td><td>DNA sample</td><td>Échantillon d'ADN</td></tr><tr><td style=\"white-space:nowrap\">RNA<a name=\"specimen-type-RNA\"> </a></td><td>RNA Sample</td><td>RNA sample</td><td>Échantillon d'ARN</td></tr><tr><td style=\"white-space:nowrap\">NBL<a name=\"specimen-type-NBL\"> </a></td><td>Normal Blood Specimen</td><td>Normal blood specimen</td><td>Spécimen de sang normal</td></tr><tr><td style=\"white-space:nowrap\">TUMOR<a name=\"specimen-type-TUMOR\"> </a></td><td>Tumor Specimen</td><td>Tumor specimen</td><td>Spécimen tumoral</td></tr><tr><td style=\"white-space:nowrap\">NORMAL<a name=\"specimen-type-NORMAL\"> </a></td><td>Normal Specimen</td><td>Normal specimen</td><td>Spécimen de tissue normal</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.cqgc.ferlab.bio/CodeSystem/specimen-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "specimen-type"] ; # 
  fhir:title [ fhir:v "Specimen types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-01T14:30:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ferlab.bio"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Cqgc" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:support@ferlab.bio" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Specimen types"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "DNA" ] ;
fhir:display [ fhir:v "DNA Sample" ] ;
fhir:definition [ fhir:v "DNA sample" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Échantillon d'ADN" ]     ] )
  ] [
fhir:code [ fhir:v "RNA" ] ;
fhir:display [ fhir:v "RNA Sample" ] ;
fhir:definition [ fhir:v "RNA sample" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Échantillon d'ARN" ]     ] )
  ] [
fhir:code [ fhir:v "NBL" ] ;
fhir:display [ fhir:v "Normal Blood Specimen" ] ;
fhir:definition [ fhir:v "Normal blood specimen" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Spécimen de sang normal" ]     ] )
  ] [
fhir:code [ fhir:v "TUMOR" ] ;
fhir:display [ fhir:v "Tumor Specimen" ] ;
fhir:definition [ fhir:v "Tumor specimen" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Spécimen tumoral" ]     ] )
  ] [
fhir:code [ fhir:v "NORMAL" ] ;
fhir:display [ fhir:v "Normal Specimen" ] ;
fhir:definition [ fhir:v "Normal specimen" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Spécimen de tissue normal" ]     ] )
  ] ) . #