The JWT message contains the FHIR Task and the JWT fields to ensure the flexible
and secure exchange. The JWT message has the following fields:
The FHIR task (task)
The FHIR task as nested field. This field is populated by the values from the
FHIR Task section.
Subject (sub)
The "sub" (Subject) field contains the value of the intended subject (user) of
this launch.
Audience (aud)
The "aud" (Audience) field contains the value of the intended receiver of the
message, in this case the module.
Issuer (iss)
The Issuer (iss) field contains the value of the sender of the message,
in this case this portal.
Issed at (iat)*
The "iat" (issued at) claim identifies the time at which the JWT was issued.
Expiration Time (exp)*
The "exp" (expiration time) claim identifies the expiration time on or after
which the JWT MUST NOT be accepted for processing.
JWT ID (jti)*
The "jti" (JWT ID) claim provides a unique identifier for the JWT.
* fields are populated autmatically.