“Firebird” is a service that securely provides healthcare images and information to other facilities via the internet using the mechanism of cloudPDI (HS043), a standard of the Ministry of Health, Labour and Welfare of Japan.
Sending facilities convey the community IDs, the document IDs and passwords to the receiving facilities using health information tokens, which allows the receiving facilities to download the data from the repository and decrypt it.
Sender:
Select the data to be sent and the recipient. Initiate the sending process.
- A document ID and encrypted common key (password) are generated, and a Healthcare Information Token is created.
- The data is encrypted with the password, split into chunks 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 document ID and password.
- The data is downloaded from the FHIR repository using the document ID.
- The data is decrypted with the password and saved.
The data is then imported into the internal system.