{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/icvp/ValueSet-ICVPVaccineType.displays.json",
  "title": "Vaccine Types for use in the ICVP Display Values",
  "description": "Display values for Vaccine Types for use in the ICVP 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/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#YellowFever": {
      "en": "YellowFever"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#DiphtheriaTetanusPertussisacellularHepatitisBHaemophilusinfluenzaetypebPolioInactivated": {
      "en": "DiphtheriaTetanusPertussisacellularHepatitisBHaemophilusinfluenzaetypebPolioInactivated"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#DiphtheriaTetanusPertussiswholecellHepatitisBHaemophilusinfluenzaetypebPolioInactivated": {
      "en": "DiphtheriaTetanusPertussiswholecellHepatitisBHaemophilusinfluenzaetypebPolioInactivated"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineInactivatedIPV": {
      "en": "PolioVaccineInactivatedIPV"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineInactivatedSabinsIPV": {
      "en": "PolioVaccineInactivatedSabinsIPV"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineNovelOralnOPVType2": {
      "en": "PolioVaccineNovelOralnOPVType2"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineOralOPVBivalentTypes1and3": {
      "en": "PolioVaccineOralOPVBivalentTypes1and3"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineOralOPVMonovalentType1": {
      "en": "PolioVaccineOralOPVMonovalentType1"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineOralOPVMonovalentType2": {
      "en": "PolioVaccineOralOPVMonovalentType2"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineOralOPVMonovalentType3": {
      "en": "PolioVaccineOralOPVMonovalentType3"
    },
    "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType#PolioVaccineOralOPVTrivalent": {
      "en": "PolioVaccineOralOPVTrivalent"
    }
  },
  "fhir:valueSet": "http://smart.who.int/icvp/ValueSet/ICVPVaccineType",
  "fhir:version": "0.3.0",
  "fhir:expansionTimestamp": "2026-02-18T13:42:38.235802"
}