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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.icu
Resource TypeStructureDefinition
IdStructureDefinition-mii-pr-icu-score-icdsc.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.icu@2026.0.0&canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc
URLhttps://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc
Version2026.0.0
Statusdraft
NameMII_PR_ICU_Score_ICDSC
TitleMII PR ICU Score ICDSC
Realmde
DescriptionIntensive Care Delirium Screening Checklist (ICDSC) for delirium assessment. Evaluates 8 items over a shift (usually 8-12 hours). Each item scores 0 (absent) or 1 (present). Total score ranges from 0-8. A score of 0: no delirium, 1-3: subsyndromal delirium, ≥4: delirium.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
mii-pr-icu-scoreMII PR ICU Score
ValueSet
delirium-interpretationMII VS ICU Delirium Interpretation

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "mii-pr-icu-score-icdsc",
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc",
  "version": "2026.0.0",
  "name": "MII_PR_ICU_Score_ICDSC",
  "title": "MII PR ICU Score ICDSC",
  "status": "draft",
  "publisher": "Medizininformatik Initiative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "description": "Intensive Care Delirium Screening Checklist (ICDSC) for delirium assessment. Evaluates 8 items over a shift (usually 8-12 hours). Each item scores 0 (absent) or 1 (present). Total score ranges from 0-8. A score of 0: no delirium, 1-3: subsyndromal delirium, ≥4: delirium.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding:sct",
        "path": "Observation.code.coding",
        "sliceName": "sct",
        "patternCoding": {
          "code": "1351995008",
          "system": "http://snomed.info/sct",
          "display": "Intensive Care Delirium Screening Checklist score (observable entity)"
        }
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.value[x]:valueInteger",
        "path": "Observation.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-score-range",
            "severity": "error",
            "human": "ICDSC total score must be between 0 and 8",
            "expression": "value >= 0 and value <= 8",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "short": "Delirium status",
        "definition": "No delirium (0), subsyndromal delirium (1-3), delirium (≥4)",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/delirium-interpretation"
        }
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            }
          ],
          "rules": "closed"
        },
        "min": 8,
        "max": "8"
      },
      {
        "id": "Observation.component:altered-consciousness",
        "path": "Observation.component",
        "sliceName": "altered-consciousness",
        "short": "Altered consciousness",
        "definition": "No response (5 points in GCS), need for vigorous stimulation to obtain any response (1 point), or spontaneously drowsy (RASS -1 to -3) but easy to arouse (1 point)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:altered-consciousness.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Altered level of consciousness"
      },
      {
        "id": "Observation.component:altered-consciousness.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:altered-consciousness.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:inattention",
        "path": "Observation.component",
        "sliceName": "inattention",
        "short": "Inattention",
        "definition": "Difficulty following conversation or instructions, easily distracted by external stimuli, difficulty shifting focus",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:inattention.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Inattention"
      },
      {
        "id": "Observation.component:inattention.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:inattention.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:disorientation",
        "path": "Observation.component",
        "sliceName": "disorientation",
        "short": "Disorientation",
        "definition": "Manifest disorientation to time, place, or person (≥ 1 error)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:disorientation.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Disorientation"
      },
      {
        "id": "Observation.component:disorientation.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:disorientation.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:hallucination-delusion",
        "path": "Observation.component",
        "sliceName": "hallucination-delusion",
        "short": "Hallucination, delusion, or psychosis",
        "definition": "Clinical manifestation of hallucination or behavior suggestive of hallucination, gross distortion or misrepresentation of reality",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:hallucination-delusion.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Hallucination, delusion, or psychosis"
      },
      {
        "id": "Observation.component:hallucination-delusion.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:hallucination-delusion.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:psychomotor-agitation-retardation",
        "path": "Observation.component",
        "sliceName": "psychomotor-agitation-retardation",
        "short": "Psychomotor agitation or retardation",
        "definition": "Hyperactivity requiring sedation or restraints, hypoactivity or clinically noticeable psychomotor slowing",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:psychomotor-agitation-retardation.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Psychomotor agitation or retardation"
      },
      {
        "id": "Observation.component:psychomotor-agitation-retardation.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:psychomotor-agitation-retardation.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:inappropriate-speech-mood",
        "path": "Observation.component",
        "sliceName": "inappropriate-speech-mood",
        "short": "Inappropriate speech or mood",
        "definition": "Inappropriate, disorganized, or incoherent speech, inappropriate display of emotion",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:inappropriate-speech-mood.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Inappropriate speech or mood"
      },
      {
        "id": "Observation.component:inappropriate-speech-mood.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:inappropriate-speech-mood.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:sleep-wake-disturbance",
        "path": "Observation.component",
        "sliceName": "sleep-wake-disturbance",
        "short": "Sleep/wake cycle disturbance",
        "definition": "Sleeping less than 4 hours or frequent awakening at night, sleeping most of the day",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:sleep-wake-disturbance.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Sleep/wake cycle disturbance"
      },
      {
        "id": "Observation.component:sleep-wake-disturbance.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:sleep-wake-disturbance.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      },
      {
        "id": "Observation.component:symptom-fluctuation",
        "path": "Observation.component",
        "sliceName": "symptom-fluctuation",
        "short": "Symptom fluctuation",
        "definition": "Fluctuation of manifestation of any item or symptom over 24 hours",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:symptom-fluctuation.code.text",
        "path": "Observation.component.code.text",
        "patternString": "Symptom fluctuation"
      },
      {
        "id": "Observation.component:symptom-fluctuation.value[x]",
        "path": "Observation.component.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:symptom-fluctuation.value[x]:valueInteger",
        "path": "Observation.component.value[x]",
        "sliceName": "valueInteger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "constraint": [
          {
            "key": "icdsc-item-range",
            "severity": "error",
            "human": "ICDSC item score must be 0 or 1",
            "expression": "value = 0 or value = 1",
            "source": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-icdsc"
          }
        ]
      }
    ]
  }
}