interface Person {
    _active?: Element;
    _birthDate?: Element;
    _gender?: Element;
    _implicitRules?: Element;
    _language?: Element;
    active?: boolean;
    address?: Address[];
    birthDate?: date;
    contained?: ConcreteType[];
    extension?: Extension[];
    gender?: code;
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    link?: PersonLink[];
    managingOrganization?: Reference;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: HumanName[];
    photo?: Attachment;
    resourceType: "Person";
    telecom?: ContactPoint[];
    text?: Narrative;
}

Properties

_active?: Element

This person's record is in active use

_birthDate?: Element

The date on which the 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

This person's record is in active use

address?: Address[]

One or more addresses for the person

birthDate?: date

The date on which the person was born

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

link?: PersonLink[]

Link to a resource that concerns the same actual person

managingOrganization?: Reference

The organization that is the custodian of the person record

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: HumanName[]

A name associated with the person

photo?: Attachment

Image of the person

resourceType
telecom?: ContactPoint[]

A contact detail for the person

text?: Narrative

Text summary of the resource, for human interpretation