Cardea
cardea.fhir.
ChargeItem
The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.
resourceType – This is a ChargeItem resource
identifier – Identifiers assigned to this event performer or other systems.
definition – References the source of pricing information, rules of application for the code this ChargeItem uses.
status – The current state of the ChargeItem.
partOf – ChargeItems can be grouped to larger ChargeItems covering the whole set.
code – A code that identifies the charge, like a billing code.
subject – The individual or set of individuals the action is being or was performed on.
context – The encounter or episode of care that establishes the context for this event.
occurrenceDateTime – Date/time(s) or duration when the charged service was applied.
occurrencePeriod – Date/time(s) or duration when the charged service was applied.
occurrenceTiming – Date/time(s) or duration when the charged service was applied.
participant – Indicates who or what performed or participated in the charged service.
performingOrganization – The organization requesting the service.
requestingOrganization – The organization performing the service.
quantity – Quantity of which the charge item has been serviced.
bodysite – The anatomical location where the related service has been applied.
factorOverride – Factor overriding the factor determined by the rules associated with the code.
priceOverride – Total price of the charge overriding the list price associated with the code.
overrideReason – If the list price or the rule based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action.
enterer – The device, practitioner, etc. who entered the charge item.
enteredDate – Date the charge item was entered.
reason – Describes why the event occurred in coded or textual form.
service – Indicated the rendered service that caused this charge.
account – Account into which this ChargeItems belongs.
note – Comments made about the event by the performer, subject or other participants.
supportingInformation – Further information supporting the this charge.
__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.