Go To AIH-HSP Data Types

1 Definition 2 Functional Requirements 3 Syntax 4 Semantics 5    Conformance Testing 6     Performance Assessment

1 Definition

Tokens are Service-specific Data provided by the Back End to a User who registers with the Back End to enable the User to access specific Services.

2 Functional Requirements

The Token allows access to one or more of the following Services accessible to a User:

  1. Data Storage
  2. Licence Chnage
  3. DIA
  4. Data Processing
  5. Auditing

3 Syntax

https://schemas.mpai.community/AIH1/V1.0/data/Tokens.json

4 Semantics

Label Description
Header Tokens Header, Standard “AIH-TKN-Vx.y”
– Standard-Tokens The characters
– Version Major version – 1 or 2 characters
– Dot-separator The character .
– Subversion Minor version – 1 or 2 characters
MInstanceID Identifier of M-Instance.
UserID Identifier of User.
TokensID Identifier of  Tokens.
TokensTime Time info of Tokens.
Tokens Tokens Data.
– ServiceTypes[] List of Service Types for which Tokens are available.
  – Service[] ID of Service for which there is a valid Token.
DataXMData Information about this Tokens Instance.
DescrMetadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with Token (AIH-TKN) if:

  1.  Its JSON Object validates against its JSON Schema.
  2. Any included  JSON Object validates against its JSON Schema.
  3. All Data in the JSON Object:
    1. Have the specified Data Types.
    2. Conform with the Qualifiers signaled in their JSON Schemas.

6     Performance Assessment

Go To AIH-HSP Data Types