interface ContractTermOffer {
    _linkId?: Element[];
    _securityLabelNumber?: Element[];
    _text?: Element;
    answer?: ContractTermOfferAnswer[];
    decision?: CodeableConcept;
    decisionMode?: CodeableConcept[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    linkId?: string[];
    modifierExtension?: Extension[];
    party?: ContractTermOfferParty[];
    securityLabelNumber?: unsignedInt[];
    text?: string;
    topic?: Reference;
    type?: CodeableConcept;
}

Properties

_linkId?: Element[]

Pointer to text

_securityLabelNumber?: Element[]

Offer restriction numbers

_text?: Element

Human readable offer text

Response to offer text

decision?: CodeableConcept

Accepting party choice

decisionMode?: CodeableConcept[]

How decision is conveyed

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

identifier?: Identifier[]

Offer business ID

linkId?: string[]

Pointer to text

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

Offer Recipient

securityLabelNumber?: unsignedInt[]

Offer restriction numbers

text?: string

Human readable offer text

topic?: Reference

Negotiable offer asset

Contract Offer Type or Form