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

: Literacy Level (Low/Medium/High) - JSON Representation

Active as of 2025-10-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "literacy-level-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet literacy-level-vs</b></p><a name=\"literacy-level-vs\"> </a><a name=\"hcliteracy-level-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-literacy-cs.html\"><code>http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/literacy-cs</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">&#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-literacy-cs.html#literacy-cs-low\">low</a></td><td style=\"color: #cccccc\">Low</td></tr><tr><td><a href=\"CodeSystem-literacy-cs.html#literacy-cs-medium\">medium</a></td><td style=\"color: #cccccc\">Medium</td></tr><tr><td><a href=\"CodeSystem-literacy-cs.html#literacy-cs-high\">high</a></td><td style=\"color: #cccccc\">High</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/gravitate-health-ips/ValueSet/literacy-level-vs",
  "version" : "0.1.0",
  "name" : "LiteracyLevelVS",
  "title" : "Literacy Level (Low/Medium/High)",
  "status" : "active",
  "date" : "2025-10-09T08:05:56+00:00",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/literacy-cs",
        "concept" : [
          {
            "code" : "low"
          },
          {
            "code" : "medium"
          },
          {
            "code" : "high"
          }
        ]
      }
    ]
  }
}