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 physical activity - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "cs-findRisc-screening-physicalActivity",
"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-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>"
},
"url" : "http://hl7belgium.org/profiles/fhir/manzana/CodeSystem/cs-findRisc-screening-physicalActivity",
"version" : "1.0.0",
"name" : "CSFindRiscScreeningPhysicalActivity",
"title" : "Code System - FINDRISC screening physical activity",
"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 physical activity",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "more-4-hours",
"display" : "Physical activity for more than 4 hours per week",
"definition" : "Physical activity time more than 4 hours per week",
"designation" : [
{
"language" : "en-GB",
"value" : "Physical activity time more than 4 hours per week"
},
{
"language" : "nl-BE",
"value" : "Lichamelijke activiteitstijd meer dan 4 uur per week"
},
{
"language" : "fr-BE",
"value" : "Temps d'activité physique plus de 4 heures par semaine"
}
]
},
{
"code" : "less-4-hours",
"display" : "Physical activity for less than 4 hours per week",
"definition" : "Physical activity time less than 4 hours per week",
"designation" : [
{
"language" : "en-GB",
"value" : "Physical activity time smaller than 4 hours per week"
},
{
"language" : "nl-BE",
"value" : "Lichamelijke activiteit gedurende minder dan 4 uur per week"
},
{
"language" : "fr-BE",
"value" : "Activité physique moins de 4 heures par semaine"
}
]
}
]
}