WHO SMART Trust
1.5.0 - release
WHO SMART Trust, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-trust/ and changes regularly. See the Directory of published versions
| Official URL: http://smart.who.int/trust/ValueSet/WHORegionalOffices | Version: 1.5.0 | |||
| Active as of 2026-04-24 | Computable Name: WHORegionalOffices | |||
ValueSet of WHO Regional Offices
References
This value set is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)
http://smart.who.int/trust/CodeSystem/WHORegionalOffices version 📦1.5.0
Expansion performed internally based on codesystem WHO Regional Offices CodeSystem v1.5.0 (CodeSystem)
This value set contains 7 concepts
| System | Code | Display (en) | Definition | JSON | XML |
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | AFRO | WHO Regional Office for Africa | WHO Regional Office for Africa (AFRO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | AMRO | WHO Regional Office for the Americas | WHO Regional Office for the Americas (AMRO/PAHO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | EMRO | WHO Regional Office for the Eastern Mediterranean | WHO Regional Office for the Eastern Mediterranean (EMRO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | EURO | WHO Regional Office for Europe | WHO Regional Office for Europe (EURO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | SEARO | WHO Regional Office for South-East Asia | WHO Regional Office for South-East Asia (SEARO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | WPRO | WHO Regional Office for the Western Pacific | WHO Regional Office for the Western Pacific (WPRO) | ||
http://smart.who.int/trust/CodeSystem/WHORegionalOffices | OTHER | Other Participants | Participants that are not WHO Member States or State Parties |
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 WHO Regional Offices ValueSet codes. Generated from FHIR expansions using IRI format.
Version: 1.0.0
This endpoint serves the JSON Schema definition for the enumeration ValueSet-WHORegionalOffices.
Description: JSON Schema for WHO Regional Offices ValueSet codes. Generated from FHIR expansions using IRI format.
Type: string
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://smart.who.int/trust/ValueSet-WHORegionalOffices.schema.json",
"title": "WHO Regional Offices Schema",
"description": "JSON Schema for WHO Regional Offices ValueSet codes. Generated from FHIR expansions using IRI format.",
"type": "string",
"enum": [
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#AFRO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#AMRO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#EMRO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#EURO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#SEARO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#WPRO",
"http://smart.who.int/trust/CodeSystem/WHORegionalOffices#OTHER"
],
"narrative": "This schema validates IRI-formatted codes for the WHO Regional Offices 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/trust/ValueSet-WHORegionalOffices.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
"fhir:displays": "http://smart.who.int/trust/ValueSet-WHORegionalOffices.displays.json",
"fhir:valueSet": "http://smart.who.int/trust/ValueSet/WHORegionalOffices",
"fhir:version": "1.5.0",
"fhir:expansionTimestamp": "2026-04-24T13:37:47.581251"
}
This documentation is automatically generated from the OpenAPI specification.