cardea.fhir.Linkage

class cardea.fhir.Linkage(dict_values=None)

Identifies two or more records (resource instances) that are referring to the same real-world “occurrence”.

Parameters
  • resourceType – This is a Linkage resource

  • active – Indicates whether the asserted set of linkages are considered to be “in effect”.

  • author – Identifies the user or organization responsible for asserting the linkages and who establishes the context for evaluating the nature of each linkage.

  • item – Identifies one of the records that is considered to refer to the same real-world occurrence as well as how the items hould be evaluated within the collection of linked items.

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