-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #9: FHIR-2450 added readme notes
Merge in DBGFIHR/public-documentation from feature/FHIR-2450/add-URECA-sample-code-markdown to production * commit '0b138e57e49234dac4c378160ae432b74e1f2939': Remove the stylesheet since it does not render in Bitbucket Replace the rest of the checkmarks with bulletted lists Try bulleted list with checkmarks FHIR-2540 followed Eric's review comments.take 2. FHIR-2450 followed Eric's review comments. FHIR-2450 FHIR-2450 added readme notes
- Loading branch information
Showing
2 changed files
with
110 additions
and
107 deletions.
There are no files selected for viewing
193 changes: 88 additions & 105 deletions
193
jupyter/pilot/Notebook01_phs002921_URECA_subject_phenotype.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# OVERVIEW | ||
|
||
## dir content: | ||
This pilot directory will have the sample code to access the dbGaP pilot FHIR servers. There are 3 pilot FHIR servers. | ||
|
||
pilot subdir will contain sample jupyter scripts to access the dbGaP pilot FHIR server. | ||
1. **FHIR API service for ICAC/URECA** at [https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot1/x1/metadata](https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot1/x1/metadata) for dbGaP datasets "Whole Genome Sequencing in the Inner City Asthma Consortium (ICAC) Cohorts". | ||
|
||
|
||
- Please see [phs002921](https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs002921.v2.p1) for study details. | ||
- You need NIH Data Access approval to access this study. Please follow [instructions](https://dbgap.ncbi.nlm.nih.gov/aa/wga.cgi?page=login) to request access. | ||
- Once your Data Access Request (DAR) is approved, you can access this study's data both from the dbGaP website and from this pilot FHIR API server. | ||
- With you DAR approval, you can get the FHIR API authorization token at [dbGaP power user portal](https://www.ncbi.nlm.nih.gov/gap/power-user-portal/) and scroll-down to click on "Task specific token". | ||
|
||
2. **FHIR API service for UDN** at [https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot2/x1/metadata](https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot2/x1/metadata) for dbGaP datasets "Clinical and Genetic Evaluation of Individuals with Undiagnosed Disorders through the Undiagnosed Diseases Network (UDN)". | ||
|
||
- Please see [phs001232](https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs001232.v5.p2) for study details. | ||
- You need NIH Data Access approval to access this study. Please follow [instructions](https://dbgap.ncbi.nlm.nih.gov/aa/wga.cgi?page=login) to request access. | ||
- Once your Data Access Request (DAR) is approved, you can access this study's data both from the dbGaP website and from this pilot FHIR API server. | ||
- With you DAR approval, you can get the FHIR API authorization token at [dbGaP power user portal](https://www.ncbi.nlm.nih.gov/gap/power-user-portal/) and scroll-down to click on "Task specific token". | ||
|
||
3. 📌 **Important note on data security** If you have approved access and are using URECA data at fhir-jpa-pilot1 or UDN data at fhir-jpa-pilot2, note that the sample code output csv files contain "controlled-access" data. Please *only* save the files in secure computing environment which is allowed to have controlled data. | ||
|
||
4. **Open-access test FHIR server** for those without Data Access approval but who would like to explore how to programmatically access dbGaP data with the FHIR API. This test server with synthetic data is at [https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot/x1/metadata](https://dbgap-api.ncbi.nlm.nih.gov/fhir-jpa-pilot/x1/metadata). | ||
|
||
|
||
> 📌 **Note:** Please note that if you are using CAVATICA to access, make sure to enable "Allow Network Access" in the Project setting. |