{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE126.schema.json",
  "title": "IMMZ.D.DE126 ValueSet for Disease targeted Schema",
  "description": "JSON Schema for IMMZ.D.DE126 ValueSet for Disease targeted ValueSet codes. Values are represented as Coding objects with 'system' and 'code' properties.",
  "type": "object",
  "required": [
    "system",
    "code"
  ],
  "additionalProperties": false,
  "properties": {
    "system": {
      "type": "string",
      "const": "http://smart.who.int/immunizations/CodeSystem/IMMZ.D"
    },
    "code": {
      "type": "string",
      "enum": [
        "DE127",
        "DE128",
        "DE129",
        "DE133",
        "DE135",
        "DE136",
        "DE137",
        "DE139",
        "DE140",
        "DE141",
        "DE142",
        "DE143",
        "DE144",
        "DE175",
        "DE146",
        "DE176",
        "DE177",
        "DE178",
        "DE179",
        "DE180",
        "DE181",
        "DE182",
        "DE183",
        "DE184",
        "DE148"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the IMMZ.D.DE126 ValueSet for Disease targeted ValueSet. Each value must be an object with 'system' (CodeSystem URI) and 'code' (fragment after '#') properties. Display values are available at http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE126.displays.json. The canonical IRI for a code can be reconstructed as system + '#' + code. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
  "fhir:displays": "http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE126.displays.json",
  "fhir:valueSet": "http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE126",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2025-06-25T16:39:07.092Z"
}