NIHSS Calculator

Last edit by Alaric Steinmetz on

NIHSS Score
Level of consciousness
LOC Questions
Ask the patient the current month and their age.
LOC Commands
Ask the patient to open and close their eyes, then to open and close the non-paretic hand (if the hand is not functional, another command should be performed).
Gaze
Only test horizontal eye movements.
Visual
Finger perimetry testing of all 4 quadrants.
Facial Palsy
Ask the patient to smile, then to close their eyes. If the command is not understood: use pantomime or look for symmetry of the grimace on painful stimulus.
Motor Function of the Right Arm
Hold the right arm for 10 seconds at 90 degrees sitting or 45 degrees lying.
Motor Function of the Left Arm
Hold the left arm for 10 seconds at 90 degrees sitting or 45 degrees lying.
Motor Function of the Right Leg
Hold the right leg for 5 seconds at 30 degrees lying.
Motor Function of the Left Leg
Hold the left leg for 5 seconds at 30 degrees lying.
Ataxia
Finger-nose test and heel-shin test bilaterally with eyes open. Do not test in case of incomplete wakefulness or plegia.
Sensory
Testing with a pin on the face, arm, trunk and leg. In case of reduced vigilance, test with a painful stimulus.
Language
Dysarthria
Neglect

Article information

Article created by
Last edited:
on
Revision history

3 edits by 1 author

Edit · Alaric Steinmetz ·

No content change recorded

