cardea.fhir.Contributor

class cardea.fhir.Contributor(dict_values=None)

A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.

Parameters
  • type – The type of contributor.

  • name – The name of the individual or organization responsible for the contribution.

  • contact – Contact details to assist a user in finding and communicating with the contributor.

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