Retention Implementation Guide
1.0.0 - ci-build

Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Body Temperature Codesystem - JSON Representation

Active as of 2022-11-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BodyTemperature",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/BodyTemperature</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"BodyTemperature-0\"> </a></td><td>37.2-37.8</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"BodyTemperature-1\"> </a></td><td>&gt;37.8</td><td>Input at item 1</td></tr></table></div>"
  },
  "url" : "https://www.retention-project.eu/ig/CodeSystem/BodyTemperature",
  "version" : "1.0.0",
  "name" : "Body_Temperature",
  "title" : "Body Temperature Codesystem",
  "status" : "active",
  "experimental" : true,
  "date" : "2022-11-28T14:27:31+02:00",
  "description" : "Code system with input values for Body Temperature",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "0",
      "display" : "37.2-37.8",
      "definition" : "Input at item 0"
    },
    {
      "code" : "1",
      "display" : ">37.8",
      "definition" : "Input at item 1"
    }
  ]
}