cardea.fhir.TriggerDefinition

class cardea.fhir.TriggerDefinition(dict_values=None)

A description of a triggering event.

Parameters
  • 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__(dict_values=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([dict_values])

Initialize self.

assert_type()

Checks class values follow set possible enumerations.

get_dataframe()

Returns dataframe from class attribute values.

get_eligible_relationships()

Returns class relationships for attributes that are used.

get_id()

Returns fhir class identifier.

get_relationships()

Returns class relationships.

set_attributes(dict_values)

Sets values to class attributes.