IGUHealth
    Preparing search index...
    interface Patient {
        _active?: Element;
        _birthDate?: Element;
        _deceasedBoolean?: Element;
        _deceasedDateTime?: Element;
        _gender?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _multipleBirthBoolean?: Element;
        _multipleBirthInteger?: Element;
        active?: boolean;
        address?: Address[];
        birthDate?: date;
        communication?: PatientCommunication[];
        contact?: PatientContact[];
        contained?: ConcreteType[];
        deceasedBoolean?: boolean;
        deceasedDateTime?: dateTime;
        extension?: Extension[];
        gender?: code;
        generalPractitioner?: Reference[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        link?: PatientLink[];
        managingOrganization?: Reference;
        maritalStatus?: CodeableConcept;
        meta?: Meta;
        modifierExtension?: Extension[];
        multipleBirthBoolean?: boolean;
        multipleBirthInteger?: integer;
        name?: HumanName[];
        photo?: Attachment[];
        resourceType: "Patient";
        telecom?: ContactPoint[];
        text?: Narrative;
    }
    Index

    Properties

    _active?: Element

    Whether this patient's record is in active use

    _birthDate?: Element

    The date of birth for the individual

    _deceasedBoolean?: Element

    Indicates if the individual is deceased or not

    _deceasedDateTime?: Element

    Indicates if the individual is deceased or not

    _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

    _multipleBirthBoolean?: Element

    Whether patient is part of a multiple birth

    _multipleBirthInteger?: Element

    Whether patient is part of a multiple birth

    active?: boolean

    Whether this patient's record is in active use

    address?: Address[]

    An address for the individual

    birthDate?: date

    The date of birth for the individual

    communication?: PatientCommunication[]

    A language which may be used to communicate with the patient about his or her health

    contact?: PatientContact[]

    A contact party (e.g. guardian, partner, friend) for the patient

    contained?: ConcreteType[]

    Contained, inline Resources

    deceasedBoolean?: boolean

    Indicates if the individual is deceased or not

    deceasedDateTime?: dateTime

    Indicates if the individual is deceased or not

    extension?: Extension[]

    Additional content defined by implementations

    gender?: code

    male | female | other | unknown

    generalPractitioner?: Reference[]

    Patient's nominated primary care provider

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    An identifier for this patient

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    link?: PatientLink[]

    Link to another patient resource that concerns the same actual person

    managingOrganization?: Reference

    Organization that is the custodian of the patient record

    maritalStatus?: CodeableConcept

    Marital (civil) status of a patient

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    multipleBirthBoolean?: boolean

    Whether patient is part of a multiple birth

    multipleBirthInteger?: integer

    Whether patient is part of a multiple birth

    name?: HumanName[]

    A name associated with the patient

    photo?: Attachment[]

    Image of the patient

    resourceType: "Patient"
    telecom?: ContactPoint[]

    A contact detail for the individual

    text?: Narrative

    Text summary of the resource, for human interpretation