PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.2.0
    http://hl7.org/fhir/StructureDefinition/NutritionIntake
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.
package_name: hl7.fhir.r5.core
derivation: specialization
name: NutritionIntake
type: NutritionIntake
elements:
  category:
    short: Type of nutrition intake setting/reporting
    type: CodeableConcept
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/nutrition-intake-category'}
    isSummary: true
    index: 5
  ingredientLabel:
    type: BackboneElement
    short: Total nutrient for the whole meal, product, serving
    array: true
    index: 14
    elements:
      nutrient: {type: CodeableConcept, short: Total nutrient consumed, index: 15}
      amount: {type: Quantity, short: Total amount of nutrient consumed, index: 16}
    required: [amount, nutrient]
  derivedFrom:
    short: Additional supporting information
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    index: 25
  encounter:
    short: Encounter associated with NutritionIntake
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    isSummary: true
    index: 18
  reasonCode: {type: CodeableReference, short: Reason for why the food or fluid is /was consumed, array: true, index: 26}
  statusReason:
    short: Reason for current status
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/reason-medication-status-codes'}
    index: 4
  note: {type: Annotation, short: Further information about the consumption, array: true, index: 27}
  effectiveDateTime: {short: The date/time or interval when the food or fluid is/was consumed, type: dateTime, choiceOf: effective, isSummary: true, index: 21}
  status:
    isModifier: true
    short: active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/nutrition-intake-status|4.2.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 3
  effective:
    short: The date/time or interval when the food or fluid is/was consumed
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 20
  consumedItem:
    type: BackboneElement
    short: What food or fluid product or item was consumed
    array: true
    min: 1
    index: 6
    elements:
      type: {type: CodeableConcept, short: The type of food or fluid product, isSummary: true, index: 7}
      nutritionProduct: {short: Code that identifies the food or fluid product that was consumed, type: CodeableConcept, isSummary: true, index: 8}
      schedule: {type: Timing, short: Scheduled frequency of consumption, index: 9}
      amount: {type: Quantity, short: Quantity of the specified food, isSummary: true, index: 10}
      rate: {type: Quantity, short: Rate at which enteral feeding was administered, isSummary: true, index: 11}
      notConsumed: {type: boolean, short: Flag to indicate if the food or fluid item was refused or otherwise not consumed, index: 12}
      notConsumedReason: {type: CodeableConcept, short: Reason food or fluid was not consumed, index: 13}
    required: [nutritionProduct, type]
  identifier: {short: External identifier, type: Identifier, array: true, isSummary: true, index: 0}
  dateAsserted: {short: 'When the consumption was asserted?', type: dateTime, isSummary: true, index: 23}
  basedOn:
    short: Fulfils plan, proposal or order
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/NutritionOrder', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    type: Reference
    array: true
    isSummary: true
    index: 1
  partOf:
    short: Part of referenced event
    refers: ['http://hl7.org/fhir/StructureDefinition/NutritionIntake', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    array: true
    isSummary: true
    index: 2
  informationSource:
    short: Person or organization that provided the information about the consumption of this food or fluid
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    index: 24
  subject:
    short: Who is/was consuming the food or fluid
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 17
  effectivePeriod: {short: The date/time or interval when the food or fluid is/was consumed, type: Period, choiceOf: effective, isSummary: true, index: 22}
package_version: 4.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/NutritionIntake
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.2.0
required: [consumedItem, status, subject]