{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/StructureDefinition-IMMZ_D13_Update_client_record.schema.json",
  "title": "IMMZ.D13.Update client record",
  "description": "Data elements for the IMMZ.D13.Update client record Data Dictionary Activity.",
  "type": "object",
  "properties": {
    "resourceType": {
      "type": "string",
      "const": "IMMZD13",
      "description": "Resource type identifier for IMMZ_D13_Update_client_record logical model"
    },
    "@context": {
      "description": "JSON-LD context for this logical model with ValueSet vocabularies",
      "anyOf": [
        {
          "type": "string",
          "format": "uri",
          "description": "URI reference to external JSON-LD context"
        },
        {
          "type": "object",
          "description": "Inline JSON-LD context",
          "properties": {
            "@version": {
              "type": "number",
              "const": 1.1
            },
            "fhir": {
              "type": "string",
              "const": "http://hl7.org/fhir/"
            }
          },
          "additionalProperties": {
            "type": "string",
            "format": "uri"
          }
        },
        {
          "type": "array",
          "description": "Array of JSON-LD context objects/URIs",
          "items": {
            "anyOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "object"
              }
            ]
          }
        }
      ]
    },
    "@type": {
      "type": "string",
      "description": "JSON-LD type identifier for IMMZ_D13_Update_client_record logical model",
      "examples": [
        "LogicalModel-IMMZ_D13_Update_client_record"
      ]
    },
    "IMMZD13": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "FHIR "
      },
      "description": "Data elements for the IMMZ.D13.Update client record Data Dictionary Activity."
    },
    "patient": {
      "type": "object",
      "description": "The patient."
    },
    "birthDose": {
      "type": "boolean",
      "description": "Indicates if the client received a dose within 24 hours of birth. Whether a birth dose is counted as part of the primary series will depend on the antigen"
    },
    "typeOfDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE258",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE258 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE258.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE258"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE258"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of dose in a series that the client received"
    },
    "completedThePrimaryVaccinationSeries": {
      "type": "boolean",
      "description": "Indicates if the client has completed the primary vaccination series of a product/antigen. If the client has not yet completed their primary series, it means they may be expected to receive more doses to complete their vaccination regimen for the respective product/antigen"
    },
    "completedTheBoosterSeries": {
      "type": "boolean",
      "description": "Indicates if the client has completed the booster series of a product/antigen"
    },
    "dateWhenPrimaryVaccinationSeriesWasCompleted": {
      "type": "string",
      "format": "date",
      "description": "The date when the client completed the primary vaccination series (per product/antigen)"
    },
    "hivStatus": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE204",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE204 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE204.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE204"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE204"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The current HIV status of the client"
    },
    "typeOfPoliovirusDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE212",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE212 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE212.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE212"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE212"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of the poliovirus vaccine dose administered to the client"
    },
    "typeOfJeDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE216",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE216 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE216.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE216"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE216"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of Japanese encephalitis (JE) vaccine dose administered to the client"
    },
    "typeOfTbeDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE220",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE220 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE220.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE220"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE220"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of tick-borne encephalitis (TBE) vaccine dose administered"
    },
    "typeOfTyphoidDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE225",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE225 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE225.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE225"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE225"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of typhoid vaccine dose administered to the client"
    },
    "typeOfCholeraDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE229",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE229 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE229.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE229"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE229"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of cholera vaccine dose administered to the client"
    },
    "typeOfMeningococcalDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE232",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE232 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE232.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE232"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE232"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of meningococcal vaccine dose administered to the client"
    },
    "typeOfHepatitisADose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE237",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE237 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE237.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE237"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE237"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of hepatitis A-containing vaccine dose administered to the client"
    },
    "typeOfHepatitisBDose": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE254",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE254 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE254.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE254"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE254"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The type of hepatitis B-containing vaccine dose administered to the client"
    },
    "vaccineType": {
      "type": "array",
      "items": {
        "oneOf": [
          {
            "type": "object",
            "description": "FHIR Coding from ValueSet IMMZ.Z.VS",
            "properties": {
              "system": {
                "type": "string",
                "description": "Code system URI"
              },
              "code": {
                "type": "string",
                "description": "Code value"
              },
              "display": {
                "type": "string",
                "description": "Human readable display text"
              }
            },
            "required": [
              "system",
              "code"
            ]
          },
          {
            "type": "object",
            "description": "Coding from ValueSet IMMZ.Z.VS (JSON-LD structure)",
            "properties": {
              "@type": {
                "type": "string",
                "const": "http://smart.who.int/base/ValueSet-IMMZ.Z.VS.jsonld",
                "description": "JSON-LD type reference to ValueSet IMMZ.Z.VS"
              },
              "@id": {
                "type": "string",
                "format": "uri",
                "description": "Full IRI of the code from ValueSet IMMZ.Z.VS"
              }
            },
            "required": [
              "@type",
              "@id"
            ],
            "additionalProperties": false
          }
        ],
        "description": "Coding from ValueSet IMMZ.Z.VS. Supports both FHIR Coding structure and JSON-LD structure."
      },
      "minItems": 1,
      "description": "Vaccine type/category that was administered or was to be administered. Any vaccine code available in the IMMZ.Z Vaccine library list of codes applies in this data element"
    },
    "dateAndTimeOfVaccination": {
      "type": "string",
      "format": "date-time",
      "description": "Represents the visit/encounter date, which is the date and time when each vaccine was administered to the client"
    },
    "contactDate": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time of the client's contact"
    },
    "ancContactNumber": {
      "type": "integer",
      "description": "The antenatal care (ANC) contact or visit number"
    },
    "doseNumber": {
      "type": "integer",
      "description": "Vaccine dose number including dose number within series"
    },
    "immunizationEventStatus": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE1",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE1 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE1.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE1"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE1"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The current status of the individual immunization event"
    },
    "reasonVaccineWasNotAdministered": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE5",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE5 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE5.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE5"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE5"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The reason this immunization event was not performed"
    },
    "vaccineBrand": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE18",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE18 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE18.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE18"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE18"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The brand or trade name used to refer to the vaccine received"
    },
    "liveVaccine": {
      "type": "boolean",
      "description": "Uses a living but weakened version of the virus or one that is very similar"
    },
    "countryOfVaccination": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet iso3166-1-3",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet iso3166-1-3 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-iso3166-1-3.jsonld",
              "description": "JSON-LD type reference to ValueSet iso3166-1-3"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet iso3166-1-3"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The service delivery country where the vaccine administration occurred"
    },
    "administrativeArea": {
      "type": "object",
      "description": "The service delivery location (location name, city, municipality, town or village) where the vaccine administration occurred"
    },
    "vaccineManufacturer": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE23",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE23 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE23.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE23"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE23"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "The manufacturer of the vaccine product"
    },
    "vaccineBatchNumber": {
      "type": "string",
      "description": "Batch number or lot number of vaccine"
    },
    "vaccineMarketAuthorizationHolder": {
      "oneOf": [
        {
          "type": "object",
          "description": "FHIR Coding from ValueSet IMMZ.D.DE25",
          "properties": {
            "system": {
              "type": "string",
              "description": "Code system URI"
            },
            "code": {
              "type": "string",
              "description": "Code value"
            },
            "display": {
              "type": "string",
              "description": "Human readable display text"
            }
          },
          "required": [
            "system",
            "code"
          ]
        },
        {
          "type": "object",
          "description": "Coding from ValueSet IMMZ.D.DE25 (JSON-LD structure)",
          "properties": {
            "@type": {
              "type": "string",
              "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE25.jsonld",
              "description": "JSON-LD type reference to ValueSet IMMZ.D.DE25"
            },
            "@id": {
              "type": "string",
              "format": "uri",
              "description": "Full IRI of the code from ValueSet IMMZ.D.DE25"
            }
          },
          "required": [
            "@type",
            "@id"
          ],
          "additionalProperties": false
        }
      ],
      "description": "Name of the market authorization holder of the vaccine received. If market authorization holder is unknown, vaccine manufacturer is REQUIRED"
    },
    "expirationDate": {
      "type": "string",
      "format": "date",
      "description": "The expiration date of the vaccine"
    },
    "doseQuantity": {
      "type": "object",
      "description": "The quantity of vaccine product that was administered"
    },
    "healthWorkerIdentifier": {
      "type": "string",
      "description": "The person, organization or role of the entity that performed the act of giving the vaccine to the client. The implementing system can choose to populate this field using data from a health worker registry or health-care facility registry"
    },
    "totalDosesInSeries": {
      "type": "integer",
      "description": "The recommended number of doses for immunity according to the national immunization schedule (which may be based on product, age, etc.)"
    },
    "diseaseTargeted": {
      "type": "array",
      "items": {
        "oneOf": [
          {
            "type": "object",
            "description": "FHIR Coding from ValueSet IMMZ.D.DE126",
            "properties": {
              "system": {
                "type": "string",
                "description": "Code system URI"
              },
              "code": {
                "type": "string",
                "description": "Code value"
              },
              "display": {
                "type": "string",
                "description": "Human readable display text"
              }
            },
            "required": [
              "system",
              "code"
            ]
          },
          {
            "type": "object",
            "description": "Coding from ValueSet IMMZ.D.DE126 (JSON-LD structure)",
            "properties": {
              "@type": {
                "type": "string",
                "const": "http://smart.who.int/base/ValueSet-IMMZ.D.DE126.jsonld",
                "description": "JSON-LD type reference to ValueSet IMMZ.D.DE126"
              },
              "@id": {
                "type": "string",
                "format": "uri",
                "description": "Full IRI of the code from ValueSet IMMZ.D.DE126"
              }
            },
            "required": [
              "@type",
              "@id"
            ],
            "additionalProperties": false
          }
        ],
        "description": "Coding from ValueSet IMMZ.D.DE126. Supports both FHIR Coding structure and JSON-LD structure."
      },
      "description": "Vaccine-preventable disease being targeted"
    },
    "dueDateOfNextDose": {
      "type": "string",
      "format": "date",
      "description": "Date on which the next vaccination should be administered, if a next dose is required"
    }
  },
  "required": [
    "resourceType",
    "patient",
    "typeOfDose",
    "vaccineType",
    "dateAndTimeOfVaccination",
    "doseNumber",
    "immunizationEventStatus",
    "vaccineBrand",
    "countryOfVaccination",
    "vaccineManufacturer",
    "vaccineMarketAuthorizationHolder"
  ],
  "resourceDefinition": "http://smart.who.int/immunizations/StructureDefinition/IMMZD13",
  "fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base",
  "jsonld:valuesets": [
    "IMMZ.D.DE216",
    "IMMZ.D.DE1",
    "IMMZ.D.DE204",
    "IMMZ.D.DE229",
    "IMMZ.D.DE254",
    "IMMZ.D.DE258",
    "IMMZ.D.DE212",
    "IMMZ.D.DE18",
    "IMMZ.D.DE5",
    "IMMZ.D.DE220",
    "IMMZ.D.DE25",
    "IMMZ.D.DE237",
    "IMMZ.D.DE232",
    "IMMZ.D.DE225",
    "iso3166-1-3",
    "IMMZ.D.DE126",
    "IMMZ.D.DE23",
    "IMMZ.Z.VS"
  ],
  "jsonld:contextTemplate": {
    "@version": 1.1,
    "fhir": "http://hl7.org/fhir/",
    "IMMZ.D.DE216": "http://smart.who.int/base/ValueSet-IMMZ.D.DE216.jsonld",
    "IMMZ.D.DE1": "http://smart.who.int/base/ValueSet-IMMZ.D.DE1.jsonld",
    "IMMZ.D.DE204": "http://smart.who.int/base/ValueSet-IMMZ.D.DE204.jsonld",
    "IMMZ.D.DE229": "http://smart.who.int/base/ValueSet-IMMZ.D.DE229.jsonld",
    "IMMZ.D.DE254": "http://smart.who.int/base/ValueSet-IMMZ.D.DE254.jsonld",
    "IMMZ.D.DE258": "http://smart.who.int/base/ValueSet-IMMZ.D.DE258.jsonld",
    "IMMZ.D.DE212": "http://smart.who.int/base/ValueSet-IMMZ.D.DE212.jsonld",
    "IMMZ.D.DE18": "http://smart.who.int/base/ValueSet-IMMZ.D.DE18.jsonld",
    "IMMZ.D.DE5": "http://smart.who.int/base/ValueSet-IMMZ.D.DE5.jsonld",
    "IMMZ.D.DE220": "http://smart.who.int/base/ValueSet-IMMZ.D.DE220.jsonld",
    "IMMZ.D.DE25": "http://smart.who.int/base/ValueSet-IMMZ.D.DE25.jsonld",
    "IMMZ.D.DE237": "http://smart.who.int/base/ValueSet-IMMZ.D.DE237.jsonld",
    "IMMZ.D.DE232": "http://smart.who.int/base/ValueSet-IMMZ.D.DE232.jsonld",
    "IMMZ.D.DE225": "http://smart.who.int/base/ValueSet-IMMZ.D.DE225.jsonld",
    "iso3166-1-3": "http://smart.who.int/base/ValueSet-iso3166-1-3.jsonld",
    "IMMZ.D.DE126": "http://smart.who.int/base/ValueSet-IMMZ.D.DE126.jsonld",
    "IMMZ.D.DE23": "http://smart.who.int/base/ValueSet-IMMZ.D.DE23.jsonld",
    "IMMZ.Z.VS": "http://smart.who.int/base/ValueSet-IMMZ.Z.VS.jsonld"
  }
}