FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.scoring
Resource TypeCodeSystem
IdCodeSystem-cs-ciadl.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/costateixeira/BeScoreResults/CodeSystem-cs-ciadl.html
URLhttps://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-ciadl
Version0.1.0
Statusactive
Date2026-07-01T12:23:58+00:00
NameCS_cIADL
TitleInstrumentele activiteiten van het dagelijks leven (IADL)
Realmbe
Authorityhl7
DescriptionInstrumentele activiteiten van het dagelijks leven (IADL)
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cs-ciadl

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-ciadl defines the following codes:

CodeDisplay
cIADL_0 Niet geactiveerd: geen mogelijkheid tot verbetering.
cIADL_1 Geactiveerd op de mogelijkheid tot verbetering.

Additional Language Displays

CodeDeutsch (German, de)French (fr)
cIADL_0Nicht aktiviert: keine Möglichkeit der Verbesserung.Pas activé : pas de possibilité d'amélioration.
cIADL_1Aktiviert: Möglichkeit der Verbesserung.Activé : possibilité d’amélioration.

Source1

{
  "resourceType": "CodeSystem",
  "id": "cs-ciadl",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-ciadl",
  "version": "0.1.0",
  "name": "CS_cIADL",
  "title": "Instrumentele activiteiten van het dagelijks leven (IADL)",
  "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": "Instrumentele activiteiten van het dagelijks leven (IADL)",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "cIADL_0",
      "display": "Niet geactiveerd: geen mogelijkheid tot verbetering.",
      "designation": [
        {
          "language": "de",
          "value": "Nicht aktiviert: keine Möglichkeit der Verbesserung."
        },
        {
          "language": "fr",
          "value": "Pas activé : pas de possibilité d'amélioration."
        }
      ]
    },
    {
      "code": "cIADL_1",
      "display": "Geactiveerd op de mogelijkheid tot verbetering.",
      "designation": [
        {
          "language": "de",
          "value": "Aktiviert: Möglichkeit der Verbesserung."
        },
        {
          "language": "fr",
          "value": "Activé : possibilité d’amélioration."
        }
      ]
    }
  ]
}