Class NutritionOrderEnteralFormula
Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.
Implements
Inherited Members
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 |
_AdministrationInstruction
Extension container element for AdministrationInstruction
Declaration
public Element _AdministrationInstruction { get; set; }
Property Value
Type | Description |
---|---|
Element |
_BaseFormulaProductName
Extension container element for BaseFormulaProductName
Declaration
public Element _BaseFormulaProductName { get; set; }
Property Value
Type | Description |
---|---|
Element |
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. |
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 |
---|---|
Codeable |
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 |
---|---|
fhir |
AdministrationInstruction
Free text formula administration, feeding instructions or additional instructions or information.
Declaration
public string AdministrationInstruction { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
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 |
---|---|
Codeable |
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 |
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 |
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 |
---|---|
Codeable |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |