FHIR Osiris Implementation Guide
2.1.0 - ci-build

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

: Fusion Type Value Set - TTL Representation

Draft as of 2024-03-21

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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FusionType"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><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/LA26331-1/\">LA26331-1</a></td><td>translocation</td></tr></table></li><li>Include these codes as defined in <code>https://github.com/siric-osiris/OSIRIS</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>O28-1</td><td>readthrough</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/ValueSet/FusionType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "FusionType"] ; # 
  fhir:title [ fhir:v "Fusion Type Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-03-21T14:34:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Arkhn"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Arkhn" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://arkhn.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@arkhn.com" ]     ] )
  ] [
fhir:name [ fhir:v "Nicolas Riss" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "nicolas@arkhn.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Fusion Type"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA26331-1" ] ;
fhir:display [ fhir:v "translocation" ]       ] )     ] [
fhir:system [ fhir:v "https://github.com/siric-osiris/OSIRIS"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "O28-1" ] ;
fhir:display [ fhir:v "readthrough" ]       ] )     ] )
  ] . #