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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-reading-mode.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem reading-mode

Last updated: 2026-05-11 00:00:00+0000; Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/reading-mode defines the following codes:

CodeDisplayDefinition
braille BrailleA tactile writing system used by individuals who are visually impaired.
large-print Large PrintPrinted materials formatted with enlarged text to assist individuals with low vision.
digital-spoken Digital Documents that Can Be Spoken Out LoudDigital documents formatted to be compatible with text-to-speech technology.

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}