WHO Immunization Implementation Guide
0.2.0 - ci-build
WHO Immunization Implementation Guide, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations/tree/main and changes regularly. See the Directory of published versions
| Official URL: http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE115 | Version: 0.2.0 | |||
| Active as of 2025-11-25 | Computable Name: IMMZ_D_DE115 | |||
ValueSet for Reaction outcome for IMMZ.D.DE115
References
http://smart.who.int/immunizations/CodeSystem/IMMZ.D version 📦0.2.0| Code | Display | Definition |
| DE116 | Died | The adverse event resulted in the client's death |
| DE117 | Recovered | The client fully recovered |
| DE118 | Recovered with sequelae | The client has recovered with sequelae as a consequence of the reaction/vaccination |
| DE119 | Recovering | The client is recovering |
| DE120 | Not recovered | The client has not recovered |
| DE121 | Unknown | The client's reaction outcome is unknown |
This value set expansion contains 6 concepts.
| System | Code | Display | JSON | XML |
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE116 | Died | ||
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE117 | Recovered | ||
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE118 | Recovered with sequelae | ||
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE119 | Recovering | ||
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE120 | Not recovered | ||
http://smart.who.int/immunizations/CodeSystem/IMMZ.D | DE121 | Unknown |
Explanation of the columns that may appear on this page:
| Level | A few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies |
| System | The source of the definition of the code (when the value set draws in codes defined elsewhere) |
| Code | The code (used as the code in the resource instance) |
| Display | The display (used in the display element of a Coding). If there is no display, implementers should not simply display the code, but map the concept into their application |
| Definition | An explanation of the meaning of the concept |
| Comments | Additional notes about how to use the code |
JSON Schema for IMMZ.D.DE115 ValueSet for Reaction outcome ValueSet codes. Generated from FHIR expansions using IRI format.
Version: 1.0.0
This endpoint serves the JSON Schema definition for the enumeration ValueSet-IMMZ.D.DE115.
Description: JSON Schema for IMMZ.D.DE115 ValueSet for Reaction outcome ValueSet codes. Generated from FHIR expansions using IRI format.
Type: string
Schema ID: http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE115.schema.json
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE115.schema.json",
"title": "IMMZ.D.DE115 ValueSet for Reaction outcome Schema",
"description": "JSON Schema for IMMZ.D.DE115 ValueSet for Reaction outcome ValueSet codes. Generated from FHIR expansions using IRI format.",
"type": "string",
"enum": [
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE116",
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE117",
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE118",
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE119",
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE120",
"http://smart.who.int/immunizations/CodeSystem/IMMZ.D#DE121"
],
"narrative": "This schema validates IRI-formatted codes for the IMMZ.D.DE115 ValueSet for Reaction outcome ValueSet. Each enum value includes the system URI in the format {systemuri}#{code} to match JSON-LD enumeration IRIs. Display values are available at http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE115.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
"fhir:displays": "http://smart.who.int/immunizations/ValueSet-IMMZ.D.DE115.displays.json",
"fhir:valueSet": "http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE115",
"fhir:version": "0.2.0",
"fhir:expansionTimestamp": "2025-06-25T16:39:07.092Z"
}
This documentation is automatically generated from the OpenAPI specification.