RareLink Implementation Guide
2.0.0 - 2.0.0

RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Genomic Source Class Value Set - TTL Representation

Draft as of 2025-05-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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "genomic-source-class-vs"] ; # 
  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 genomic-source-class-vs</b></p><a name=\"genomic-source-class-vs\"> </a><a name=\"hcgenomic-source-class-vs\"> </a><a name=\"genomic-source-class-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA6683-2/\">LA6683-2</a></td><td>Germline</td></tr><tr><td><a href=\"https://loinc.org/LA6684-0/\">LA6684-0</a></td><td>Somatic</td></tr><tr><td><a href=\"https://loinc.org/LA10429-1/\">LA10429-1</a></td><td>Fetal</td></tr><tr><td><a href=\"https://loinc.org/LA18194-3/\">LA18194-3</a></td><td>Likely germline</td></tr><tr><td><a href=\"https://loinc.org/LA18195-0/\">LA18195-0</a></td><td>Likely somatic</td></tr><tr><td><a href=\"https://loinc.org/LA18196-8/\">LA18196-8</a></td><td>Likely fetal</td></tr><tr><td><a href=\"https://loinc.org/LA18197-6/\">LA18197-6</a></td><td>Unknown genomic origin</td></tr><tr><td><a href=\"https://loinc.org/LA26807-0/\">LA26807-0</a></td><td>De novo</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://rarelink.bih-charite.de/fhir/ValueSet/genomic-source-class-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "GenomicSourceClassVS"] ; # 
  fhir:title [ fhir:v "Genomic Source Class Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-05-12T08:03:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/BIH-CEI/RareLink" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "adam.graefe@charite.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "LOINC LA codes enumerating germline, somatic, fetal, etc."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA6683-2" ] ;
fhir:display [ fhir:v "Germline" ]       ] [
fhir:code [ fhir:v "LA6684-0" ] ;
fhir:display [ fhir:v "Somatic" ]       ] [
fhir:code [ fhir:v "LA10429-1" ] ;
fhir:display [ fhir:v "Fetal" ]       ] [
fhir:code [ fhir:v "LA18194-3" ] ;
fhir:display [ fhir:v "Likely germline" ]       ] [
fhir:code [ fhir:v "LA18195-0" ] ;
fhir:display [ fhir:v "Likely somatic" ]       ] [
fhir:code [ fhir:v "LA18196-8" ] ;
fhir:display [ fhir:v "Likely fetal" ]       ] [
fhir:code [ fhir:v "LA18197-6" ] ;
fhir:display [ fhir:v "Unknown genomic origin" ]       ] [
fhir:code [ fhir:v "LA26807-0" ] ;
fhir:display [ fhir:v "De novo" ]       ] )     ] )
  ] . #