STARS Implementation Guide
0.1.0 - ci-build
STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
The STARS Client provides a wrapper to communicate with the FHIR server using a simpler file system. This allows a basic integration of non-FHIR based systems to be able to send and receive messages using a simple interface based on csv structured model.
The client is built to match the release of the FHIR server and profiles.
export strucutured csv file from LIMS. save in OUTGOING folder client will convert csv to fhir based message bundle fhir message will be sent to the fhir server destination client endpoint will receive and process the message message.OK (should?) be sent back to the sender
client will check for new messages either on an interval or via subscription (not yet implemented) message is downloaded message.OK (should?) be sent back to sender client will convert the fhir based message to desired format (csv, fhir+json or fhir+json) file saved to the INCOMING folder
your node endpoint node conenction is now configured
your client is now fully configured