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 medication for high blood pressure - JSON Representation

Draft as of 2022-06-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-findRisc-screening-medicationHBP",
  "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-medicationHBP</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\">Y<a name=\"cs-findRisc-screening-medicationHBP-Y\"> </a></td><td>Yes</td><td>Yes</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"cs-findRisc-screening-medicationHBP-N\"> </a></td><td>No</td><td>No</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>Y</td><td>Yes</td><td>Oui</td><td>Ja</td></tr><tr><td>N</td><td>No</td><td>Non</td><td>Nee</td></tr></table></div>"
  },
  "url" : "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-medicationHBP",
  "version" : "1.0.0",
  "name" : "CSFindRiscScreeningMedicationHighBloodPressure",
  "title" : "Code System - FINDRISC screening medication high blood pressure",
  "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 medication high blood pressure",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "Y",
      "display" : "Yes",
      "definition" : "Yes",
      "designation" : [
        {
          "language" : "en-GB",
          "value" : "Yes"
        },
        {
          "language" : "nl-BE",
          "value" : "Ja"
        },
        {
          "language" : "fr-BE",
          "value" : "Oui"
        }
      ]
    },
    {
      "code" : "N",
      "display" : "No",
      "definition" : "No",
      "designation" : [
        {
          "language" : "en-GB",
          "value" : "No"
        },
        {
          "language" : "nl-BE",
          "value" : "Nee"
        },
        {
          "language" : "fr-BE",
          "value" : "Non"
        }
      ]
    }
  ]
}