Person

Demographics and administrative information about a person

Person = object

Person model representing demographics and administrative information about a person independent of a specific health-related context.

Properties

id

id: string

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.


gender

gender: string | null

Administrative Gender. Uses the Code scalar type from the GraphQL schema.


birthDate

birthDate: string | null

The birth date for the person. Uses the Date scalar type from the GraphQL schema.


language

language: string | null

The base language in which the resource is written. Uses the Code scalar type from the GraphQL schema.


address

address: (Address | null)[] | null

One or more addresses for the person.


telecom

telecom: (ContactPoint | null)[] | null

A contact detail for the person, e.g. a telephone number or an email address.


name

name: (HumanName | null)[] | null

A name associated with the person.