Manzana Project FHIR Specifications
1.0.0 - release Belgium flag

This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CodeSystem - FINDRISC Screening BMI - JSON Representation

Draft as of 2022-06-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-findRisc-screening-bmi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-bmi</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-24<a name=\"cs-findRisc-screening-bmi-0-24\"> </a></td><td>The patient BMI is between 0 and 24</td><td>Patient BMI between 0 and 24 (24 inclusive)</td></tr><tr><td style=\"white-space:nowrap\">25-30<a name=\"cs-findRisc-screening-bmi-25-30\"> </a></td><td>The patient BMI is between 25 and 30</td><td>Patient BMI between 25 and 30 (30 inclusive)</td></tr><tr><td style=\"white-space:nowrap\">31-<a name=\"cs-findRisc-screening-bmi-31-\"> </a></td><td>The patient BMI is greater than 31</td><td>Patient BMI greater than 31 (31 inclusive)</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>English (Great Britain) (English (Great Britain), en)</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (België) (Dutch (Belgium), nl)</b></td></tr><tr><td>0-24</td><td>Patient BMI between 0 and 24 (24 inclusive)</td><td>IMC du patient entre 0 et 24 (24 inclus)</td><td>BMI van de patiënt tussen 0 en 24 (inclusief 24)</td></tr><tr><td>25-30</td><td>Patient BMI between 25 and 30 (30 inclusive)</td><td>IMC du patient entre 25 et 30 (30 inclus)</td><td>BMI van de patiënt tussen 25 en 30 (inclusief 30)</td></tr><tr><td>31-</td><td>Patient BMI greater than 31 (31 inclusive)</td><td>IMC du patient supérieur à 31 (31 inclus)</td><td>BMI van de patiënt hoger dan 31 (inclusief 31)</td></tr></table></div>"
  },
  "url" : "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-bmi",
  "version" : "1.0.0",
  "name" : "CSFindRiscScreeningBmi",
  "title" : "Code System - FINDRISC screening BMI",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-06-24T14:28:28+02:00",
  "publisher" : "HL7 Belgium",
  "contact" : [
    {
      "name" : "HL7 Belgium",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7belgium.org"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7belgium.org"
        }
      ]
    }
  ],
  "description" : "Manzana findRisc screening question patient BMI",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "0-24",
      "display" : "The patient BMI is between 0 and 24",
      "definition" : "Patient BMI between 0 and 24 (24 inclusive)",
      "designation" : [
        {
          "language" : "en-GB",
          "value" : "Patient BMI between 0 and 24 (24 inclusive)"
        },
        {
          "language" : "nl-BE",
          "value" : "BMI van de patiënt tussen 0 en 24 (inclusief 24)"
        },
        {
          "language" : "fr-BE",
          "value" : "IMC du patient entre 0 et 24 (24 inclus)"
        }
      ]
    },
    {
      "code" : "25-30",
      "display" : "The patient BMI is between 25 and 30",
      "definition" : "Patient BMI between 25 and 30 (30 inclusive)",
      "designation" : [
        {
          "language" : "en-GB",
          "value" : "Patient BMI between 25 and 30 (30 inclusive)"
        },
        {
          "language" : "nl-BE",
          "value" : "BMI van de patiënt tussen 25 en 30 (inclusief 30)"
        },
        {
          "language" : "fr-BE",
          "value" : "IMC du patient entre 25 et 30 (30 inclus)"
        }
      ]
    },
    {
      "code" : "31-",
      "display" : "The patient BMI is greater than 31",
      "definition" : "Patient BMI greater than 31 (31 inclusive)",
      "designation" : [
        {
          "language" : "en-GB",
          "value" : "Patient BMI greater than 31 (31 inclusive)"
        },
        {
          "language" : "nl-BE",
          "value" : "BMI van de patiënt hoger dan 31 (inclusief 31)"
        },
        {
          "language" : "fr-BE",
          "value" : "IMC du patient supérieur à 31 (31 inclus)"
        }
      ]
    }
  ]
}