Cardea
cardea.fhir.
TriggerDefinition
A description of a triggering event.
type – The type of triggering event.
eventName – The name of the event (if this is a named-event trigger).
eventTimingTiming – The timing of the event (if this is a period trigger).
eventTimingReference – The timing of the event (if this is a period trigger).
eventTimingDate – The timing of the event (if this is a period trigger).
eventTimingDateTime – The timing of the event (if this is a period trigger).
eventData – The triggering data of the event (if this is a data trigger).
__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.