Retention Implementation Guide
1.0.0 - ci-build

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

: NYHA class Codesystem - JSON Representation

Active as of 2022-11-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "NyhaClass",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/NyhaClass</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\">1<a name=\"NyhaClass-1\"> </a></td><td>I</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"NyhaClass-2\"> </a></td><td>II</td><td>Input at item 2</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"NyhaClass-3\"> </a></td><td>III</td><td>Input at item 3</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"NyhaClass-4\"> </a></td><td>IV</td><td>Input at item 4</td></tr></table></div>"
  },
  "url" : "https://www.retention-project.eu/ig/CodeSystem/NyhaClass",
  "version" : "1.0.0",
  "name" : "NYHA_class",
  "title" : "NYHA class Codesystem",
  "status" : "active",
  "experimental" : true,
  "date" : "2022-11-28T14:27:31+02:00",
  "description" : "Code system with input values for NYHA class",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "I",
      "definition" : "Input at item 1"
    },
    {
      "code" : "2",
      "display" : "II",
      "definition" : "Input at item 2"
    },
    {
      "code" : "3",
      "display" : "III",
      "definition" : "Input at item 3"
    },
    {
      "code" : "4",
      "display" : "IV",
      "definition" : "Input at item 4"
    }
  ]
}