WHO SMART Trust
1.1.6 - CI Build
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
| Official URL: http://smart.who.int/trust/StructureDefinition/SchemeInformation | Version: 1.1.6 | |||
| Draft as of 2025-12-04 | Computable Name: SchemeInformation | |||
Logical Model for Information on the trusted list and its issuing scheme
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Logical Model for Information on the trusted list and its issuing scheme
Version: 1.0.0
This endpoint serves the JSON Schema definition for the Logical Model StructureDefinition-SchemeInformation.
Description: Logical Model for Information on the trusted list and its issuing scheme
Type: object
Schema ID: http://smart.who.int/base/StructureDefinition-SchemeInformation.schema.json
Required fields: resourceType, versionIdentifier, sequenceNumber, type, operatorName, operatorAddress, operatorPostalAddress, name, informationURI, statusDeterminiationApproach, schemeType, territory, policy, historicalInformationPeriod, issDateTime, nextUpdate
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://smart.who.int/base/StructureDefinition-SchemeInformation.schema.json",
"title": "Scheme Information",
"description": "Logical Model for Information on the trusted list and its issuing scheme",
"type": "object",
"properties": {
"resourceType": {
"type": "string",
"const": "SchemeInformation",
"description": "Resource type identifier for SchemeInformation logical model"
},
"versionIdentifier": {
"type": "integer",
"description": "TSL version identifier (clause 5.3.1)"
},
"sequenceNumber": {
"type": "integer",
"description": "TSL sequence number (clause 5.3.2)"
},
"type": {
"type": "string",
"format": "uri",
"description": "TSL type (clause 5.3.3)"
},
"operatorName": {
"type": "string",
"description": "Scheme operator name (clause 5.3.4)"
},
"operatorAddress": {
"type": "array",
"items": {
"type": "object",
"description": "FHIR BackboneElement"
},
"minItems": 1,
"description": "Scheme operator address (clause 5.3.5)"
},
"id": {
"type": "object",
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."
},
"modifierExtension": {
"type": "array",
"items": {
"type": "object",
"description": "FHIR Extension"
},
"description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."
},
"operatorPostalAddress": {
"type": "array",
"items": {
"type": "object"
},
"minItems": 1,
"description": "Scheme Operator Postal Address"
},
"operatorElectronicAddress": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scheme Operator Electronic Address"
},
"name": {
"type": "string",
"description": "Scheme name (clause 5.3.6) CC:EN_name_value"
},
"informationURI": {
"type": "string",
"format": "uri",
"description": "Scheme information URI (clause 5.3.7)"
},
"statusDeterminiationApproach": {
"type": "string",
"format": "uri",
"description": "Status determination approach (clause 5.3.8)"
},
"schemeType": {
"type": "string",
"format": "uri",
"description": "Scheme type/community/rules (clause 5.3.9)"
},
"territory": {
"type": "string",
"description": "Scheme territory (clause 5.3.10)"
},
"policy": {
"type": "string",
"format": "uri",
"description": "TSL policy/legal notice (clause 5.3.11)"
},
"historicalInformationPeriod": {
"type": "integer",
"description": "Historical information period (clause 5.3.12)"
},
"otherTSL": {
"type": "array",
"items": {
"type": "string"
},
"description": "Pointers to other TSLs (clause 5.3.13)"
},
"issDateTime": {
"type": "string",
"format": "date-time",
"description": "List issue date and time (clause 5.3.14)"
},
"nextUpdate": {
"type": "string",
"format": "date-time",
"description": "Next update (clause 5.3.15)"
},
"distributionPoints": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"description": "Distribution points (clause 5.3.16)"
}
},
"required": [
"resourceType",
"versionIdentifier",
"sequenceNumber",
"type",
"operatorName",
"operatorAddress",
"operatorPostalAddress",
"name",
"informationURI",
"statusDeterminiationApproach",
"schemeType",
"territory",
"policy",
"historicalInformationPeriod",
"issDateTime",
"nextUpdate"
],
"resourceDefinition": "http://smart.who.int/trust/StructureDefinition/SchemeInformation",
"fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base"
}
This documentation is automatically generated from the OpenAPI specification.
This structure is derived from Base
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from Base
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from Base
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | This is an abstract type. Scheme Information | |
![]() ![]() |
1..1 | integer | TSL version identifier (clause 5.3.1) | |
![]() ![]() |
1..1 | integer | TSL sequence number (clause 5.3.2) | |
![]() ![]() |
1..1 | uri | TSL type (clause 5.3.3) | |
![]() ![]() |
1..1 | string | Scheme operator name (clause 5.3.4) | |
![]() ![]() |
1..* | BackboneElement | Scheme operator address (clause 5.3.5) | |
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..* | Address | Scheme Operator Postal Address | |
![]() ![]() ![]() |
0..* | ContactPoint | Scheme Operator Electronic Address | |
![]() ![]() |
1..1 | string | Scheme name (clause 5.3.6) | |
![]() ![]() |
1..1 | uri | Scheme information URI (clause 5.3.7) | |
![]() ![]() |
1..1 | uri | Status determination approach (clause 5.3.8) | |
![]() ![]() |
1..1 | uri | Scheme type/community/rules (clause 5.3.9) | |
![]() ![]() |
1..1 | string | Scheme territory (clause 5.3.10) | |
![]() ![]() |
1..1 | uri | TSL policy/legal notice (clause 5.3.11) | |
![]() ![]() |
1..1 | integer | Historical information period (clause 5.3.12) | |
![]() ![]() |
0..* | string | Pointers to other TSLs (clause 5.3.13) | |
![]() ![]() |
1..1 | dateTime | List issue date and time (clause 5.3.14) | |
![]() ![]() |
1..1 | dateTime | Next update (clause 5.3.15) | |
![]() ![]() |
0..* | uri | Distribution points (clause 5.3.16) | |
![]() ![]() |
0..* | string | Scheme extensions (clause 5.3.17) | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from Base