FamilyMemberHistory
Health events in the patient's family history.
Patient-context only: patient/FamilyMemberHistory.rs returns the family
history entries recorded on the launched patient's chart.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | patient/FamilyMemberHistory.rs |
| Backend services | — | — |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
patient |
reference | Family history entries for a specific Patient. |
status |
token | partial, completed, entered-in-error, or health-unknown. |