SMART Base
0.2.0 - ci-build

SMART Base, 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-base/tree/main and changes regularly. See the Directory of published versions

ValueSet: Smart Guidelines Persona Types Value Set (Experimental)

Official URL: http://smart.who.int/base/ValueSet/SGPersonaTypesVS Version: 0.2.0
Active as of 2025-10-14 Computable Name: SGPersonaTypesVS

Value Set for Smart Guidelines Persona Section to autogenerate documentation from artifacts

References

Logical Definition (CLD)

 

Expansion

Expansion performed internally based on codesystem SMART Guidelines Persona Types v0.2.0 (CodeSystem)

This value set contains 4 concepts

SystemCodeDisplay (en)JSONXML
http://smart.who.int/base/CodeSystem/SGPersonaTypes  keyKey Persona
http://smart.who.int/base/CodeSystem/SGPersonaTypes  relatedRelated Persona
http://smart.who.int/base/CodeSystem/SGPersonaTypes  systemSystem
http://smart.who.int/base/CodeSystem/SGPersonaTypes  hardwareHardware Device

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

Smart Guidelines Persona Types Value Set Schema API

JSON Schema for Smart Guidelines Persona Types Value Set ValueSet codes. Generated from FHIR expansions using IRI format.

Version: 1.0.0

Endpoints

GET /ValueSet-SGPersonaTypesVS.schema.json

JSON Schema definition for the enumeration ValueSet-SGPersonaTypesVS

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

Schema Definition

ValueSet-SGPersonaTypesVS

Description: JSON Schema for Smart Guidelines Persona Types Value Set ValueSet codes. Generated from FHIR expansions using IRI format.

Type: string

Schema ID: http://smart.who.int/base/ValueSet-SGPersonaTypesVS.schema.json

Available Values

http://smart.who.int/base/CodeSystem/SGPersonaTypes#keyhttp://smart.who.int/base/CodeSystem/SGPersonaTypes#relatedhttp://smart.who.int/base/CodeSystem/SGPersonaTypes#systemhttp://smart.who.int/base/CodeSystem/SGPersonaTypes#hardware
Full Schema (JSON)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-SGPersonaTypesVS.schema.json",
  "title": "Smart Guidelines Persona Types Value Set Schema",
  "description": "JSON Schema for Smart Guidelines Persona Types Value Set ValueSet codes. Generated from FHIR expansions using IRI format.",
  "type": "string",
  "enum": [
    "http://smart.who.int/base/CodeSystem/SGPersonaTypes#key",
    "http://smart.who.int/base/CodeSystem/SGPersonaTypes#related",
    "http://smart.who.int/base/CodeSystem/SGPersonaTypes#system",
    "http://smart.who.int/base/CodeSystem/SGPersonaTypes#hardware"
  ],
  "narrative": "This schema validates IRI-formatted codes for the Smart Guidelines Persona Types Value Set 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/base/ValueSet-SGPersonaTypesVS.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
  "fhir:displays": "http://smart.who.int/base/ValueSet-SGPersonaTypesVS.displays.json",
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/SGPersonaTypesVS",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2025-10-14T16:32:08+00:00"
}

This documentation is automatically generated from the OpenAPI specification.