IGUHealth
    Preparing search index...
    interface PatientContact {
        _gender?: Element;
        address?: Address;
        extension?: Extension[];
        gender?: code;
        id?: id;
        modifierExtension?: Extension[];
        name?: HumanName;
        organization?: Reference;
        period?: Period;
        relationship?: CodeableConcept[];
        telecom?: ContactPoint[];
    }
    Index

    Properties

    _gender?: Element

    male | female | other | unknown

    address?: Address

    Address for the contact person

    extension?: Extension[]

    Additional content defined by implementations

    gender?: code

    male | female | other | unknown

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name?: HumanName

    A name associated with the contact person

    organization?: Reference

    Organization that is associated with the contact

    period?: Period

    The period during which this contact person or organization is valid to be contacted relating to this patient

    relationship?: CodeableConcept[]

    The kind of relationship

    telecom?: ContactPoint[]

    A contact detail for the person