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 Age - 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-age"]; # 
  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-age</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-44<a name=\"cs-findRisc-screening-age-0-44\"> </a></td><td>The patient age is between 0 and 44 years</td><td>Patient age between 0 and 44 years (44 inclusive)</td></tr><tr><td style=\"white-space:nowrap\">45-54<a name=\"cs-findRisc-screening-age-45-54\"> </a></td><td>The patient age is between 45 and 54 years</td><td>Patient age between 45 and 54 years (54 inclusive)</td></tr><tr><td style=\"white-space:nowrap\">55-64<a name=\"cs-findRisc-screening-age-55-64\"> </a></td><td>The patient age is between 55 and 64 years</td><td>Patient age between 55 and 64 years (64 inclusive)</td></tr><tr><td style=\"white-space:nowrap\">65-<a name=\"cs-findRisc-screening-age-65-\"> </a></td><td>The patient age is older than 65 years</td><td>Patient age older than 65 years (65 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-44</td><td>Patient age between 0 and 44 years (44 inclusive)</td><td>Âge du patient entre 0 et 44 ans (44 inclus)</td><td>Leeftijd patiënt tussen 0 en 44 jaar (44 inclusief)</td></tr><tr><td>45-54</td><td>Patient age between 45 and 54 years (54 inclusive)</td><td>Âge du patient entre 45 et 54 ans (54 inclus)</td><td>Leeftijd patiënt tussen 45 en 54 jaar (54 inclusief)</td></tr><tr><td>55-64</td><td>Patient age between 55 and 64 years (64 inclusive)</td><td>Âge du patient entre 55 et 64 ans (64 inclus)</td><td>Leeftijd patiënt tussen 55 en 64 jaar (64 inclusief)</td></tr><tr><td>65-</td><td>Patient age older than 65 years (65 inclusive)</td><td>Âge du patient de plus de 65 ans (65 inclus)</td><td>Leeftijd van de patiënt ouder dan 65 jaar (inclusief 65)</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-age"]; # 
  fhir:CodeSystem.version [ fhir:value "1.0.0"]; # 
  fhir:CodeSystem.name [ fhir:value "CSFindRiscScreeningAge"]; # 
  fhir:CodeSystem.title [ fhir:value "Code System - FINDRISC screening age"]; # 
  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 age"]; # 
  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 "4"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "0-44" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient age is between 0 and 44 years" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient age between 0 and 44 years (44 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 age between 0 and 44 years (44 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Leeftijd patiënt tussen 0 en 44 jaar (44 inclusief)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Âge du patient entre 0 et 44 ans (44 inclus)" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "45-54" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient age is between 45 and 54 years" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient age between 45 and 54 years (54 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 age between 45 and 54 years (54 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Leeftijd patiënt tussen 45 en 54 jaar (54 inclusief)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Âge du patient entre 45 et 54 ans (54 inclus)" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "55-64" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient age is between 55 and 64 years" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient age between 55 and 64 years (64 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 age between 55 and 64 years (64 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Leeftijd patiënt tussen 55 en 64 jaar (64 inclusief)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Âge du patient entre 55 et 64 ans (64 inclus)" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "65-" ];
     fhir:CodeSystem.concept.display [ fhir:value "The patient age is older than 65 years" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient age older than 65 years (65 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 age older than 65 years (65 inclusive)" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Leeftijd van de patiënt ouder dan 65 jaar (inclusief 65)" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Âge du patient de plus de 65 ans (65 inclus)" ]     ]
  ]. # 

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

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