WHO SMART Trust
1.4.0 - release
This page is part of the Trust (v1.4.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Official URL: http://smart.who.int/trust/StructureDefinition/CWTPayload | Version: 1.4.0 | |||
| Active as of 2026-02-11 | Computable Name: CWTPayload | |||
Logical Model for CBOR Web Token (CWT) Payload Logical Modelin CWT Payload https://www.iana.org/assignments/cwt/cwt.xhtml
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Logical Model for CBOR Web Token (CWT) Payload Logical Modelin CWT Payload https://www.iana.org/assignments/cwt/cwt.xhtml
Version: 1.0.0
This endpoint serves the JSON Schema definition for the Logical Model StructureDefinition-CWTPayload.
Description: Logical Model for CBOR Web Token (CWT) Payload Logical Modelin CWT Payload https://www.iana.org/assignments/cwt/cwt.xhtml
Type: object
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://smart.who.int/base/StructureDefinition-CWTPayload.schema.json",
"title": "CBOR Web Token (CWT) Payload (Common)",
"description": "Logical Model for CBOR Web Token (CWT) Payload Logical Modelin CWT Payload https://www.iana.org/assignments/cwt/cwt.xhtml ",
"type": "object",
"properties": {
"resourceType": {
"type": "string",
"const": "CWTPayload",
"description": "Resource type identifier for CWTPayload logical model"
},
"1": {
"type": "object",
"description": "Issuer"
},
"4": {
"type": "string",
"format": "date-time",
"description": "Expiration Time"
},
"6": {
"type": "string",
"format": "date-time",
"description": "Issued At"
},
"-260": {
"$ref": "http://smart.who.int/base/StructureDefinition-HCert.schema.json",
"description": "HCert"
}
},
"required": [
"resourceType"
],
"resourceDefinition": "http://smart.who.int/trust/StructureDefinition/CWTPayload",
"fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base"
}
This documentation is automatically generated from the OpenAPI specification.
This structure is derived from Base
This structure is derived from Base