RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Reference Genome Value Set - TTL Representation
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 "reference-genome-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 reference-genome-vs</b></p><a name=\"reference-genome-vs\"> </a><a name=\"hcreference-genome-vs\"> </a><a name=\"reference-genome-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/LA14032-9/\">LA14032-9</a></td><td>NCBI Build 34 (hg16)</td></tr><tr><td><a href=\"https://loinc.org/LA14029-5/\">LA14029-5</a></td><td>GRCh37 (hg19)</td></tr><tr><td><a href=\"https://loinc.org/LA14030-3/\">LA14030-3</a></td><td>NCBI Build 36.1 (hg18)</td></tr><tr><td><a href=\"https://loinc.org/LA14031-1/\">LA14031-1</a></td><td>NCBI Build 35 (hg17)</td></tr><tr><td><a href=\"https://loinc.org/LA26806-2/\">LA26806-2</a></td><td>GRCh38 (hg38)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://rarelink.bih-charite.de/fhir/ValueSet/reference-genome-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "ReferenceGenomeVS"] ; #
fhir:title [ fhir:v "Reference Genome 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 specifying the reference genome build."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "LA14032-9" ] ;
fhir:display [ fhir:v "NCBI Build 34 (hg16)" ] ] [
fhir:code [ fhir:v "LA14029-5" ] ;
fhir:display [ fhir:v "GRCh37 (hg19)" ] ] [
fhir:code [ fhir:v "LA14030-3" ] ;
fhir:display [ fhir:v "NCBI Build 36.1 (hg18)" ] ] [
fhir:code [ fhir:v "LA14031-1" ] ;
fhir:display [ fhir:v "NCBI Build 35 (hg17)" ] ] [
fhir:code [ fhir:v "LA26806-2" ] ;
fhir:display [ fhir:v "GRCh38 (hg38)" ] ] ) ] )
] . #