cardea.fhir.ImmunizationRecommendation

class cardea.fhir.ImmunizationRecommendation(dict_values=None)

A patient’s point-in-time immunization and recommendation (i.e. forecasting a patient’s immunization eligibility according to a published schedule) with optional supporting justification.

Parameters
  • resourceType – This is a ImmunizationRecommendation resource

  • identifier – A unique identifier assigned to this particular recommendation record.

  • patient – The patient the recommendations are for.

  • recommendation – Vaccine administration recommendations.

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