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. For a full list of available versions, see the Directory of published versions

: CodeSystem - FINDRISC Screening BMI - TTL Representation

Draft as of 2022-06-24

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "cs-findRisc-screening-bmi"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-bmi"]; # 
  fhir:CodeSystem.version [ fhir:value "1.0.0"]; # 
  fhir:CodeSystem.name [ fhir:value "CSFindRiscScreeningBmi"]; # 
  fhir:CodeSystem.title [ fhir:value "Code System - FINDRISC screening BMI"]; # 
  fhir:CodeSystem.status [ fhir:value "draft"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-06-24T14:28:28+02:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 Belgium"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Belgium" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://hl7belgium.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7belgium.org" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Manzana findRisc screening question patient BMI"]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "BE" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "0-24" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient BMI is between 0 and 24" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient BMI between 0 and 24 (24 inclusive)" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-GB" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Patient BMI between 0 and 24 (24 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "BMI van de patiënt tussen 0 en 24 (inclusief 24)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "IMC du patient entre 0 et 24 (24 inclus)" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "25-30" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient BMI is between 25 and 30" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient BMI between 25 and 30 (30 inclusive)" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-GB" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Patient BMI between 25 and 30 (30 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "BMI van de patiënt tussen 25 en 30 (inclusief 30)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "IMC du patient entre 25 et 30 (30 inclus)" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "31-" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient BMI is greater than 31" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient BMI greater than 31 (31 inclusive)" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-GB" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Patient BMI greater than 31 (31 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "BMI van de patiënt hoger dan 31 (inclusief 31)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "IMC du patient supérieur à 31 (31 inclus)" ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.