We are developing a system for primary healthcare, that shall sit atop an existing registry of residents (Person
resources). We also plan to represent families using the RelatedPerson
resource.
This is schematic that represents a Mother <> Son family.
Here, we have assumed that the Patient
resource can point to the Person
resource using the link field. Is this feasible? The patient resource documentation states that the Patient
resource can only point to other Patient
and RelatedPerson
resources.
The reason we would like to link from Patient
to Person
, is to be able to move from a patient’s record to those of their family members.