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

Implement saving and loading of externalID #68

Open shermanlo77 opened 1 year ago

shermanlo77 commented 1 year ago

Implement saving and loading of externalID (aka Identifier)

Based on the commit aehrc:open-pedigree@ea3db71

Fixes #67

dconlan commented 1 year ago

technically Patient resource doesn't have an externalID field (http://hl7.org/fhir/patient.html). This should probably be put in the identifiers array instead or as an extension.

shermanlo77 commented 8 months ago

Thanks for the FHIR reference! I've made a commit which should address this