Class TNutritionIntake
Unit
bsFhir_r5
Declaration
type TNutritionIntake = class(TDomainResource)
Description
A record of food or fluid that is being consumed by a patient. A NutritionIntake may indicate that the patient may be consuming the food or fluid now or has consumed the food or fluid in the past. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay or through an app that tracks food or fluids consumed. The consumption information may come from sources such as the patient's memory, from a nutrition label, or from a clinician documenting observed intake. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifiers associated with this Nutrition Intake that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.
|
|
property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray; |
Instantiates FHIR protocol or definition.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A plan, proposal or order that is fulfilled in whole or in part by this event.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger event of which this particular event is a component or step.
|
|
property status : string read Getstatus write Setstatus; |
A code representing the patient or other source's judgment about the state of the intake that this assertion is about. Generally, this will be active or completed.
|
|
property statusElement : TEventStatus read GetstatusElement write SetstatusElement; |
|
|
property statusReason : TCodeableConceptArray read GetstatusReasonArray; |
Captures the reason for the current state of the NutritionIntake.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Overall type of nutrition intake.
|
|
property subject : TReference read Getsubject write Setsubject; |
The person, animal or group who is/was consuming the food or fluid.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The encounter that establishes the context for this NutritionIntake.
|
|
property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime; |
The interval of time during which it is being asserted that the patient is/was consuming the food or fluid. (choose any one of occurrence*, but only one)
|
|
property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement; |
|
|
property occurrencePeriod : TPeriod read GetoccurrencePeriod write SetoccurrencePeriod; |
The interval of time during which it is being asserted that the patient is/was consuming the food or fluid. (choose any one of occurrence*, but only one)
|
|
property recorded : string read Getrecorded write Setrecorded; |
The date when the Nutrition Intake was asserted by the information source.
|
|
property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement; |
|
|
property reportedBoolean : boolean read GetreportedBoolean write SetreportedBoolean; |
The person or organization that provided the information about the consumption of this food or fluid. Note: Use derivedFrom when a NutritionIntake is derived from other resources. (choose any one of reported*, but only one)
|
|
property reportedBooleanElement : Tboolean read GetreportedBooleanElement write SetreportedBooleanElement; |
|
|
property reportedReference : TReference read GetreportedReference write SetreportedReference; |
The person or organization that provided the information about the consumption of this food or fluid. Note: Use derivedFrom when a NutritionIntake is derived from other resources. (choose any one of reported*, but only one)
|
|
property location : TReference read Getlocation write Setlocation; |
Where the intake occurred.
|
|
property derivedFrom : TReferenceArray read GetderivedFromArray; |
Allows linking the NutritionIntake to the underlying NutritionOrder, or to other information, such as AllergyIntolerance, that supports or is used to derive the NutritionIntake.
|
|
property reason : TCodeableReferenceArray read GetreasonArray; |
A reason, Condition or observation for why the food or fluid is /was consumed.
|
|
property note : TAnnotationArray read GetnoteArray; |
Provides extra information about the Nutrition Intake that is not conveyed by the other attributes.
|
Generated by PasDoc 0.15.0.
|