Cardea
cardea.fhir.
SupplyDelivery
Record of delivery of what is supplied.
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__
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.