Gravitate Health FHIR Implementation Guide (FHIR R4)
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide (FHIR R4), published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health-ips/ and changes regularly. See the Directory of published versions

: EQ-5D-5L Levels - JSON Representation

Active as of 2025-10-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "eq5d-levels-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem eq5d-levels-cs</b></p><a name=\"eq5d-levels-cs\"> </a><a name=\"hceq5d-levels-cs\"> </a><p>This  code system <code>http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/eq5d-levels-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"eq5d-levels-cs-1\"> </a></td><td>No problems</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"eq5d-levels-cs-2\"> </a></td><td>Slight problems</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"eq5d-levels-cs-3\"> </a></td><td>Moderate problems</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"eq5d-levels-cs-4\"> </a></td><td>Severe problems</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"eq5d-levels-cs-5\"> </a></td><td>Extreme problems / unable to</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/eq5d-levels-cs",
  "version" : "0.1.0",
  "name" : "EQ5DLevelsCS",
  "title" : "EQ-5D-5L Levels",
  "status" : "active",
  "date" : "2025-10-09T08:05:56+00:00",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "No problems"
    },
    {
      "code" : "2",
      "display" : "Slight problems"
    },
    {
      "code" : "3",
      "display" : "Moderate problems"
    },
    {
      "code" : "4",
      "display" : "Severe problems"
    },
    {
      "code" : "5",
      "display" : "Extreme problems / unable to"
    }
  ]
}