Retention Implementation Guide
1.0.0 - ci-build

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

: Body weight Codesystem - JSON Representation

Active as of 2022-11-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BodyWeight",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/BodyWeight</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=\"BodyWeight-0\"> </a></td><td>Gain &gt;1kg in one day</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"BodyWeight-1\"> </a></td><td>Gain ≥3kg in 2 days</td><td>Input at item 1</td></tr></table></div>"
  },
  "url" : "https://www.retention-project.eu/ig/CodeSystem/BodyWeight",
  "version" : "1.0.0",
  "name" : "Body_weight",
  "title" : "Body weight Codesystem",
  "status" : "active",
  "experimental" : true,
  "date" : "2022-11-28T14:27:31+02:00",
  "description" : "Code system with input values for Body weight",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "0",
      "display" : "Gain >1kg in one day",
      "definition" : "Input at item 0"
    },
    {
      "code" : "1",
      "display" : "Gain ≥3kg in 2 days",
      "definition" : "Input at item 1"
    }
  ]
}