FHIR IG analytics| Package | hl7.fhir.be.scoring |
| Resource Type | CodeSystem |
| Id | CodeSystem-cs-cphsadl.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/costateixeira/BeScoreResults/CodeSystem-cs-cphsadl.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-cphsadl |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-07-01T12:23:58+00:00 |
| Name | CS_cpHSADL |
| Title | Activiteiten van het dagelijks leven (ADL)- Preventie |
| Realm | be |
| Authority | hl7 |
| Description | Activiteiten van het dagelijks leven (ADL)- Preventie |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cs-cphsadl
This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-cphsadl defines the following codes:
| Code | Display |
| cpHSADL_0 | Niet geactiveerd |
| cpHSADL_1 | Geactiveerd |
Additional Language Displays
| Code | Deutsch (German, de) | French (fr) |
| cpHSADL_0 | Nicht aktiviert | Non activé |
| cpHSADL_1 | Aktiviert | Activé |
{
"resourceType": "CodeSystem",
"id": "cs-cphsadl",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-cphsadl",
"version": "0.1.0",
"name": "CS_cpHSADL",
"title": "Activiteiten van het dagelijks leven (ADL)- Preventie",
"status": "active",
"experimental": false,
"date": "2026-07-01T12:23:58+00:00",
"publisher": "Example Publisher",
"contact": [
{
"name": "Example Publisher",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"description": "Activiteiten van het dagelijks leven (ADL)- Preventie",
"caseSensitive": true,
"content": "complete",
"count": 2,
"concept": [
{
"code": "cpHSADL_0",
"display": "Niet geactiveerd",
"designation": [
{
"language": "de",
"value": "Nicht aktiviert"
},
{
"language": "fr",
"value": "Non activé"
}
]
},
{
"code": "cpHSADL_1",
"display": "Geactiveerd",
"designation": [
{
"language": "de",
"value": "Aktiviert"
},
{
"language": "fr",
"value": "Activé"
}
]
}
]
}