-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parentage types (PEDI? ASSO?) #79
Comments
I agree. When we were drafting 7.0 we kept finding more and more types of relationships and the team tasked with defining a better system for them determined the changes needed exceeded what we could get into 7.0 itself. But now that a full revamp would need to wait for 8.0 I think that adding |
Thinking more about these, there are some nuances to implementation. Surrogacy is a legal (usually, sometimes social only) arrangement between a woman and parent(s) to carry and deliver a child. That makes it a connection between INDI(surrogate) + INDI(child) + FAM(parent(s)). We don't currently have any place for a relationship with that set of parties: We could introduce it as (1) another FAMC substructure 0 @THE_CHILD@ INDI
1 FAMC @THE_PARENTS@
2 SURROGATE @THE_SURROGATE@ or (2) a CHIL substructure 0 @THE_PARENTS@ FAM
1 CHIL @THE_CHILD@
2 SURROGATE @THE_SURROGATE@ It could also be (3) a new kind of individual event for the surrogate 0 @THE_SURROGATE@ INDI
1 SURROGACY
2 AGREEMENT_WITH @THE_PARENTS@
2 CHiLD @THE_CHILD@ or (4) a new substructure for the child 0 @THE_CHILD@ INDI
1 SURROGATE @THE_SURROGATE@
2 FAMC @THE_PARENTS@ The other two (SPERM_DONOR and EGG_DONOR) probably can work as I still think we should do this, but am not certain how |
I think all of those are OK. I see also the option of showing the surrogate in the same way as a stepmother in a separate FAM in place of WIFE. We already allow the same INDI to be CHIL in more than one family. There's also the issue of whether or not the biological parent(s) is/are socially a part of the family or distant friend(s)/relative(s), or merely a legal arrangement. Maybe it would be more practical to just have tags for father, mother, husband, & wife and leave the details to a TYPE, PHRASE, or NOTE. (Father or mother could be attached directly to a child in the case where there was no traditional family, or if the family were a group marriage, these tags could designate the biological parents. |
Fortunately we have that already: 0 @I1@ INDI
1 ASSO @I2@
2 ROLE MOTH
3 PHRASE Surrogate
1 ASSO @I3@
2 ROLE MOTH
3 PHRASE Egg donor
1 ASSO @I4@
2 ROLE FATH
3 PHRASE Sperm donor If that's enough we could add this as a Technical FAQ with no change to the spec |
That's good, though I would prefer to spell out "mother" & "father." And for cases where the donor/surrogate is to some extent a member of the family, to put the ASSO subordinate to CHIL |
The MOTH and FATH tags go all the way back to the first GEDCOM public release; renaming them now would probably be more disruptive than helpful. CHIL doesn't currently have an ASSO substructure, but BIRT does and might be a reasonable place for this too |
BIRT would be reasonable, but if the person is more closely associated with the family, it would be good to give them some sort of connection in the FAM record, hence the suggestion of CHIL. |
I mentioned BIRT because it allows a pointer to a family, such as 0 @I1@ INDI
1 BIRT
2 FAMC @F1@
2 ASSO @I2@
3 ROLE MOTH
4 PHASE Surrgate |
Yes, but that doesn't put it in the FAM record. |
We should stop to transfer data in more than one way. There is no need to have the information in FAM, if we have it under CHIL with reference to FAM-XREF. It is up to the application to interpret and show the data from family side, and from the individual side. I hope GEDCOM 8.0 and following versions will have all data in one unique representation in the GEDCOM file, and stops the double transfers! And we should not add new double transferred until next major... |
If a surrogacy or sperm donation is indicated I would still like to use the This would lock the The |
FAMC, FAMS, CHIL, HUSB, & WIFE are not data transfers, they are pointers. The suggestion to get rid of pointers in FAM would make us search through every INDI to find out who the children are. |
These days, surrogacy and sperm donation are common enough that they should have a standard term in an enum-set for PEDI and/or ASSO instead of depending on PHRASE.
The text was updated successfully, but these errors were encountered: