Data Model Libraries
    Preparing search index...

    Class PaymentReconciliationAllocationComponent

    PaymentReconciliationAllocationComponent Class

    FHIR Specification

    • Short: Settlement particulars
    • Definition: Distribution of the payment amount for a previously acknowledged payable.
    • Requirements: Needed to show how the payment amount is distributed across the payables.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    identifier?: Identifier

    PaymentReconciliation.allocation.identifier Element

    FHIR Specification

    • Short: Business identifier of the payment detail
    • Definition: Unique identifier for the current payment item for the referenced payable.
    • Requirements: Needed for reconciliation of payments.
    • FHIR Type: Identifier
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    predecessor?: Identifier

    PaymentReconciliation.allocation.predecessor Element

    FHIR Specification

    • Short: Business identifier of the prior payment detail
    • Definition: Unique identifier for the prior payment item for the referenced payable.
    • Requirements: Needed for reconciliation of payments.
    • FHIR Type: Identifier
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    target?: Reference

    PaymentReconciliation.allocation.target Element

    FHIR Specification

    targetItem?: IDataType

    PaymentReconciliation.allocation.targetItem[x] Element

    @ChoiceDataTypesMeta('PaymentReconciliation.allocation.targetItem[x]', ['string','Identifier','positiveInt',]

    FHIR Specification

    • Short: Sub-element of the subject
    • Definition: Identifies the claim line item, encounter or other sub-element being paid. Note payment may be partial, that is not match the then outstanding balance or amount incurred.
    • FHIR Types: 'string', 'Identifier', 'positiveInt',
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    encounter?: Reference

    PaymentReconciliation.allocation.encounter Element

    FHIR Specification

    • Short: Applied-to encounter
    • Definition: The Encounter to which this payment applies, may be completed by the receiver, used for search.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    account?: Reference

    PaymentReconciliation.allocation.account Element

    FHIR Specification

    • Short: Applied-to account
    • Definition: The Account to which this payment applies, may be completed by the receiver, used for search.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    PaymentReconciliation.allocation.type Element

    FHIR Specification

    • Short: Category of payment
    • Definition: Code to indicate the nature of the payment.
    • Comment: For example: payment, adjustment, funds advance, etc.
    • Requirements: Needed to provide context for the amount.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    submitter?: Reference

    PaymentReconciliation.allocation.submitter Element

    FHIR Specification

    response?: Reference

    PaymentReconciliation.allocation.response Element

    FHIR Specification

    • Short: Response committing to a payment
    • Definition: A resource, such as a ClaimResponse, which contains a commitment to payment.
    • Requirements: Needed to provide a linkage to the payment commitment.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    date?: DateType

    PaymentReconciliation.allocation.date Element

    FHIR Specification

    • Short: Date of commitment to pay
    • Definition: The date from the response resource containing a commitment to pay.
    • Requirements: Needed for audit and validation.
    • FHIR Type: date
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    responsible?: Reference

    PaymentReconciliation.allocation.responsible Element

    FHIR Specification

    • Short: Contact for the response
    • Definition: A reference to the individual who is responsible for inquiries regarding the response and its payment.
    • Requirements: To provide contact information.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    payee?: Reference

    PaymentReconciliation.allocation.payee Element

    FHIR Specification

    amount?: Money

    PaymentReconciliation.allocation.amount Element

    FHIR Specification

    • Short: Amount allocated to this payable
    • Definition: The monetary amount allocated from the total payment to the payable.
    • Requirements: Needed to explain the distribution of the payment to the payables.
    • FHIR Type: Money
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided PaymentReconciliationAllocationComponent JSON to instantiate the PaymentReconciliationAllocationComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR PaymentReconciliationAllocationComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to PaymentReconciliationAllocationComponent

      Returns undefined | PaymentReconciliationAllocationComponent

      PaymentReconciliationAllocationComponent data model or undefined for PaymentReconciliationAllocationComponent

      JsonError if the provided JSON is not a valid JSON object

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if and only if the data model has required fields (min cardinality > 0) and at least one of those required fields in the instance is empty; false otherwise

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise