“Firebird” is a service that uses the internet to securely and quickly provide healthcare information to other facilities.
Healthcare information is communicated using Healthcare Information Tokens (ISO/TS 22691).
・Firebird uses the cloudPDI system proposed by the Japan IHE Association to transfer data.
・Data IDs and passwords are communicated using Healthcare Information Tokens (ISO/TS 22691).
Sender:
Select the data to be sent and the recipient. Initiate the sending process.
- A data ID and encrypted common key (password) are generated, and a Healthcare Information Token is created.
- The data is encrypted with the password and uploaded to a cloud-based FHIR repository along with the data ID.
- The Healthcare Information Token is encrypted with the recipient’s public key and sent securely through a separate route from the data.
Recipient:
- The Healthcare Information Token is decrypted with the private key to extract the data ID and password.
- The data is downloaded from the FHIR repository using the data ID.
- The data is decrypted with the password and saved.
The data is then imported into the internal system.