{
  "$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": "ALB"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#AND": {
      "en": "AND"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ARM": {
      "en": "ARM"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BEL": {
      "en": "BEL"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BRA": {
      "en": "BRA"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#CYP": {
      "en": "CYP"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#CZE": {
      "en": "CZE"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#BEN": {
      "en": "BEN"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#EST": {
      "en": "EST"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FRO": {
      "en": "FRO"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FIN": {
      "en": "FIN"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#FRA": {
      "en": "FRA"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ISL": {
      "en": "ISL"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#IDN": {
      "en": "IDN"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#IRL": {
      "en": "IRL"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#LVA": {
      "en": "LVA"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#LTU": {
      "en": "LTU"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MYS": {
      "en": "MYS"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MLT": {
      "en": "MLT"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#MCO": {
      "en": "MCO"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#OMN": {
      "en": "OMN"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#NLD": {
      "en": "NLD"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#NZL": {
      "en": "NZL"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#POL": {
      "en": "POL"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#PRT": {
      "en": "PRT"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SMR": {
      "en": "SMR"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SGP": {
      "en": "SGP"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SVK": {
      "en": "SVK"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SVN": {
      "en": "SVN"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#ESP": {
      "en": "ESP"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#SWE": {
      "en": "SWE"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#THA": {
      "en": "THA"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#TGO": {
      "en": "TGO"
    },
    "http://smart.who.int/refmart/CodeSystems/REF_COUNTRY#TUR": {
      "en": "TUR"
    }
  },
  "fhir:valueSet": "http://smart.who.int/trust/ValueSet/Participants",
  "fhir:version": "1.5.0",
  "fhir:expansionTimestamp": "2026-04-24T13:37:47.581068"
}