http://hl7.org/fhir/StructureDefinition/PaymentReconciliation|4.0.1

This resource provides the details including amount of a payment and allocates the payment items being paid.
description: This resource provides the details including amount of a payment and allocates the payment items being paid.
derivation: specialization
name: PaymentReconciliation
type: PaymentReconciliation
elements:
  requestor: {short: Responsible practitioner, index: 6}
  request: {short: Reference to requesting resource, index: 5}
  paymentAmount: {short: Total amount of Payment, isSummary: true, index: 10}
  processNote:
    short: Note concerning processing
    array: true
    index: 24
    elements:
      type:
        short: display | print | printoper
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/note-type|4.0.1'}
        index: 25
      text: {short: Note explanatory text, index: 26}
  created: {short: Creation date, isSummary: true, index: 3}
  outcome:
    short: queued | complete | error | partial
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1'}
    index: 7
  disposition: {short: Disposition message, index: 8}
  paymentIdentifier: {short: Business identifier for the payment, index: 11}
  status:
    isModifier: true
    short: active | cancelled | draft | entered-in-error
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/fm-status|4.0.1'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  paymentDate: {short: When payment issued, isSummary: true, index: 9}
  identifier: {short: Business Identifier for a payment reconciliation, array: true, index: 0}
  period: {short: Period covered, isSummary: true, index: 2}
  paymentIssuer: {short: Party generating payment, isSummary: true, index: 4}
  formCode:
    short: Printed form identifier
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/forms'}
    index: 23
  detail:
    short: Settlement particulars
    array: true
    index: 12
    elements:
      response: {short: Response committing to a payment, index: 18}
      amount: {short: Amount allocated to this payable, index: 22}
      date: {short: Date of commitment to pay, index: 19}
      request: {short: Request giving rise to the payment, index: 16}
      type:
        short: Category of payment
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/payment-type'}
        index: 15
      responsible: {short: Contact for the response, index: 20}
      payee: {short: Recipient of the payment, index: 21}
      predecessor: {short: Business identifier of the prior payment detail, index: 14}
      identifier: {short: Business identifier of the payment detail, index: 13}
      submitter: {short: Submitter of the request, index: 17}
    required: [type]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/PaymentReconciliation
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [created, paymentAmount, status, paymentDate]