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/high-protein-enteral-supplement (XML)

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

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

High Protein Formula (id = "high-protein-enteral-supplement")

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

<NutritionProduct xmlns="http://hl7.org/fhir">
  <id value="high-protein-enteral-supplement"/> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="443111000124101"/> 
      <display value="High protein Formula (product)"/> 
    </coding> 
  </code> 
  <status value="active"/> 
  <category> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="346415002"/> 
      <display value="Enteral and supplement feeds (product)"/> 
    </coding> 
  </category> 
  <manufacturer> 
    <display value="Abbott"/> 
  </manufacturer> 
  <nutrient> 
    <item> 
      <concept> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="1354492001"/> 
        </coding> 
      </concept> 
    </item> 
    <amountQuantity> 
      <value value="15"/> 
      <unit value="gm/serving"/> 
    </amountQuantity> 
  </nutrient> 
  <energy> 
    <value value="1"/> 
    <unit value="kcal/ml"/> 
    <system value="http://unitsofmeasure.org"/> 
    <code value="kcal/ml"/> 
  </energy> 
  <instance> 
    <name value="Promote"/> 
  </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.