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

FHIR IG analytics

Packagehl7.fhir.be.scoring
Resource TypeCodeSystem
IdCodeSystem-cs-rhsadl.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/costateixeira/BeScoreResults/CodeSystem-cs-rhsadl.html
URLhttps://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-rhsadl
Version0.1.0
Statusactive
Date2026-07-01T12:23:58+00:00
NameCS_rHSADL
TitleRisk of Adverse Outcomes in the Form of ADL Decline in Hospital (rHSADL)
Realmbe
Authorityhl7
DescriptionRisk of Adverse Outcomes in the Form of ADL Decline in Hospital (rHSADL)
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-rhsadl

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

CodeDisplay
rHSADL_0 Niet geactiveerd
rHSADL_1 Geactiveerd

Additional Language Displays

CodeDeutsch (German, de)French (fr)
rHSADL_0Nicht aktiviertPas activé
rHSADL_1AktiviertActivé

Source1

{
  "resourceType": "CodeSystem",
  "id": "cs-rhsadl",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/scoring/CodeSystem/cs-rhsadl",
  "version": "0.1.0",
  "name": "CS_rHSADL",
  "title": "Risk of Adverse Outcomes in the Form of ADL Decline in Hospital (rHSADL)",
  "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": "Risk of Adverse Outcomes in the Form of ADL Decline in Hospital (rHSADL)",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "rHSADL_0",
      "display": "Niet geactiveerd",
      "designation": [
        {
          "language": "de",
          "value": "Nicht aktiviert"
        },
        {
          "language": "fr",
          "value": "Pas activé"
        }
      ]
    },
    {
      "code": "rHSADL_1",
      "display": "Geactiveerd",
      "designation": [
        {
          "language": "de",
          "value": "Aktiviert"
        },
        {
          "language": "fr",
          "value": "Activé"
        }
      ]
    }
  ]
}