WHO SMART Trust
1.1.6 - CI Build International flag

WHO SMART Trust, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.1.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-trust/tree/main and changes regularly. See the Directory of published versions

ValueSet: WHO GDHCN Trust Domains - UAT

Official URL: http://smart.who.int/trust/ValueSet/Domains-UAT Version: 1.1.6
Draft as of 2025-12-04 Computable Name: Domains-UAT

ValueSet of WHO GDHCN Trust Domains for User Acceptance Testing environment

References

This value set is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)

Logical Definition (CLD)

 

Expansion

Expansion performed internally based on codesystem WHO GDHCN Trust Domains - UAT v1.1.6 (CodeSystem)

This value set contains 4 concepts

SystemCodeDisplay (en)DefinitionJSONXML
http://smart.who.int/trust/CodeSystem/Domains-UAT  DDCCDDCCThe Digital Documentation for COVID-19 Certificates (DDCC) is defined by the SMART Implementation Guide at http://smart.who.int/ddcc
http://smart.who.int/trust/CodeSystem/Domains-UAT  IPS-PILGRIMAGEIPS for PilgrimageThe IPS for Pilgrimage is defined by the SMART Implementation Guide at http://smart.who.int/ips-pilgrimage
http://smart.who.int/trust/CodeSystem/Domains-UAT  PH4HPan-American Highway for Digital Health (PH4H)The Pan-American Highway for Digital Health (PH4H) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-ph4h/
http://smart.who.int/trust/CodeSystem/Domains-UAT  ICVPInternational Certificate of Vaccination of Prophylaxsis (ICVP)The International Certificate of Vaccination of Prophylaxsis (ICVP) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-icvp/

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

API Information

WHO GDHCN Trust Domains - UAT Schema API

JSON Schema for WHO GDHCN Trust Domains - UAT ValueSet codes. Generated from FHIR expansions using IRI format.

Version: 1.0.0

Endpoints

GET /ValueSet-Domains-UAT.schema.json

JSON Schema definition for the enumeration ValueSet-Domains-UAT

This endpoint serves the JSON Schema definition for the enumeration ValueSet-Domains-UAT.

Schema Definition

ValueSet-Domains-UAT

Description: JSON Schema for WHO GDHCN Trust Domains - UAT ValueSet codes. Generated from FHIR expansions using IRI format.

Type: string

Schema ID: http://smart.who.int/trust/ValueSet-Domains-UAT.schema.json

Available Values

http://smart.who.int/trust/CodeSystem/Domains-UAT#DDCChttp://smart.who.int/trust/CodeSystem/Domains-UAT#IPS-PILGRIMAGEhttp://smart.who.int/trust/CodeSystem/Domains-UAT#PH4Hhttp://smart.who.int/trust/CodeSystem/Domains-UAT#ICVP
Full Schema (JSON)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/trust/ValueSet-Domains-UAT.schema.json",
  "title": "WHO GDHCN Trust Domains - UAT Schema",
  "description": "JSON Schema for WHO GDHCN Trust Domains - UAT ValueSet codes. Generated from FHIR expansions using IRI format.",
  "type": "string",
  "enum": [
    "http://smart.who.int/trust/CodeSystem/Domains-UAT#DDCC",
    "http://smart.who.int/trust/CodeSystem/Domains-UAT#IPS-PILGRIMAGE",
    "http://smart.who.int/trust/CodeSystem/Domains-UAT#PH4H",
    "http://smart.who.int/trust/CodeSystem/Domains-UAT#ICVP"
  ],
  "narrative": "This schema validates IRI-formatted codes for the WHO GDHCN Trust Domains - UAT 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-Domains-UAT.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
  "fhir:displays": "http://smart.who.int/trust/ValueSet-Domains-UAT.displays.json",
  "fhir:valueSet": "http://smart.who.int/trust/ValueSet/Domains-UAT",
  "fhir:version": "1.1.6",
  "fhir:expansionTimestamp": "2025-12-04T07:23:48+00:00"
}

This documentation is automatically generated from the OpenAPI specification.