cardea.fhir.NutritionOrder

class cardea.fhir.NutritionOrder(dict_values=None)

A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.

Parameters
  • resourceType – This is a NutritionOrder resource

  • identifier – Identifiers assigned to this order by the order sender or by the order receiver.

  • status – The workflow status of the nutrition order/request.

  • patient – The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding.

  • encounter – An encounter that provides additional information about the healthcare context in which this request is made.

  • dateTime – The date and time that this nutrition order was requested.

  • orderer – The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings.

  • allergyIntolerance – A link to a record of allergies or intolerances which should be included in the nutrition order.

  • foodPreferenceModifier – This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.

  • excludeFoodModifier – This modifier is used to convey order-specific modifiers about the type of food that should NOT be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.

  • oralDiet – Diet given orally in contrast to enteral (tube) feeding.

  • supplement – Oral nutritional products given in order to add further nutritional value to the patient’s diet.

  • enteralFormula – Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.

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