interface Organization {
    _active?: Element;
    _alias?: Element[];
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    active?: boolean;
    address?: Address[];
    alias?: string[];
    contact?: OrganizationContact[];
    contained?: ConcreteType[];
    endpoint?: Reference[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    partOf?: Reference;
    resourceType: "Organization";
    telecom?: ContactPoint[];
    text?: Narrative;
    type?: CodeableConcept[];
}

Properties

_active?: Element

Whether the organization's record is still in active use

_alias?: Element[]

A list of alternate names that the organization is known as, or was known as in the past

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

Name used for the organization

active?: boolean

Whether the organization's record is still in active use

address?: Address[]

An address for the organization

alias?: string[]

A list of alternate names that the organization is known as, or was known as in the past

Contact for the organization for a certain purpose

contained?: ConcreteType[]

Contained, inline Resources

endpoint?: Reference[]

Technical endpoints providing access to services operated for the organization

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Identifies this organization across multiple systems

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?: string

Name used for the organization

partOf?: Reference

The organization of which this organization forms a part

resourceType
telecom?: ContactPoint[]

A contact detail for the organization

text?: Narrative

Text summary of the resource, for human interpretation

Kind of organization