cardea.fhir.ContactPoint

class cardea.fhir.ContactPoint(dict_values=None)

Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.

Parameters
  • system – Telecommunications form for contact point - what communications system is required to make use of the contact.

  • value – The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).

  • use – Identifies the purpose for the contact point.

  • rank – Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.

  • period – Time period when the contact point was/is in use.

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