interface ContractTermAsset {
    _condition?: Element;
    _linkId?: Element[];
    _securityLabelNumber?: Element[];
    _text?: Element;
    answer?: ContractTermOfferAnswer[];
    condition?: string;
    context?: ContractTermAssetContext[];
    extension?: Extension[];
    id?: id;
    linkId?: string[];
    modifierExtension?: Extension[];
    period?: Period[];
    periodType?: CodeableConcept[];
    relationship?: Coding;
    scope?: CodeableConcept;
    securityLabelNumber?: never[];
    subtype?: CodeableConcept[];
    text?: string;
    type?: CodeableConcept[];
    typeReference?: Reference[];
    usePeriod?: Period[];
    valuedItem?: ContractTermAssetValuedItem[];
}

Properties

_condition?: Element

Quality desctiption of asset

_linkId?: Element[]

Pointer to asset text

_securityLabelNumber?: Element[]

Asset restriction numbers

_text?: Element

Asset clause or question text

Response to assets

condition?: string

Quality desctiption of asset

Circumstance of the asset

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

linkId?: string[]

Pointer to asset text

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

period?: Period[]

Time period of the asset

periodType?: CodeableConcept[]

Asset availability types

relationship?: Coding

Kinship of the asset

Range of asset

securityLabelNumber?: never[]

Asset restriction numbers

subtype?: CodeableConcept[]

Asset sub-category

text?: string

Asset clause or question text

Asset category

typeReference?: Reference[]

Associated entities

usePeriod?: Period[]

Time period

Contract Valued Item List