IGUHealth
    Preparing search index...
    interface RelatedPerson {
        _active?: Element;
        _birthDate?: Element;
        _gender?: Element;
        _implicitRules?: Element;
        _language?: Element;
        active?: boolean;
        address?: Address[];
        birthDate?: date;
        communication?: RelatedPersonCommunication[];
        contained?: ConcreteType[];
        extension?: Extension[];
        gender?: code;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: HumanName[];
        patient: Reference;
        period?: Period;
        photo?: Attachment[];
        relationship?: CodeableConcept[];
        resourceType: "RelatedPerson";
        telecom?: ContactPoint[];
        text?: Narrative;
    }
    Index

    Properties

    _active?: Element

    Whether this related person's record is in active use

    _birthDate?: Element

    The date on which the related person was born

    _gender?: Element

    male | female | other | unknown

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    active?: boolean

    Whether this related person's record is in active use

    address?: Address[]

    Address where the related person can be contacted or visited

    birthDate?: date

    The date on which the related person was born

    communication?: RelatedPersonCommunication[]

    A language which may be used to communicate with about the patient's health

    contained?: ConcreteType[]

    Contained, inline Resources

    extension?: Extension[]

    Additional content defined by implementations

    gender?: code

    male | female | other | unknown

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    A human identifier for this person

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: HumanName[]

    A name associated with the person

    patient: Reference

    The patient this person is related to

    period?: Period

    Period of time that this relationship is considered valid

    photo?: Attachment[]

    Image of the person

    relationship?: CodeableConcept[]

    The nature of the relationship

    resourceType: "RelatedPerson"
    telecom?: ContactPoint[]

    A contact detail for the person

    text?: Narrative

    Text summary of the resource, for human interpretation