BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: Storage Temperature - TTL Representation

Active as of 2023-09-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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "StorageTemperature"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.bbmri.de/CodeSystem/StorageTemperature"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "StorageTemperature"] ; # 
  fhir:title [ fhir:v "Storage Temperature"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-09-01T11:58:43+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "bbmri.de"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "bbmri.de" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "bbmri.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "feedback@germanbiobanknode.de" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "temperature2to10" ] ;
fhir:display [ fhir:v "Degrees Celsius 2 to 10" ]
  ] [
fhir:code [ fhir:v "temperature-18to-35" ] ;
fhir:display [ fhir:v "Degrees Celsius -18 to -35" ]
  ] [
fhir:code [ fhir:v "temperature-60to-85" ] ;
fhir:display [ fhir:v "Degrees Celsius -60 to -85" ]
  ] [
fhir:code [ fhir:v "temperatureGN" ] ;
fhir:display [ fhir:v "Gaseous nitrogen" ]
  ] [
fhir:code [ fhir:v "temperatureLN" ] ;
fhir:display [ fhir:v "Liquid nitrogen" ]
  ] [
fhir:code [ fhir:v "temperatureRoom" ] ;
fhir:display [ fhir:v "Room temperature" ]
  ] [
fhir:code [ fhir:v "temperatureOther" ] ;
fhir:display [ fhir:v "Other storage temperature" ]
  ] ) . #