Skip to content

Commit

Permalink
Remove mentions of mapping ap
Browse files Browse the repository at this point in the history
Say that we don't document how dbGaP is mapped to FHIR.
FHIR-2063
  • Loading branch information
Jeffrey Bloom committed Sep 15, 2023
1 parent e00e3f5 commit cd6e617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ dbGaP is the Database of Genotypes and Phenotypes.<br/>
FHIR is HL7's REST API standard for electronic medical data.

- [**Quickstart**](quickstart.md)
- [**Mapping dbGaP concepts to FHIR concepts**](https://dbgap-api-preview.ncbi.nlm.nih.gov/fhir-mapping/interactive/)
- Note: this mapping will be retired and replaced by alternate documentation in future
- [**Notebooks**](jupyter)

## Prerequisites
Expand Down Expand Up @@ -40,8 +38,7 @@ ever come.
If you report a bug or request a feature, it will probably be overlooked
and neglected.

- The CSV download for the interactive concept mapping does
not handle quoting correctly. You'll need to hand-edit it.
- There is no documentation showing how the dbGaP submitted resources map to FHIR resources.

- If you have a query that returns after 20 seconds with an error that looks
like the below:
Expand Down
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Location

The dbGaP FHIR API is available at [http://dbgap-api.ncbi.nlm.nih.gov/fhir/x1](http://dbgap-api.ncbi.nlm.nih.gov/fhir/x1). It is a standard FHIR API. The documentation for FHIR is at <https://www.hl7.org/fhir/>. This guide is just a quick-start. We have documented how dbGaP concepts map to FHIR resources at [https://dbgap-api.ncbi.nlm.nih.gov/fhir-mapping/interactive](https://dbgap-api.ncbi.nlm.nih.gov/fhir-mapping/interactive).
The dbGaP FHIR API is available at [http://dbgap-api.ncbi.nlm.nih.gov/fhir/x1](http://dbgap-api.ncbi.nlm.nih.gov/fhir/x1). It is a standard FHIR API. The documentation for FHIR is at <https://www.hl7.org/fhir/>. This guide is just a quick-start.

## Follow Along with Postman
Postman is an API testing application you can [download for free](https://www.postman.com/downloads/).
Expand Down

0 comments on commit cd6e617

Please sign in to comment.