{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/immunizations/ValueSet-IMMZD5DTRubellaContraindicationsVS.schema.json",
  "title": "IMMZD5DTRubellaContraindications ValueSet for Decision Table Schema",
  "description": "JSON Schema for IMMZD5DTRubellaContraindications ValueSet for Decision Table 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/IMMZDAK"
    },
    "code": {
      "type": "string",
      "enum": [
        "The client is currently pregnant-52",
        "Rubella vaccination is contraindicated-56",
        "The client is planning to get pregnant in next month-76",
        "Clinical judgement is required. Create a clinical note-66",
        "The client is receiving blood products-58",
        "The client has history of severe allergic reactions-59",
        "Rubella vaccination could be contraindicated. Clinical judgement is required. Create a clinical note-66",
        "The client has symptomatic HIV infection-59",
        "The client has TB disease-44",
        "The client has immunodeficiency syndromes-60",
        "The client is exposed to immunosuppressive treatment-72"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the IMMZD5DTRubellaContraindications ValueSet for Decision Table 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-IMMZD5DTRubellaContraindicationsVS.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-IMMZD5DTRubellaContraindicationsVS.displays.json",
  "fhir:valueSet": "http://smart.who.int/immunizations/ValueSet/IMMZD5DTRubellaContraindicationsVS",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2025-09-29T20:59:26.458Z"
}