cardea.fhir.Quantity

class cardea.fhir.Quantity(dict_values=None)

A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

Parameters
  • value – The value of the measured amount. The value includes an implicit precision in the presentation of the value.

  • comparator – How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is “<” , then the real value is < stated value.

  • unit – A human-readable form of the unit.

  • system – The identification of the system that provides the coded form of the unit.

  • code – A computer processable form of the unit in some unit representation system.

__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.