This page is part of the Belgium eHealth FHIR Core specifications (v1.2.2: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "be-cs-score-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category 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\">risk<a name=\"be-cs-score-category-risk\"/></td><td>Risk score</td><td>Risk score</td></tr><tr><td style=\"white-space:nowrap\">pain<a name=\"be-cs-score-category-pain\"/></td><td>Pain score</td><td>Pain score</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"be-cs-score-category-other\"/></td><td>Other</td><td>Other</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (Belgiƫ) (Dutch (Belgium), nl)</b></td></tr><tr><td>risk</td><td>Risk score</td><td>Risk score</td></tr><tr><td>pain</td><td>Pain Score</td><td>Pain Score</td></tr><tr><td>other</td><td>Autre</td><td>andere</td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category",
"version" : "1.2.2",
"name" : "BeCSScoreCategory",
"title" : "Score Category",
"status" : "active",
"date" : "2021-01-10T10:59:49+00:00",
"publisher" : "eHealth",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.fgov.be/"
}
]
}
],
"description" : "Score Category",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "056"
}
]
}
],
"content" : "complete",
"concept" : [
{
"code" : "risk",
"display" : "Risk score",
"definition" : "Risk score",
"designation" : [
{
"language" : "fr-BE",
"value" : "Risk score"
},
{
"language" : "nl-BE",
"value" : "Risk score"
}
]
},
{
"code" : "pain",
"display" : "Pain score",
"definition" : "Pain score",
"designation" : [
{
"language" : "fr-BE",
"value" : "Pain Score"
},
{
"language" : "nl-BE",
"value" : "Pain Score"
}
]
},
{
"code" : "other",
"display" : "Other",
"definition" : "Other",
"designation" : [
{
"language" : "fr-BE",
"value" : "Autre"
},
{
"language" : "nl-BE",
"value" : "andere"
}
]
}
]
}