cardea.fhir.SupplyDelivery

class cardea.fhir.SupplyDelivery(dict_values=None)

Record of delivery of what is supplied.

Parameters
  • resourceType – This is a SupplyDelivery resource

  • identifier – Identifier assigned by the dispensing facility when the item(s) is dispensed.

  • basedOn – A plan, proposal or order that is fulfilled in whole or in part by this event.

  • partOf – A larger event of which this particular event is a component or step.

  • status – A code specifying the state of the dispense event.

  • patient – A link to a resource representing the person whom the delivered item is for.

  • type – Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.

  • suppliedItem – The item that is being delivered or has been supplied.

  • occurrenceDateTime – The date or time(s) the activity occurred.

  • occurrencePeriod – The date or time(s) the activity occurred.

  • occurrenceTiming – The date or time(s) the activity occurred.

  • supplier – The individual responsible for dispensing the medication, supplier or device.

  • destination – Identification of the facility/location where the Supply was shipped to, as part of the dispense event.

  • receiver – Identifies the person who picked up the Supply.

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