cardea.fhir.RelatedPerson

class cardea.fhir.RelatedPerson(dict_values=None)

Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.

Parameters
  • resourceType – This is a RelatedPerson resource

  • identifier – Identifier for a person within a particular scope.

  • active – Whether this related person record is in active use.

  • patient – The patient this person is related to.

  • relationship – The nature of the relationship between a patient and the related person.

  • name – A name associated with the person.

  • telecom – A contact detail for the person, e.g. a telephone number or an email address.

  • gender – Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.

  • birthDate – The date on which the related person was born.

  • address – Address where the related person can be contacted or visited.

  • photo – Image of the person.

  • period – The period of time that this relationship is considered to be valid. If there are no dates defined, then the interval is unknown.

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