HL7 Terminology (THO)
7.1.0 - UTG Consensus Review Proposal UP-806 International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 7.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Reading Mode

Active as of 2026-05-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "reading-mode",
  "meta" : {
    "lastUpdated" : "2026-05-11T00:00:00.000+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem reading-mode</b></p><a name=\"reading-mode\"> </a><a name=\"hcreading-mode\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2026-05-11 00:00:00+0000; Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/reading-mode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">braille<a name=\"reading-mode-braille\"> </a></td><td>Braille</td><td>A tactile writing system used by individuals who are visually impaired.</td></tr><tr><td style=\"white-space:nowrap\">large-print<a name=\"reading-mode-large-print\"> </a></td><td>Large Print</td><td>Printed materials formatted with enlarged text to assist individuals with low vision.</td></tr><tr><td style=\"white-space:nowrap\">digital-spoken<a name=\"reading-mode-digital-spoken\"> </a></td><td>Digital Documents that Can Be Spoken Out Loud</td><td>Digital documents formatted to be compatible with text-to-speech technology.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cgp"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/reading-mode",
  "version" : "1.0.0",
  "name" : "ReadingMode",
  "title" : "Reading Mode",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-11T00:00:00-04:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "Defines concepts to identify accessible reading formats that an individual may prefer for written health care materials.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "braille",
      "display" : "Braille",
      "definition" : "A tactile writing system used by individuals who are visually impaired."
    },
    {
      "code" : "large-print",
      "display" : "Large Print",
      "definition" : "Printed materials formatted with enlarged text to assist individuals with low vision."
    },
    {
      "code" : "digital-spoken",
      "display" : "Digital Documents that Can Be Spoken Out Loud",
      "definition" : "Digital documents formatted to be compatible with text-to-speech technology."
    }
  ]
}