MIABIS on FHIR Implementation Guide
1.3.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.3.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 2026-09-08

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/CodeSystem/miabis-storage-temperature-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "miabis-storage-temperature-cs"] ;
  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: CodeSystem miabis-storage-temperature-cs</b></p><a name=\"miabis-storage-temperature-cs\"> </a><a name=\"hcmiabis-storage-temperature-cs\"> </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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs"] ;
  fhir:CodeSystem.version [ fhir:value "1.3.0"] ;
  fhir:CodeSystem.name [ fhir:value "StorageTemperatureCS"] ;
  fhir:CodeSystem.title [ fhir:value "MIABIS Storage Temperature Code System"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-08T16:35:50+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "BBMRI-ERIC"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "BBMRI-ERIC" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://bbmri-eric.eu" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "contact@bbmri-eric.eu" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Radovan Tomasik" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "radovan.tomasik@bbmri-eric.eu" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Code System used to describe the storage temperature of a sample"] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "RT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Room temperature" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2to10" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "between 2 and 10 degrees Celsius" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "-18to-35" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "between -18 and -35 degrees Celsius" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "-60to-85" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "between -60 and -85 degrees Celsius" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "LN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "liquid nitrogen, -150 to -196 degrees Celsius" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "Other" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "any other temperature or long time storage information" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/miabis-storage-temperature-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/miabis-storage-temperature-cs.ttl> .