{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/trust/ValueSet-Participants.displays.json",
  "title": "WHO GDHCN Trust Network Participant Display Values",
  "description": "Display values for WHO GDHCN Trust Network Participant 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/trust/CodeSystem/Participants#WHO": {
      "en": "WHO"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ALB": {
      "en": "Albania"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#AND": {
      "en": "Andorra"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ARM": {
      "en": "Armenia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BEL": {
      "en": "Belgium"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BRA": {
      "en": "Brazil"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#CYP": {
      "en": "Cyprus"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#CZE": {
      "en": "Czechia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BEN": {
      "en": "Benin"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#EST": {
      "en": "Estonia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FRO": {
      "en": "Faroe Islands"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FIN": {
      "en": "Finland"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FRA": {
      "en": "France"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ISL": {
      "en": "Iceland"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#IDN": {
      "en": "Indonesia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#IRL": {
      "en": "Ireland"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#LVA": {
      "en": "Latvia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#LTU": {
      "en": "Lithuania"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MYS": {
      "en": "Malaysia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MLT": {
      "en": "Malta"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MCO": {
      "en": "Monaco"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#OMN": {
      "en": "Oman"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#NLD": {
      "en": "Netherlands (Kingdom of the)"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#NZL": {
      "en": "New Zealand"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#POL": {
      "en": "Poland"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#PRT": {
      "en": "Portugal"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SMR": {
      "en": "San Marino"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SGP": {
      "en": "Singapore"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SVK": {
      "en": "Slovakia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SVN": {
      "en": "Slovenia"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ESP": {
      "en": "Spain"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SWE": {
      "en": "Sweden"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#THA": {
      "en": "Thailand"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#TGO": {
      "en": "Togo"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#TUR": {
      "en": "Türkiye"
    }
  },
  "fhir:valueSet": "http://smart.who.int/trust/ValueSet/Participants",
  "fhir:version": "1.1.6",
  "fhir:expansionTimestamp": "2025-11-19T10:50:36+00:00"
}