SAS is not supported by the OHDSI stack out of the box. So, you have two choices: You either write the data into a relational database and use the Rabbits, or you do everything by hand: You take the CRF/data dictionary, and go table by table mapping and converting your data to the [OMOP CDM][1]. You will also need to convert your codes using the [OMOP Vocabularies.][2], which you need to pick up in [Athena][3].
Probably time to write a step-by-step cookbook for somebody.
No. SAS won’t work. You either don’t use the Rabbits, or you get a database and store the data there.
Depends on what vocabularies are used in your source data. If there aren’t any standard vocabularies, and instead they used their own controlled vocabularies (which is typical for registry studies) then you have to map by hand using Usagi.
All the ones you really need are clicked. Just download the way it opens by default, and you should be alright.
Note that it is relatively straightforward with a few lines of python or R code to export a SAS file to text, see: https://pypi.python.org/pypi/sas7bdat. From there you can write an ETL to convert the text files. My experience of writing ETLs is that it is a big project to get it right – can take several man-months, particularly if you are doing it the first time. That being said, it is a great exercise to really understand the vocabularies in depth as you convert from your existing data model to the OHDSI one. You might take a look at the https://github.com/OHDSI/ETL-CMS project that starts from Medicare text files, and see if you can adapt that code to meet your needs.
I am generating DEATH Table and I am having One subject more than once in my raw data.
Should I mention all three instance of the same subject in table.
cause of death is given like (Meddra Coding Preferred Term) in raw data or only one?.
start date and end date both are same for each observation.
Also, Kindly guide me that should i put Meddra PT Code (10003658) in CAUSE_SOURCE_VALUE and CAUSE_SOURCE_CONCEPT_ID would be the corresponding Concept ID of MedDra?
What should be the CAUSE_CONCEPT_ID in this case ? Would it be the SNOMED Concept ID From Vocab?