| Package | ehealthplatform.be.r4.federalprofiles |
| Resource Type | CodeSystem |
| Id | be-cs-score-category |
| FHIR Version | R4 |
| Source | https://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category |
| URL | https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category |
| Version | 1.0.0 |
| Status | active |
| Date | 2021-01-10T10:59:49+00:00 |
| Name | BeCSScoreCategory |
| Title | Score Category |
| Description | Score Category |
| Content | complete |
| ValueSet | |
| be-vs-scorecategory | Score Category Value Set |
No resources found
Note: links and images are rebased to the (stated) source
This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category defines the following codes:
| Code | Display | Definition |
| risk | Risk score | Risk score |
| pain | Pain score | Pain score |
| other | Other | Other |
Additional Language Displays
| Code | French (Belgium) (fr) | Nederlands (Belgiƫ) (Dutch (Belgium), nl) |
| risk | Risk score | Risk score |
| pain | Pain Score | Pain Score |
| other | Autre | andere |
{
"resourceType": "CodeSystem",
"id": "be-cs-score-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-score-category",
"version": "1.0.0",
"name": "BeCSScoreCategory",
"title": "Score Category",
"status": "active",
"date": "2021-01-10T10:59:49+00:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be"
}
]
},
{
"name": "Message structure",
"telecom": [
{
"system": "email",
"value": "message-structure@ehealth.fgov.be"
}
]
}
],
"description": "Score Category",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "056"
},
{
"system": "urn:iso:std:iso:3166",
"code": "BE"
}
]
}
],
"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"
}
]
}
]
}