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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeValueSet
IdValueSet-glasgow-coma-score-eye.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "glasgow-coma-score-eye",
  "url": "http://fhir.de/ValueSet/glasgow-coma-score-eye",
  "status": "active",
  "version": "1.6.0-ballot",
  "experimental": false,
  "date": "2025-12-23",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "name": "VS_Score_GlasgowComaScore_Eye",
  "title": "VS Score Glasgow Coma Score Eye",
  "description": "Dieses ValueSet enthält Codes für die Augenöffnung Komponente des Glasgow Coma Scores.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA6553-7",
            "display": "No eye opening",
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 1
              }
            ]
          },
          {
            "code": "LA6554-5",
            "display": "Eye opening to pain",
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 2
              }
            ]
          },
          {
            "code": "LA6555-2",
            "display": "Eye opening to verbal command",
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 3
              }
            ]
          },
          {
            "code": "LA6556-0",
            "display": "Eye opening spontaneously",
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 4
              }
            ]
          }
        ]
      }
    ]
  }
}