FHIR Chat · data-set samples and examples · genomics

Stream: genomics

Topic: data-set samples and examples


view this post on Zulip v-planat (Jan 21 2020 at 14:17):

Hi,

I'm looking for a reference implementation that contains consistent genomic observation/Diagnostic-report/Molecular-sequence resources, from where we could start some trials and implementation. the latest version of HAPI-FHIR contains MolecularSequence but I stuggle to find observations related to them (and diagnostic-report). Is such data set with FHIR server available somewhere as open source ? Do you have a set of FHIR queries illustrating some of the genomic use cases like "Find all patients with variant NC_000005.9:112154800:C:T" ? Thanks for your help and support

view this post on Zulip Jamie Jones (Jan 21 2020 at 15:12):

Hi V,

You can take a look at http://hl7.org/fhir/uv/genomics-reporting/usecases.html for the latest guidance on searching. This is an area where the work group is actively developing new content.

If you'd like to speak briefly about your intended use case, it would really improve our ability to get you relevant info regarding which resources, pages, and reference implementations would be the most helpful for you.

view this post on Zulip v-planat (Jan 21 2020 at 17:10):

Hi,

Thanks a lot ! This helps a lot and was not aware of this use cases part. Regarding a reference data set of anonymized data is there a place where we can download consistent (for genomic) FHIR resources ?
Thanks for your help
Vincent

view this post on Zulip Bob Dolin (Jan 21 2020 at 18:09):

@v-planat Vincent, about a year ago we published an open source VCF-to-FHIR translator (https://github.com/openelimu/VCF-2-FHIR). The examples are based on a slightly dated version of the FHIR Genomics implementation guide, but there are a bunch of examples present and/or you can generate more.

view this post on Zulip Jamie Jones (Jan 22 2020 at 16:37):

@Bob Dolin is there any plan to update the code/examples there for the published IG version? There aren't very many differences but should increase the value of the repo

view this post on Zulip Bob Dolin (Jan 22 2020 at 16:51):

Hi @Jamie Jones . Yes, we're going to update the code and examples, but I suspect it may not be ready for another month or two.

view this post on Zulip Bret H (Mar 15 2020 at 16:18):

@v-planat @Jamie Jones did v-planat every take our profiles and such from our IG and put them into an instance of a HAPI FHIR server? This would be something to track. Also, in case it hasn't been mentioned a fully compliant FHIR server can support any IG...but the transformation in FHIR from backend data sources is up to the implementer. Thus, it is difficult to really have a reference implementation. @Bob Dolin work on VCF to FHIR provides an example of what it would take to get an implementation that contains genetic data in VCF.

view this post on Zulip v-planat (Mar 16 2020 at 09:22):

Hi,
Thanks for this follow up. I've looked more in details at Bob Dolin work on VCF to ghir. Php code but very clear to understand. This provides a clear guidance to port it to python or other language.
By the way, as my objective was also to understand, from concreate data, how the Genomic FHIR data are structured I've started from http://hapi.fhir.org/ to retrieve all molecularSequence that have observations using a query like: MolecularSequence?_include:iterate=Observation:has-member
This procuded a root list which contains the list of all resources that are connected to these molecularSequences.
Then I've retrieved all the dependant resources including Patient, Observation, Specimen, Organization, molecularSequence

Regards
"""

view this post on Zulip Bret H (Mar 31 2020 at 12:39):

@v-planat that is good news, hope you find the other profiles (like variant) useful too).


Last updated: Apr 12 2022 at 19:14 UTC