Skip to content

Commit 3beec17

Browse files
Improve documentation
1 parent 3862864 commit 3beec17

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/database-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The process to setup the database has two steps
1919

2020
We use Flyway to patch our database. This script should be run if new database patches are issued, or repeatable migrations are added/eddited (eg new stored procedures).
2121

22-
1. Alter the `Database/Migrations/migrate.ps1` script to configure your database address, database name, username and password.
23-
2. Run `Database/Migrations/migrate.ps1`. This script will patch the database using [Flyway](https://flywaydb.org/) to the latest version. It can be run many times.
22+
1. Clone the repository `git clone https://github.com/answerdigital/oxford-omop-data-mapper.git`
23+
2. Patch the database using the following guide [https://github.com/answerdigital/oxford-omop-data-mapper/tree/main/Database/Migrations](https://github.com/answerdigital/oxford-omop-data-mapper/tree/main/Database/Migrations)
2424

2525
## Vocabulary Import
2626

docs/quick-start.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ has_children: true
99

1010
In this guide we will transform a SUS outpatient CSV file to OMOP.
1111

12+
This tool supports the following format [SUS_SEM_Extract_Specification](https://digital.nhs.uk/binaries/content/assets/website-assets/services/sus/sus-guidance/sem_extract_specification-v-1.3.xlsx).
13+
14+
This data can be requested in bulk for your trust via the [SUS+ Portal](https://digital.nhs.uk/services/secondary-uses-service-sus/sus-portal-user-guide).
15+
1216
## Prerequisites
17+
* OMOP Database [Setup guide]({% link docs/database-setup.md %})
1318
* Docker [Quick start](https://www.docker.com/get-started/) (or .NET if run natively)
14-
* The OMOP database [Database Setup Guide]({% link docs/database-setup.md %})
1519

1620
## Stage the data
1721

0 commit comments

Comments
 (0)