{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-CDHIv1.displays.json",
  "title": "Classification of Digital Health Interventions v1 Display Values",
  "description": "Display values for Classification of Digital Health Interventions v1 ValueSet codes. Generated from FHIR expansions.",
  "type": "object",
  "properties": {
    "fhir:displays": {
      "type": "object",
      "description": "Multilingual display values for ValueSet codes using IRI format to match JSON schema enum values",
      "patternProperties": {
        "^https?://.*": {
          "type": "object",
          "description": "Display values for a specific IRI-formatted code by language",
          "properties": {
            "en": {
              "type": "string",
              "description": "English display value"
            }
          },
          "patternProperties": {
            "^[a-z]{2}(-[A-Z]{2})?$": {
              "type": "string",
              "description": "Display value in the specified language (ISO 639-1 code)"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "fhir:displays"
  ],
  "additionalProperties": true,
  "fhir:displays": {
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.0": {
      "en": "Clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.1": {
      "en": "Targeted client communication"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.1.1": {
      "en": "Transmit health event alerts to specific population group(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.1.2": {
      "en": "Transmit targeted health information to client(s) based on health status or demographics"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.1.3": {
      "en": "Transmit targeted alerts and reminders to client(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.1.4": {
      "en": "Transmit diagnostics result, or availability of result, to client(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.2": {
      "en": "Untargeted client communication"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.2.1": {
      "en": "Transmit untargeted health information to an undefined population"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.2.2": {
      "en": "Transmit untargeted"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.3": {
      "en": "Client to client communication"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.3.1": {
      "en": "Peer group for clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.4": {
      "en": "Personal health tracking"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.4.1": {
      "en": "Access by client to own medical records"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.4.2": {
      "en": "Self monitoring of health or diagnostic data by client"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.4.3": {
      "en": "Active data capture/ documentation by client"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.5": {
      "en": "Citizen‐based reporting"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.5.1": {
      "en": "Reporting of health system feedback by clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.5.2": {
      "en": "Reporting of public health events by clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.6": {
      "en": "On‐demand information services to clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.6.1": {
      "en": "Client look‐up of health information"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.7": {
      "en": "Client financial transactions"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.7.1": {
      "en": "Transmit or manage out‐of‐pocket payments by client(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.7.2": {
      "en": "Transmit or manage vouchers to client(s) for health services"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#1.7.3": {
      "en": "Transmit or manage incentives to client(s) for health services"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.0": {
      "en": "Health workers"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.1": {
      "en": "Client identification and registration"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.1.1": {
      "en": "Verify client unique identity"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.1.2": {
      "en": "Enrol client for health services/clinical care plan"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.2": {
      "en": "Client health records"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.2.1": {
      "en": "Longitudinal tracking of clients’ health status and services"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.2.2": {
      "en": "Manage client’s structured clinical records"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.2.3": {
      "en": "Manage client’s unstructured clinical records"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.2.4": {
      "en": "Routine health indicator data collection and management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.3": {
      "en": "Health worker decision support"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.3.1": {
      "en": "Provide prompts and alerts based according to protocol"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.3.2": {
      "en": "Provide checklist according to protocol"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.3.3": {
      "en": "Screen clients by risk or other health status"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.4": {
      "en": "Telemedicine"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.4.1": {
      "en": "Consultations between remote client and health worker"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.4.2": {
      "en": "Remote monitoring of client health or diagnostic data by provider"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.4.3": {
      "en": "Transmission of medical data to health worker"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.4.4": {
      "en": "Consultations for case management between health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5": {
      "en": "Health worker communication"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5.1": {
      "en": "Communication from health worker(s) to supervisor"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5.2": {
      "en": "Communication and performance feedback to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5.3": {
      "en": "Transmit routine news and workflow notifications to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5.4": {
      "en": "Transmit non‐routine health event alerts to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.5.5": {
      "en": "Peer group for health workers"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.6": {
      "en": "Referral co‐ordination"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.6.1": {
      "en": "Coordinate emergency response and transport"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.6.2": {
      "en": "Manage referrals between points of service within health sector"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.6.3": {
      "en": "Manage referrals between health and other sectors"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.7": {
      "en": "Health worker activity planning and scheduling"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.7.1": {
      "en": "Identify client(s) in need of services"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.7.2": {
      "en": "Schedule health worker's activities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.8": {
      "en": "Health worker training"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.8.1": {
      "en": "Provide training content to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.8.2": {
      "en": "Assess capacity of health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.9": {
      "en": "Prescription and medication management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.9.1": {
      "en": "Transmit or track prescription orders"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.9.2": {
      "en": "Track client's medication consumption"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.9.3": {
      "en": "Report adverse drug events"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.10": {
      "en": "Laboratory and Diagnostics Imaging Management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.10.1": {
      "en": "Transmit diagnostic result to health worker"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.10.2": {
      "en": "Transmit and track diagnostic orders"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.10.3": {
      "en": "Capture diagnostic results from digital devices"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#2.10.4": {
      "en": "Track biological specimens"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.0": {
      "en": "Health system managers"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.1": {
      "en": "Human resource management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.1.1": {
      "en": "List health workforce cadres and related identification information"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.1.2": {
      "en": "Monitor performance of health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.1.3": {
      "en": "Manage certification/registration of health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.1.4": {
      "en": "Record training credentials of health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2": {
      "en": "Supply chain management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.1": {
      "en": "Manage inventory and distribution of health commodities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.2": {
      "en": "Notify stock levels of health commodities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.3": {
      "en": "Monitor cold‐chain sensitive commodities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.4": {
      "en": "Register licensed drugs and health commodities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.5": {
      "en": "Manage procurement of commodities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.2.6": {
      "en": "Report counterfeit or substandard drugs by clients"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.3": {
      "en": "Public health event notification"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.3.1": {
      "en": "Notification of public health events from point of diagnosis"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4": {
      "en": "Civil Registration and Vital Statistics"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.1": {
      "en": "Notify birth event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.2": {
      "en": "Register birth event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.3": {
      "en": "Certify birth event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.4": {
      "en": "Notify death event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.5": {
      "en": "Register death event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.4.6": {
      "en": "Certify death event"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5": {
      "en": "Health financing"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.1": {
      "en": "Register and verify client insurance membership"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.2": {
      "en": "Track insurance billing and claims submission"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.3": {
      "en": "Track and manage insurance reimbursement"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.4": {
      "en": "Transmit routine payroll payment to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.5": {
      "en": "Transmit or manage incentives to health worker(s)"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.5.6": {
      "en": "Manage budget and expenditures"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.6": {
      "en": "Equipment and asset management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.6.1": {
      "en": "Monitor status of health equipment"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.6.2": {
      "en": "Track regulation and licensing of medical equipment"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.7": {
      "en": "Facility management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.7.1": {
      "en": "List health facilities and related information"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#3.7.2": {
      "en": "Assess health facilities"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.0": {
      "en": "Data services"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.1": {
      "en": "Data collection, management, and use"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.1.1": {
      "en": "Non‐routine data collection and management"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.1.2": {
      "en": "Data storage and aggregation"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.1.3": {
      "en": "Data synthesis and visualisation"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.1.4": {
      "en": "Automated analysis of data to generate new information or predictions on future events"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.2": {
      "en": "Data coding"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.2.1": {
      "en": "Parse unstructured data into structured data"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.2.2": {
      "en": "Merge, de‐duplicate, and curate coded datasets or terminologies"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.2.3": {
      "en": "Classify disease codes or cause of mortality"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.3": {
      "en": "Location mapping"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.3.1": {
      "en": "Map location of health facilities/structures"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.3.2": {
      "en": "Map location of health events"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.3.3": {
      "en": "Map location of clients and households"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.3.4": {
      "en": "Map location of health worker"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.4": {
      "en": "Data exchange and interoperability"
    },
    "http://smart.who.int/base/CodeSystem/CDHIv1#4.4.1": {
      "en": "Data exchange across systems"
    }
  },
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/CDHIv1",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-04-01T14:14:21.028035"
}