cardea.fhir.Meta

class cardea.fhir.Meta(dict_values=None)

The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.

Parameters
  • versionId – The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.

  • lastUpdated – When the resource last changed - e.g. when the version changed.

  • profile – A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].

  • security – Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.

  • tag – Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

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