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

: Level of Evidence Value Set - TTL Representation

Draft as of 2026-08-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/level-of-evidence-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "level-of-evidence-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet level-of-evidence-vs</b></p><a name=\"level-of-evidence-vs\"> </a><a name=\"hclevel-of-evidence-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/LA30200-2/\">LA30200-2</a></td><td>Very strong evidence pathogenic</td></tr><tr><td><a href=\"https://loinc.org/LA30201-0/\">LA30201-0</a></td><td>Strong evidence pathogenic</td></tr><tr><td><a href=\"https://loinc.org/LA30202-8/\">LA30202-8</a></td><td>Moderate evidence pathogenic</td></tr><tr><td><a href=\"https://loinc.org/LA30203-6/\">LA30203-6</a></td><td>Supporting evidence pathogenic</td></tr><tr><td><a href=\"https://loinc.org/LA30204-4/\">LA30204-4</a></td><td>Supporting evidence benign</td></tr><tr><td><a href=\"https://loinc.org/LA30205-1/\">LA30205-1</a></td><td>Strong evidence benign</td></tr><tr><td><a href=\"https://loinc.org/LA30206-9/\">LA30206-9</a></td><td>Stand-alone evidence pathogenic</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://rarelink.bih-charite.de/fhir/ValueSet/level-of-evidence-vs"] ;
  fhir:ValueSet.version [ fhir:value "2.0.0"] ;
  fhir:ValueSet.name [ fhir:value "LevelOfEvidenceVS"] ;
  fhir:ValueSet.title [ fhir:value "Level of Evidence Value Set"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.date [ fhir:value "2026-08-01T16:27:48+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Berlin Institute of Health - Charité Universitätsmedizin Berlin"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Berlin Institute of Health - Charité Universitätsmedizin Berlin" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://github.com/BIH-CEI/RareLink" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "adam.graefe@charite.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "LOINC LA codes describing evidence strength for a variant."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30200-2" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Very strong evidence pathogenic" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30201-0" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Strong evidence pathogenic" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30202-8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Moderate evidence pathogenic" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30203-6" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Supporting evidence pathogenic" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30204-4" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Supporting evidence benign" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30205-1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Strong evidence benign" ]
       ], [
         fhir:index 6 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30206-9" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stand-alone evidence pathogenic" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/level-of-evidence-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/level-of-evidence-vs.ttl> .