Cardea
cardea.fhir.
Person
Demographics and administrative information about a person independent of a specific health-related context.
resourceType – This is a Person resource
identifier – Identifier for a person within a particular scope.
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.
birthDate – The birth date for the person.
address – One or more addresses for the person.
photo – An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.
managingOrganization – The organization that is the custodian of the person record.
active – Whether this person’s record is in active use.
link – Link to a resource that concerns the same actual person.
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__([dict_values])
Initialize self.
assert_type()
assert_type
Checks class values follow set possible enumerations.
get_dataframe()
get_dataframe
Returns dataframe from class attribute values.
get_eligible_relationships()
get_eligible_relationships
Returns class relationships for attributes that are used.
get_id()
get_id
Returns fhir class identifier.
get_relationships()
get_relationships
Returns class relationships.
set_attributes(dict_values)
set_attributes
Sets values to class attributes.