@health-samurai/aidbox-client
    Preparing search index...

    Interface PatientContact

    interface PatientContact {
        id?: string;
        _id?: Element;
        address?: Address;
        gender?: "other" | "unknown" | "male" | "female";
        name?: HumanName;
        organization?: Reference<"Organization">;
        period?: Period;
        relationship?: CodeableConcept[];
        telecom?: ContactPoint[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    _id?: Element
    address?: Address
    gender?: "other" | "unknown" | "male" | "female"
    name?: HumanName
    organization?: Reference<"Organization">
    period?: Period
    relationship?: CodeableConcept[]
    telecom?: ContactPoint[]