Cardea
cardea.fhir.
Identifier
A technical identifier - identifies some entity uniquely and unambiguously.
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__
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.