Show / Hide Table of Contents

Class NutritionOrderEnteralFormula

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

Inheritance
System.Object
Element
BackboneElement
NutritionOrderEnteralFormula
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class NutritionOrderEnteralFormula : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_AdditiveProductName

Extension container element for AdditiveProductName

Declaration
public Element _AdditiveProductName { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_AdministrationInstruction

Extension container element for AdministrationInstruction

Declaration
public Element _AdministrationInstruction { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_BaseFormulaProductName

Extension container element for BaseFormulaProductName

Declaration
public Element _BaseFormulaProductName { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

AdditiveProductName

The product or brand name of the type of modular component to be added to the formula.

Declaration
public string AdditiveProductName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AdditiveType

Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula.

Declaration
public CodeableConcept AdditiveType { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Administration

Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.

Declaration
public List<NutritionOrderEnteralFormulaAdministration> Administration { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<NutritionOrderEnteralFormulaAdministration>
| Improve this Doc View Source

AdministrationInstruction

Free text formula administration, feeding instructions or additional instructions or information.

Declaration
public string AdministrationInstruction { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BaseFormulaProductName

The product or brand name of the enteral or infant formula product such as "ACME Adult Standard Formula".

Declaration
public string BaseFormulaProductName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BaseFormulaType

The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula.

Declaration
public CodeableConcept BaseFormulaType { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

CaloricDensity

The amount of energy (Calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 Calories per fluid ounce or an adult may require an enteral formula that provides 1.5 Calorie/mL.

Declaration
public Quantity CaloricDensity { get; set; }
Property Value
Type Description
Quantity
| Improve this Doc View Source

MaxVolumeToDeliver

The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours.

Declaration
public Quantity MaxVolumeToDeliver { get; set; }
Property Value
Type Description
Quantity
| Improve this Doc View Source

RouteofAdministration

The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube.

Declaration
public CodeableConcept RouteofAdministration { get; set; }
Property Value
Type Description
CodeableConcept

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX