RelatedPerson

Represents a personal or non-healthcare-specific relationship.

RelatedPerson = object

Represents a personal or non-healthcare-specific relationship.

Properties

resourceType

resourceType: "RelatedPerson"

The type of resource, always "RelatedPerson".


id

id: string

Logical id of the related person resource.


active

active: boolean | null

Whether this related person record is in active use.


name

name: (HumanName | null)[] | null

A list of names associated with the related person.


identifier

identifier: (Identifier | null)[] | null

A list of identifiers for the related person.


telecom

telecom: (ContactPoint | null)[] | null

A list of contact points (e.g., phone, email) for the related person.


address

address: (Address | null)[] | null

A list of addresses for the related person.


relationship

relationship: (CodeableConcept | null)[] | null

The nature of the relationship between the patient and the related person.


patient

patient: Reference<Patient> | null

Reference to the patient associated with this related person.