Edit · Alaric Steinmetz · (+683 −4)
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Level of consciousness</span> </div> </div> <fieldset> <div class="bg-white rounded-md -space-y-px"> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="consciousness" x-on:click="consciousness = 0"> <div class="ml-3 flex flex-col"> <span class="text-sm font-medium text-left">Alert, keenly responsive. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="consciousness" x-on:click="consciousness = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Not alert, but arousable by minor stimulation. <span class="text-sm font-bold">(1 point)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="consciousness" x-on:click="consciousness = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Not alert, requires repeated stimulation or is lethargic and responds to painful stimulation with purposeful motor responses. <span class="text-sm font-bold">(2 points)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="consciousness" x-on:click="consciousness = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Unresponsive, responds only with reflex motor activity. <span class="text-sm font-bold">(3 points)</span></span> </div> </label> </div> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> LOC Questions </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Ask the patient the current month and their age.</span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="questions" x-on:click="questions = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Both answers correct <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="questions" x-on:click="questions = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> One answer correct or the patient is unable to speak due to dysarthria or intubation. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="questions" x-on:click="questions = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Neither answer correct, aphasic or stuporous patient. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> LOC Commands </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Ask the patient to open and close their eyes, then to open and close the non-paretic hand (if the hand is not functional, another command should be performed). </span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="commands" x-on:click="commands = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Both tasks performed. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="commands" x-on:click="commands = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> One task performed correctly. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="commands" x-on:click="commands = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No task performed correctly. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Gaze </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Only test horizontal eye movements.</span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="gaze" x-on:click="gaze = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No gaze palsy. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="gaze" x-on:click="gaze = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Partial gaze palsy. Abnormal in both eyes but improving with oculocephalic maneuver or abnormal in one eye. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="gaze" x-on:click="gaze = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Forced deviation or total gaze palsy of both eyes. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Visual </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Finger perimetry testing of all 4 quadrants.</span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="visual" x-on:click="visual = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Normal or monocular blindness without visual field deficit of the other eye. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="visual" x-on:click="visual = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Quadrantanopia <span class="text-sm font-bold">(1 point)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="visual" x-on:click="visual = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Complete hemianopia <span class="text-sm font-bold">(2 points)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="visual" x-on:click="visual = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Bilateral visual loss including cortical blindness. <span class="text-sm font-bold">(3 points)</span></span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Facial Palsy </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Ask the patient to smile, then to close their eyes. If the command is not understood: use pantomime or look for symmetry of the grimace on painful stimulus.</span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="facial" x-on:click="facial = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Normal symmetrical movement. <span class="text-sm font-bold">(0 points)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="facial" x-on:click="facial = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Minor paresis: flattened nasolabial fold, asymmetry on smiling. <span class="text-sm font-bold">(1 point)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="facial" x-on:click="facial = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Partial paresis, total or near-total paresis of the lower half of the face. <span class="text-sm font-bold">(2 points)</span></span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="facial" x-on:click="facial = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Complete paralysis in the upper and lower half of the face. <span class="text-sm font-bold">(3 points)</span></span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Motor Function of the Right Arm </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Hold the right arm for 10 seconds at 90 degrees sitting or 45 degrees lying. </span>”
  • Text added: “<fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No drift within 10 seconds. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Drift after less than 10 seconds but without touching the supporting surface. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Patient can hold the arm but cannot fully extend it or the arm drifts and touches the supporting surface. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No effort against gravity. <span class="text-sm font-bold">(3 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 4"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No movement, plegia. <span class="text-sm font-bold">(4 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightarm" x-on:click="motorrightarm = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Not assessable, for example due to amputation. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Motor Function of the Left Arm </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Hold the left arm for 10 seconds at 90 degrees sitting or 45 degrees lying. </span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No drift within 10 seconds. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Drift after less than 10 seconds but without touching the supporting surface. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Patient can hold the arm but cannot fully extend it or the arm drifts and touches the supporting surface. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No effort against gravity. <span class="text-sm font-bold">(3 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 4"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No movement, plegia. <span class="text-sm font-bold">(4 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftarm" x-on:click="motorleftarm = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Not assessable, for example due to amputation. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Motor Function of the Right Leg </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Hold the right leg for 5 seconds at 30 degrees lying. </span>”
  • Text added: “<fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No drift within 5 seconds. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Drift after less than 5 seconds but without touching the supporting surface. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Partial effort against gravity. Patient can hold the leg but cannot fully extend it or the leg drifts and touches the supporting surface. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No effort against gravity. <span class="text-sm font-bold">(3 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 4"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No movement, plegia. <span class="text-sm font-bold">(4 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorrightleg" x-on:click="motorrightleg = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Not assessable, for example due to amputation. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600"> Motor Function of the Left Leg </span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Hold the left leg for 5 seconds at 30 degrees lying. </span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No drift within 5 seconds. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Drift after less than 5 seconds but without touching the supporting surface. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Partial effort against gravity. Patient can hold the leg but cannot fully extend it or the leg drifts and touches the supporting surface. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No effort against gravity. <span class="text-sm font-bold">(3 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 4"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No movement, plegia. <span class="text-sm font-bold">(4 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="motorleftleg" x-on:click="motorleftleg = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Not assessable, for example due to amputation. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Ataxia</span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Finger-nose test and heel-shin test bilaterally with eyes open. Do not test in case of incomplete wakefulness or plegia. </span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="ataxia" x-on:click="ataxia = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> No ataxia or not assessable, for example due to plegia. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="ataxia" x-on:click="ataxia = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Ataxia present in one limb. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="ataxia" x-on:click="ataxia = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Ataxia present in two or more limbs. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Sensory</span> </div> </div> <span class="relative flex justify-center text-lg font-medium text-gray-900 m-3">Testing with a pin on the face, arm, trunk and leg. In case of reduced vigilance, test with a painful stimulus.</span> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="sensory" x-on:click="sensory = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Normal sensation. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="sensory" x-on:click="sensory = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Partial loss of sensation. Touch on one side is weaker or only reacts to a painful stimulus. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="sensory" x-on:click="sensory = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Severe or total loss of sensation. <span class="text-sm font-bold">(2 points)</span></span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Language</span> </div> </div> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="language" x-on:click="language = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Normal language. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="language" x-on:click="language = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Mild to moderate aphasia: paraphasias or word substitutions. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="language" x-on:click="language = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Severe aphasia, communication largely impossible. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="language" x-on:click="language = 3"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium"> Mute, global aphasia. <span class="text-sm font-bold">(3 points)</span> </span> </div> </label> </fieldset>”
  • Text added: “<div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Dysarthria</span> </div> </div> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="dysarthria" x-on:click="dysarthria = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Normal articulation or not assessable. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="dysarthria" x-on:click="dysarthria = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Mild to moderate dysarthria: some words slurred. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="dysarthria" x-on:click="dysarthria = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Nearly unintelligible. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset> <div class="relative"> <div class="absolute inset-0 flex items-center" aria-hidden="true"> <div class="w-full border-t border-gray-300"></div> </div> <div class="relative flex justify-center"> <span class="m-5 px-3 bg-white text-lg font-medium text-sky-600">Neglect</span> </div> </div> <fieldset> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="neglect" x-on:click="neglect = 0"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">No neglect. <span class="text-sm font-bold">(0 points)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="neglect" x-on:click="neglect = 1"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Visual, tactile, auditory, spatial or personal inattention or extinction with bilateral simultaneous stimulation in one of the sensory modalities. <span class="text-sm font-bold">(1 point)</span> </span> </div> </label> <label class="rounded-tl-md rounded-tr-md relative border p-4 flex cursor-pointer focus:outline-none"><input type="radio" name="neglect" x-on:click="neglect = 2"> <div class="ml-3 flex flex-col"> <span class="block text-sm font-medium">Severe hemispatial inattention or extinction in more than one modality. Patient does not recognize their own hand, for example, or only orients to one side of space. <span class="text-sm font-bold">(2 points)</span> </span> </div> </label> </fieldset> </div> <div id="ad-management-config-settings" data-blocklist-adhesion-desktop="1"></div>”
  • Text changed: “<div x-data="{ conciencia: 0, preguntas: 0, ordenes: 0, movimientoparpebral: 0, campovisual: 0, paresiafacial: 0, motrizbrazoderecho: 0, motrizbrazoizquierdo: 0, motrizpiernaderecha: 0, motrizpiernaizquierda: 0, ataxia: 0, sensibilidad: 0, lenguaje: 0, disartria: 0, negligencia: 0}"> <div class="z-50 px-4 py-5 bg-gray-800 shadow rounded-lg overflow-hidden sm:p-6 fixed bottom-0 inset-x-0"> <dt class="text-sm font-medium text-gray-200 truncate"> NIHSS Score </dt> <dd id="gcs" class="mt-1 text-3xl font-semibold text-gray-200"> <span x-text="conciencia + preguntas + ordenes + movimientoparpebral + campovisual + paresiafacial + motrizbrazoderecho + motrizbrazoizquierdo + motrizpiernaderecha + motrizpiernaizquierda + ataxia + sensibilidad + lenguaje + disartria + negligencia"></span> </dd> </div> </div> <div id="ad-management-config-settings" data-blocklist-adhesion-desktop="1"></div>”“<div x-data="{ consciousness: 0, questions: 0, commands: 0, gaze: 0, visual: 0, facial: 0, motorrightarm: 0, motorleftarm: 0, motorrightleg: 0, motorleftleg: 0, ataxia: 0, sensory: 0, language: 0, dysarthria: 0, neglect: 0}"> <div class="z-50 px-4 py-5 bg-gray-800 shadow rounded-lg overflow-hidden sm:p-6 fixed bottom-0 inset-x-0"> <dt class="text-sm font-medium text-gray-200 truncate"> NIHSS Score </dt> <dd id="gcs" class="mt-1 text-3xl font-semibold text-gray-200"> <span x-text="consciousness + questions + commands + gaze + visual + facial + motorrightarm + motorleftarm + motorrightleg + motorleftleg + ataxia + sensory + language + dysarthria + neglect"></span> </dd> </div>”

Article created on · Alaric Steinmetz

Author list: