Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.56 KB

prerequisites.rst

File metadata and controls

38 lines (24 loc) · 1.56 KB

Prerequisites and Preparations

Installing the Firely Server

Before you can start implementing your facade, you need to have the Firely Server installed. See vonk_getting_started on how to download the binaries and license key.

Preparing the database

Download the CreateDatabase script <CreateDatabase.sql>, and create a SQL Server database with it.

It creates a database 'ViSi' with two tables: Patient and BloodPressure. You can familiarize yourself with the table structure and contents to prepare for the mapping to FHIR later on.

Proceed to the next step to start your facade project.