Cardea
cardea.fhir.
Claim
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
resourceType – This is a Claim resource
identifier – The business identifier for the instance: claim number, pre-determination or pre-authorization number.
status – The status of the resource instance.
type – The category of claim, eg, oral, pharmacy, vision, insitutional, professional.
subType – A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType.
use – Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
patient – Patient Resource.
billablePeriod – The billable period for which charges are being submitted.
created – The date when the enclosed suite of services were performed or completed.
enterer – Person who created the invoice/claim/pre-determination or pre-authorization.
insurer – The Insurer who is target of the request.
provider – The provider which is responsible for the bill, claim pre-determination, pre-authorization.
organization – The organization which is responsible for the bill, claim pre-determination, pre-authorization.
priority – Immediate (STAT), best effort (NORMAL), deferred (DEFER).
fundsReserve – In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved (‘Patient’ or ‘Provider’) to pay for the Benefits determined on the subsequent claim(s). ‘None’ explicitly indicates no funds reserving is requested.
related – Other claims which are related to this claim such as prior claim versions or for related services.
prescription – Prescription to support the dispensing of Pharmacy or Vision products.
originalPrescription – Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products. For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new precription for an alternate medication which has the same theraputic intent. The prescription from the pharmacy becomes the ‘prescription’ and that from the physician becomes the ‘original prescription’.
payee – The party to be reimbursed for the services.
referral – The referral resource which lists the date, practitioner, reason and other supporting information.
facility – Facility where the services were provided.
careTeam – The members of the team who provided the overall service as well as their role and whether responsible and qualifications.
information – Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are mutiple jurisdiction specific valuesets which are required.
diagnosis – List of patient diagnosis for which care is sought.
procedure – Ordered list of patient procedures performed to support the adjudication.
insurance – Financial instrument by which payment information for health care.
accident – An accident which resulted in the need for healthcare services.
employmentImpacted – The start and optional end dates of when the patient was precluded from working due to the treatable condition(s).
hospitalization – The start and optional end dates of when the patient was confined to a treatment center.
item – First tier of goods and services.
total – The total value of the claim.
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__([dict_values])
Initialize self.
assert_type()
assert_type
Checks class values follow set possible enumerations.
get_dataframe()
get_dataframe
Returns dataframe from class attribute values.
get_eligible_relationships()
get_eligible_relationships
Returns class relationships for attributes that are used.
get_id()
get_id
Returns fhir class identifier.
get_relationships()
get_relationships
Returns class relationships.
set_attributes(dict_values)
set_attributes
Sets values to class attributes.