spark_auto_mapper_fhir.backbone_elements.payment_reconciliation_detail
¶
Module Contents¶
Classes¶
PaymentReconciliation.Detail |
- class spark_auto_mapper_fhir.backbone_elements.payment_reconciliation_detail.PaymentReconciliationDetail(*, id_=None, extension=None, modifierExtension=None, identifier=None, predecessor=None, type_, request=None, submitter=None, response=None, date=None, responsible=None, payee=None, amount=None)¶
Bases:
spark_auto_mapper_fhir.base_types.fhir_backbone_element_base.FhirBackboneElementBase
- PaymentReconciliation.Detail
This resource provides the details including amount of a payment and allocates the payment items being paid.
This resource provides the details including amount of a payment and allocates
the payment items being paid.
- param id_
None
- param extension
May be used to represent additional information that is not part of the basic
definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- param modifierExtension
May be used to represent additional information that is not part of the basic
definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- param identifier
Unique identifier for the current payment item for the referenced payable.
- param predecessor
Unique identifier for the prior payment item for the referenced payable.
- param type_
Code to indicate the nature of the payment.
- param request
A resource, such as a Claim, the evaluation of which could lead to payment.
- param submitter
The party which submitted the claim or financial transaction.
- param response
A resource, such as a ClaimResponse, which contains a commitment to payment.
- param date
The date from the response resource containing a commitment to pay.
- param responsible
A reference to the individual who is responsible for inquiries regarding the
- response and its payment.
- param payee
The party which is receiving the payment.
- param amount
The monetary amount allocated from the total payment to the payable.
- Parameters
id_ (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
extension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
modifierExtension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
identifier (Optional[spark_auto_mapper_fhir.complex_types.identifier.Identifier]) –
predecessor (Optional[spark_auto_mapper_fhir.complex_types.identifier.Identifier]) –
type_ (spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.payment_type_codes.PaymentTypeCodesCode]) –
request (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.resource.Resource]]) –
submitter (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.practitioner.Practitioner, spark_auto_mapper_fhir.resources.practitioner_role.PractitionerRole, spark_auto_mapper_fhir.resources.organization.Organization]]]) –
response (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.resource.Resource]]) –
date (Optional[spark_auto_mapper_fhir.fhir_types.date.FhirDate]) –
responsible (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.practitioner_role.PractitionerRole]]) –
payee (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.practitioner.Practitioner, spark_auto_mapper_fhir.resources.practitioner_role.PractitionerRole, spark_auto_mapper_fhir.resources.organization.Organization]]]) –
amount (Optional[spark_auto_mapper_fhir.complex_types.money.Money]) –