MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

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

: MIABIS Storage Temperature Code System - TTL Representation

Active as of 2025-05-15

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 "miabis-storage-temperature-cs"] ; # 
  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 miabis-storage-temperature-cs</b></p><a name=\"miabis-storage-temperature-cs\"> </a><a name=\"hcmiabis-storage-temperature-cs\"> </a><a name=\"miabis-storage-temperature-cs-en-US\"> </a><p>This  code system <code>https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">RT<a name=\"miabis-storage-temperature-cs-RT\"> </a></td><td>Room temperature</td></tr><tr><td style=\"white-space:nowrap\">2to10<a name=\"miabis-storage-temperature-cs-2to10\"> </a></td><td>between 2 and 10 degrees Celsius</td></tr><tr><td style=\"white-space:nowrap\">-18to-35<a name=\"miabis-storage-temperature-cs--18to-35\"> </a></td><td>between -18 and -35 degrees Celsius</td></tr><tr><td style=\"white-space:nowrap\">-60to-85<a name=\"miabis-storage-temperature-cs--60to-85\"> </a></td><td>between -60 and -85 degrees Celsius</td></tr><tr><td style=\"white-space:nowrap\">LN<a name=\"miabis-storage-temperature-cs-LN\"> </a></td><td>liquid nitrogen, -150 to -196 degrees Celsius</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"miabis-storage-temperature-cs-Other\"> </a></td><td>any other temperature or long time storage information</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "StorageTemperatureCS"] ; # 
  fhir:title [ fhir:v "MIABIS Storage Temperature Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-05-15T13:14:34+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BBMRI-ERIC"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BBMRI-ERIC" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bbmri-eric.eu" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@bbmri-eric.eu" ]     ] )
  ] [
fhir:name [ fhir:v "Radovan Tomasik" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radovan.tomasik@bbmri-eric.eu" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System used to describe the storage temperature of a sample"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "RT" ] ;
fhir:display [ fhir:v "Room temperature" ]
  ] [
fhir:code [ fhir:v "2to10" ] ;
fhir:display [ fhir:v "between 2 and 10 degrees Celsius" ]
  ] [
fhir:code [ fhir:v "-18to-35" ] ;
fhir:display [ fhir:v "between -18 and -35 degrees Celsius" ]
  ] [
fhir:code [ fhir:v "-60to-85" ] ;
fhir:display [ fhir:v "between -60 and -85 degrees Celsius" ]
  ] [
fhir:code [ fhir:v "LN" ] ;
fhir:display [ fhir:v "liquid nitrogen, -150 to -196 degrees Celsius" ]
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "any other temperature or long time storage information" ]
  ] ) . #