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 physical activity - 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-physicalActivity"]; # 
  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-physicalActivity</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\">more-4-hours<a name=\"cs-findRisc-screening-physicalActivity-more-4-hours\"> </a></td><td>Physical activity for more than 4 hours per week</td><td>Physical activity time more than 4 hours per week</td></tr><tr><td style=\"white-space:nowrap\">less-4-hours<a name=\"cs-findRisc-screening-physicalActivity-less-4-hours\"> </a></td><td>Physical activity for less than 4 hours per week</td><td>Physical activity time less than 4 hours per week</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>more-4-hours</td><td>Physical activity time more than 4 hours per week</td><td>Temps d'activité physique plus de 4 heures par semaine</td><td>Lichamelijke activiteitstijd meer dan 4 uur per week</td></tr><tr><td>less-4-hours</td><td>Physical activity time smaller than 4 hours per week</td><td>Activité physique moins de 4 heures par semaine</td><td>Lichamelijke activiteit gedurende minder dan 4 uur per week</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-physicalActivity"]; # 
  fhir:CodeSystem.version [ fhir:value "1.0.0"]; # 
  fhir:CodeSystem.name [ fhir:value "CSFindRiscScreeningPhysicalActivity"]; # 
  fhir:CodeSystem.title [ fhir:value "Code System - FINDRISC screening physical activity"]; # 
  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 physical activity"]; # 
  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 "2"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "more-4-hours" ];
     fhir:CodeSystem.concept.display [ fhir:value "Physical activity for more than 4 hours per week" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Physical activity time more than 4 hours per week" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-GB" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Physical activity time more than 4 hours per week" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Lichamelijke activiteitstijd meer dan 4 uur per week" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Temps d'activité physique plus de 4 heures par semaine" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "less-4-hours" ];
     fhir:CodeSystem.concept.display [ fhir:value "Physical activity for less than 4 hours per week" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Physical activity time less than 4 hours per week" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-GB" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Physical activity time smaller than 4 hours per week" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "nl-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Lichamelijke activiteit gedurende minder dan 4 uur per week" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-BE" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Activité physique moins de 4 heures par semaine" ]     ]
  ]. # 

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

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