FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/NIHSS9Sprog

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeValueSet
IdNIHSS9Sprog
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-NIHSS9Sprog.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/NIHSS9Sprog
Version2.12.0
Statusactive
Date2022-06-27T00:00:00+02:00
NameNIHSS9Sprog
TitleNIHSS - 9. Sprog
DescriptionThe National Institute of Health Stroke Scale (NIHSS) - 9. Sprog (bed patienten beskrive billeder, benævne genstande, læse sætninger)

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
NIHSS9LanguageThe National Institute of Health Stroke Scale (NIHSS) - 9. Best Language

Narrative

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

Generated Narrative: ValueSet NIHSS9Sprog

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/NIHSS9Language
    CodeDisplayDefinition
    00 = Ingen afasiNo aphasia; normal.
    11 = Let til moderat afasiMild-to-moderate aphasia; some obvious loss of fluency or facility of comprehension, without significant limitation on ideas expressed or form of expression. Reduction of speech and/or comprehension, however, makes conversation about provided materials difficult or impossible. For example, in conversation about provided materials, examiner can identify picture or naming card content from patient's response.
    22 = Svær afasiSevere aphasia; all communication is through fragmentary expression; great need for inference, questioning, and guessing by the listener. Range of information that can be exchanged is limited; listener carries burden of communication. Examiner cannot identify materials provided from patient response.
    33 = Global afasiMute, global aphasia; no usable speech or auditory comprehension.

Source

{
  "resourceType": "ValueSet",
  "id": "NIHSS9Sprog",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/NIHSS9Sprog",
  "version": "2.12.0",
  "name": "NIHSS9Sprog",
  "title": "NIHSS - 9. Sprog",
  "status": "active",
  "experimental": true,
  "date": "2022-06-27T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "The National Institute of Health Stroke Scale (NIHSS) - 9. Sprog (bed patienten beskrive billeder, benævne genstande, læse sætninger)",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/NIHSS9Language",
        "concept": [
          {
            "code": "0",
            "display": "0 = Ingen afasi"
          },
          {
            "code": "1",
            "display": "1 = Let til moderat afasi"
          },
          {
            "code": "2",
            "display": "2 = Svær afasi"
          },
          {
            "code": "3",
            "display": "3 = Global afasi"
          }
        ]
      }
    ]
  }
}