cardea.fhir.Flag

class cardea.fhir.Flag(dict_values=None)

Prospective warnings of potential issues when providing care to the patient.

Parameters
  • resourceType – This is a Flag resource

  • identifier – Identifier assigned to the flag for external use (outside the FHIR environment).

  • status – Supports basic workflow.

  • category – Allows an flag to be divided into different categories like clinical, administrative etc. Intended to be used as a means of filtering which flags are displayed to particular user or in a given context.

  • code – The coded value or textual component of the flag to display to the user.

  • subject – The patient, location, group , organization , or practitioner, etc. this is about record this flag is associated with.

  • period – The period of time from the activation of the flag to inactivation of the flag. If the flag is active, the end of the period should be unspecified.

  • encounter – This alert is only relevant during the encounter.

  • author – The person, organization or device that created the flag.

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