Interface: FamilyHistory
A Family History Organizer: one relative plus the conditions recorded for
them. relative carries the structured family-member identity; observations
are that relative's conditions.
Example
import type { FamilyHistory } from "@cosyte/ccda";
function conditionCount(h: FamilyHistory): number {
return h.observations.length;
}
Properties
ids
readonlyids: readonlyII[]
observations
readonlyobservations: readonlyFamilyHistoryObservation[]
relative
readonlyrelative:FamilyMember