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

Properties

_active?: Element

Whether this practitioner's record is in active use

_birthDate?: Element

The date on which the practitioner 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 practitioner's record is in active use

address?: Address[]

Address(es) of the practitioner that are not role specific (typically home address)

birthDate?: date

The date on which the practitioner was born

communication?: CodeableConcept[]

A language the practitioner can use in patient communication

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[]

An identifier for the person as this agent

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[]

The name(s) associated with the practitioner

photo?: Attachment[]

Image of the person

qualification?: PractitionerQualification[]

Certification, licenses, or training pertaining to the provision of care

resourceType
telecom?: ContactPoint[]

A contact detail for the practitioner (that apply to all roles)

text?: Narrative

Text summary of the resource, for human interpretation