Export of data from other systems

Currently, SFM supports only the FM format for data migration and the specification is file-based. However the EHR system supporting data for SFM import may chose beween the two alternatives:

  • Createing an encrypded file based structure as FM does and use the FMUploader tool for the SFM import.
  • Createing encrypted content and use the SFM migration API directly.

File based export and SFMUploader

Will be very similar to the FM process. See the description there for certificates and how to use the SFMUploader. The NHN test tool Doctor Who is suitable to generate test examples of a migration data set.

Content based API migration

The code for the SFMUploader will be made available for vendors that want to implement the upload protocol themselves. The procotoc is based on TUS for resumability. See the detailed pages for this.