ga4gh / pedigree_family_history_terminology

Apache License 2.0
4 stars 3 forks source link

Create kin-to-fhir-FamilyMember.sssom.csv #44

Open cmungall opened 2 months ago

cmungall commented 2 months ago

Note: Claude.ai made this, it's intended as a first pass, I did not validate

prompt:

Align KIN with this FHIR value set. Results should be in SSSOM like CSV: subject_id (KIN ID) subject_label (KIN label) predicate_id (skos predicate - eg exactMatch, closeMatch) object_id (FHIR CODE) object_label (FHIR display name)

use the definitions and your judgment. FHIR is role based from view of subject, so FHIR CHILD code is the same as child_of, NOT has_child.

Avoid duplicate entries, try and give the best match

https://claude.ai/chat/a2f2a4b2-6746-439c-b066-e05d26830f3b

Fixes #43