{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-CDSCv1.displays.json",
  "title": "Health System Challenges Display Values",
  "description": "Display values for Health System Challenges 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/CDSCv1#A": {
      "en": "Census, population information & data warehouse"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#B": {
      "en": "Civil Registration and Vital Statistics"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#C": {
      "en": "Client applications"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#D": {
      "en": "Client communication system"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#E": {
      "en": "Clinical terminology and classifications"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#F": {
      "en": "Community-based Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#G": {
      "en": "Data interchange interoperability and accessibility"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#H": {
      "en": "Electronic Medical Record"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#I": {
      "en": "Emergency response system"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#J": {
      "en": "Environmental monitoring systems"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#K": {
      "en": "Facility Management Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#L": {
      "en": "Geographic Information Systems"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#M": {
      "en": "Health finance and insurance system"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#N": {
      "en": "Health Management Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#O": {
      "en": "Human Resource Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#P": {
      "en": "Identification registries and directories"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#Q": {
      "en": "Knowledge Management"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#R": {
      "en": "Laboratory and Diagnostic System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#S": {
      "en": "Learning and Training System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#T": {
      "en": "Logistics Management Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#U": {
      "en": "Pharmacy Information System"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#V": {
      "en": "Public health and disease surveillance"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#W": {
      "en": "Research information system"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#X": {
      "en": "SHR and health information repositories"
    },
    "http://smart.who.int/base/CodeSystem/CDSCv1#Y": {
      "en": "Telemedicine"
    }
  },
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/CDSCv1",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-04-01T14:14:21.031172"
}