IGUHealth
    Preparing search index...
    interface Claim {
        _created?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _status?: Element;
        _use?: Element;
        accident?: ClaimAccident;
        billablePeriod?: Period;
        careTeam?: ClaimCareTeam[];
        contained?: ConcreteType[];
        created: dateTime;
        diagnosis?: ClaimDiagnosis[];
        enterer?: Reference;
        extension?: Extension[];
        facility?: Reference;
        fundsReserve?: CodeableConcept;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        insurance: ClaimInsurance[];
        insurer?: Reference;
        item?: ClaimItem[];
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        originalPrescription?: Reference;
        patient: Reference;
        payee?: ClaimPayee;
        prescription?: Reference;
        priority: CodeableConcept;
        procedure?: ClaimProcedure[];
        provider: Reference;
        referral?: Reference;
        related?: ClaimRelated[];
        resourceType: "Claim";
        status: code;
        subType?: CodeableConcept;
        supportingInfo?: ClaimSupportingInfo[];
        text?: Narrative;
        total?: Money;
        type: CodeableConcept;
        use: code;
    }
    Index

    Properties

    _created?: Element

    Resource creation date

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _status?: Element

    active | cancelled | draft | entered-in-error

    _use?: Element

    claim | preauthorization | predetermination

    accident?: ClaimAccident

    Details of the event

    billablePeriod?: Period

    Relevant time frame for the claim

    careTeam?: ClaimCareTeam[]

    Members of the care team

    contained?: ConcreteType[]

    Contained, inline Resources

    created: dateTime

    Resource creation date

    diagnosis?: ClaimDiagnosis[]

    Pertinent diagnosis information

    enterer?: Reference

    Author of the claim

    extension?: Extension[]

    Additional content defined by implementations

    facility?: Reference

    Servicing facility

    fundsReserve?: CodeableConcept

    For whom to reserve funds

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Business Identifier for claim

    implicitRules?: uri

    A set of rules under which this content was created

    insurance: ClaimInsurance[]

    Patient insurance information

    insurer?: Reference

    Target

    item?: ClaimItem[]

    Product or service provided

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    originalPrescription?: Reference

    Original prescription if superseded by fulfiller

    patient: Reference

    The recipient of the products and services

    payee?: ClaimPayee

    Recipient of benefits payable

    prescription?: Reference

    Prescription authorizing services and products

    priority: CodeableConcept

    Desired processing ugency

    procedure?: ClaimProcedure[]

    Clinical procedures performed

    provider: Reference

    Party responsible for the claim

    referral?: Reference

    Treatment referral

    related?: ClaimRelated[]

    Prior or corollary claims

    resourceType: "Claim"
    status: code

    active | cancelled | draft | entered-in-error

    subType?: CodeableConcept

    More granular claim type

    supportingInfo?: ClaimSupportingInfo[]

    Supporting information

    text?: Narrative

    Text summary of the resource, for human interpretation

    total?: Money

    Total claim cost

    Category or discipline

    use: code

    claim | preauthorization | predetermination