cardea.fhir.CodeableConcept

class cardea.fhir.CodeableConcept(dict_values=None)

A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.

Parameters
  • coding – A reference to a code defined by a terminology system.

  • text – A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

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