NIH-NCPI / ncpi-model-forge

🔥 The Project Forge FHIR model
Apache License 2.0
4 stars 5 forks source link

Provide Support for Pulling Entire Family Together #40

Open torstees opened 3 years ago

torstees commented 3 years ago

Requester information

Request Details

  1. Provide a way to easily query/pull all members of a given family based on the family ID
  2. Perhaps provide a way to link all family IDs to a research study
torstees commented 3 years ago

There are a handful of possible solutions for Purpose #1

  1. Simply adding family ID to the value[x] within the Observation used to annotate the family relationship. This does add a key bit of information to that relationship datapoint, but may not be ideal for pulling data associated with a large family.

  2. Creating a group to hold family members. This should be efficient for querying members, except that adding new members will require rebuilding that group structure, which may not be ideal.