FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example NutritionProduct/adult-formula-supplement (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Adult Formula (id = "adult-formula-supplement")

<?xml version="1.0" encoding="UTF-8"?>

<NutritionProduct xmlns="http://hl7.org/fhir">
  <id value="adult-formula-supplement"/> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="442651000124102"/> 
      <display value="Adult Formula (product)"/> 
    </coding> 
  </code> 
  <status value="active"/> 
  <manufacturer> 
    <display value="Nestle"/> 
  </manufacturer> 
  <energy> 
    <value value="1.7"/> 
    <unit value="kcal/ml"/> 
    <system value="http://unitsofmeasure.org"/> 
    <code value="kcal/ml"/> 
  </energy> 
  <instance> 
    <name value="Boost Pudding"/> 
    <expiry value="2026-08-23"/> 
  </instance> 
</NutritionProduct> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.