IGUHealth
    Preparing search index...
    interface ExplanationOfBenefitSupportingInfo {
        _sequence?: Element;
        _timingDate?: Element;
        _valueBoolean?: Element;
        _valueString?: Element;
        category: CodeableConcept;
        code?: CodeableConcept;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        reason?: Coding;
        sequence: positiveInt;
        timingDate?: date;
        timingPeriod?: Period;
        valueAttachment?: Attachment;
        valueBoolean?: boolean;
        valueQuantity?: Quantity;
        valueReference?: Reference;
        valueString?: string;
    }
    Index

    Properties

    _sequence?: Element

    Information instance identifier

    _timingDate?: Element

    When it occurred

    _valueBoolean?: Element

    Data to be provided

    _valueString?: Element

    Data to be provided

    category: CodeableConcept

    Classification of the supplied information

    Type of information

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    reason?: Coding

    Explanation for the information

    sequence: positiveInt

    Information instance identifier

    timingDate?: date

    When it occurred

    timingPeriod?: Period

    When it occurred

    valueAttachment?: Attachment

    Data to be provided

    valueBoolean?: boolean

    Data to be provided

    valueQuantity?: Quantity

    Data to be provided

    valueReference?: Reference

    Data to be provided

    valueString?: string

    Data to be provided