cardea.fhir.Identifier

class cardea.fhir.Identifier(dict_values=None)

A technical identifier - identifies some entity uniquely and unambiguously.

Parameters
  • use – The purpose of this identifier.

  • type – A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

  • system – Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

  • value – The portion of the identifier typically relevant to the user and which is unique within the context of the system.

  • period – Time period during which identifier is/was valid for use.

  • assigner – Organization that issued/manages the identifier.

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