Skip to content

FHIR-Aggregator/FHIR-ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FHIR-ETL

This repository's goal is to extract data from sources found by the NCPI FHIR Aggregator Team, convert the data therein to the FHIR standard, and make this FHIRized data available to the wider public.

Current FHIRized projects:

  1. 1000 Genomes
  2. GTeX

More information about each can be found in associated folder's README.

Usage

Installation

  • from source
# clone repo & setup virtual env
python3 -m venv venv
. venv/bin/activate
pip install -e .

Transform to FHIR

1kGenomes

fhir_etl transform -p 1kgenomes
fhir_etl transform -p gtex

Validate generated FHIR data

fhir_etl validate --path fhir_etl/oneKgenomes/META
{'summary': {'DocumentReference': 48, 'Specimen': 3500, 'ResearchStudy': 1, 'ResearchSubject': 3500, 'Group': 1, 'Patient': 3500}}

fhir_etl validate --path fhir_etl/GTEx/META
{'summary': {'DocumentReference': 49, 'Specimen': 43559, 'ResearchStudy': 1, 'ResearchSubject': 980, 'Group': 1, 'Patient': 980}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages