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

FHIR IG Statistics: ValueSet/SSSBevidsthed

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeValueSet
IdSSSBevidsthed
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-SSSBevidsthed.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/SSSBevidsthed
Version2.12.0
Statusactive
Date2022-06-23T00:00:00+02:00
NameSSSBevidsthed
TitleScandinavian Stroke Scale - Bevidsthed
DescriptionScandinavian Stroke Scale - Bevidsthed

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
SSSConsciousnessScandinavian Stroke Scale (SSS) - Consciousness

Narrative

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

Generated Narrative: ValueSet SSSBevidsthed

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/SSSConsciousness
    CodeDisplayDefinition
    66: vågen ved fuld bevidsthedVågen, er ved fuld bevidsthed
    44: somnolent, kan vækkes til vågen tilstandSomnolent: pt. kan vækkes til vågen tilstand, men pt. falder hen, når vedkommende overlades til sig selv.
    22: reagerer på verbal opfordring Reagerer på verbal opfordring
    00: dybt bevidstløsDybt bevidstløs.

Source

{
  "resourceType": "ValueSet",
  "id": "SSSBevidsthed",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/SSSBevidsthed",
  "version": "2.12.0",
  "name": "SSSBevidsthed",
  "title": "Scandinavian Stroke Scale - Bevidsthed",
  "status": "active",
  "experimental": true,
  "date": "2022-06-23T00: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": "Scandinavian Stroke Scale - Bevidsthed",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/SSSConsciousness",
        "concept": [
          {
            "code": "6",
            "display": "6: vågen ved fuld bevidsthed"
          },
          {
            "code": "4",
            "display": "4: somnolent, kan vækkes til vågen tilstand"
          },
          {
            "code": "2",
            "display": "2: reagerer på verbal opfordring "
          },
          {
            "code": "0",
            "display": "0: dybt bevidstløs"
          }
        ]
      }
    ]
  }
}