phenotips / open-pedigree

A free and open-source pedigree tool by PhenoTips®
GNU Lesser General Public License v2.1
46 stars 25 forks source link

Add export/import of GA4GH FHIR format #36

Closed dconlan closed 2 years ago

dconlan commented 2 years ago

This is code for import/export of GA4GH FHIR format. There is a helper class FhirTerminologyHelper which has the task of dealing with FHIR terminology bindings which requires a code system and code. The default version just hard codes the code systems. The RelationshipTracker class was removed from import into its own file.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

buske commented 2 years ago

@dconlan Thank you for sharing this improvement upstream! This is great.