interface Basic {
    _created?: Element;
    _implicitRules?: Element;
    _language?: Element;
    author?: Reference;
    code: CodeableConcept;
    contained?: ConcreteType[];
    created?: date;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    resourceType: "Basic";
    subject?: Reference;
    text?: Narrative;
}

Properties

_created?: Element

When created

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

author?: Reference

Who created

Kind of Resource

contained?: ConcreteType[]

Contained, inline Resources

created?: date

When created

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business identifier

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

resourceType
subject?: Reference

Identifies the focus of this resource

text?: Narrative

Text summary of the resource, for human interpretation