Go To AIH-HSP Data Types

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

1 Definition

The Request to the De-Identification & Anonymisation AIM to de-identify or anonymise AIH Data or the Response from the De-Identification & Anonymisation AIM.

2 Functional Requirements

The De-ID and Anonym Request includes:

  1. AIH Data ID
  2. DeIDAndAnonymType
  3. DeIDAndAnonymAlgoID

The De-ID and Anonym Response includes

  1. De-ID and Anonym’d AIH Data ID
  2. Processing State.

3 Syntax

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

4 Semantics

Label Description
Header De-ID and Anonym Header – Standard “AIH-DIA-Vx.y”
MInstanceID Identifier of M-Instance.
DeIDAndAnonymID Identifier of DIA Request.
DeIDAndAnonymTime Time of DIA Request.
DeIDAndAnonym Data in De-ID and Anonym
– Request If Request
  – AIHDataID ID of AIH Data.
  – DeIDAndAnonymType 00=reserved; 01=De-Identify;10=Anonymise; 11= both De-Identify and Anonymise.
  – DeIDAndAnonymAlgoID  ID of DeIDAndAnonym algorithm.
– Response If Response
  – AIH Data ID De-ID and Anonym’d AIH Data ID.
  – ProcessingState 0=Failure; 1=Success
DataXMData Information about this De-ID and Anonym Instance.
DescrMetadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with De-ID and Anonym (AIH-DIA) 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