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

Active as of 2025-05-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "miabis-storage-temperature-cs",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs",
  "version" : "1.0.0",
  "name" : "StorageTemperatureCS",
  "title" : "MIABIS Storage Temperature Code System",
  "status" : "active",
  "date" : "2025-05-15T13:14:34+00:00",
  "publisher" : "BBMRI-ERIC",
  "contact" : [
    {
      "name" : "BBMRI-ERIC",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bbmri-eric.eu"
        },
        {
          "system" : "email",
          "value" : "contact@bbmri-eric.eu"
        }
      ]
    },
    {
      "name" : "Radovan Tomasik",
      "telecom" : [
        {
          "system" : "email",
          "value" : "radovan.tomasik@bbmri-eric.eu",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Code System used to describe the storage temperature of a sample",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "RT",
      "display" : "Room temperature"
    },
    {
      "code" : "2to10",
      "display" : "between 2 and 10 degrees Celsius"
    },
    {
      "code" : "-18to-35",
      "display" : "between -18 and -35 degrees Celsius"
    },
    {
      "code" : "-60to-85",
      "display" : "between -60 and -85 degrees Celsius"
    },
    {
      "code" : "LN",
      "display" : "liquid nitrogen, -150 to -196 degrees Celsius"
    },
    {
      "code" : "Other",
      "display" : "any other temperature or long time storage information"
    }
  ]
}