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

FHIR IG Statistics: ValueSet/NIHSS1aBevidsthedsniveau

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdNIHSS1aBevidsthedsniveau
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-NIHSS1aBevidsthedsniveau.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/NIHSS1aBevidsthedsniveau
Version2.12.0
Statusactive
Date2022-06-24T00:00:00+02:00
NameNIHSS1aBevidsthedsniveau
TitleNIHSS - 1a. Bevidsthedsniveau
DescriptionThe National Institute of Health Stroke Scale (NIHSS) - 1a. Bevidsthedsniveau

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
NIHSS1aLOCThe National Institute of Health Stroke Scale (NIHSS) - 1a. Level of Consciousness

Narrative

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

Generated Narrative: ValueSet NIHSS1aBevidsthedsniveau

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/NIHSS1aLOC
    CodeDisplayDefinition
    00 = Helt vågen, reagerer naturligtAlert; keenly responsive.
    11 = Ikke vågen, men responderer ved mindre stimuliNot alert; but arousable by minor stimulation to obey, answer, or respond.
    22 = Ikke vågen, kan kun vækkes ved gentagne eller kraftige stimuliNot alert; requires repeated stimulation to attend, or is obtunded and requires strong or painful stimulation to make movements (not stereotyped).
    33 = KomaResponds only with reflex motor or autonomic effects or totally unresponsive, flaccid, and areflexic.

Source

{
  "resourceType": "ValueSet",
  "id": "NIHSS1aBevidsthedsniveau",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/NIHSS1aBevidsthedsniveau",
  "version": "2.12.0",
  "name": "NIHSS1aBevidsthedsniveau",
  "title": "NIHSS - 1a. Bevidsthedsniveau",
  "status": "active",
  "experimental": true,
  "date": "2022-06-24T00: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) - 1a. Bevidsthedsniveau",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/NIHSS1aLOC",
        "concept": [
          {
            "code": "0",
            "display": "0 = Helt vågen, reagerer naturligt"
          },
          {
            "code": "1",
            "display": "1 = Ikke vågen, men responderer ved mindre stimuli"
          },
          {
            "code": "2",
            "display": "2 = Ikke vågen, kan kun vækkes ved gentagne eller kraftige stimuli"
          },
          {
            "code": "3",
            "display": "3 = Koma"
          }
        ]
      }
    ]
  }
}