cardea.fhir.RelatedArtifact

class cardea.fhir.RelatedArtifact(dict_values=None)

Related artifacts such as additional documentation, justification, or bibliographic references.

Parameters
  • type – The type of relationship to the related artifact.

  • display – A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.

  • citation – A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.

  • url – A url for the artifact that can be followed to access the actual content.

  • document – The document being referenced, represented as an attachment. This is exclusive with the resource element.

  • resource – The related resource, such as a library, value set, profile, or other knowledge 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.