This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-encounter-diet.xml

Definition for Value SetDiet

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Diet</h2>
      <p>This value set defines a set of codes that can be used to indicate dietary preferences
         or restrictions a patient may have.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/diet</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>vegetarian
            <a name="vegetarian"> </a>
          </td>
          <td/>
          <td>Food without meat, poultry or seafood</td>
        </tr>
        <tr>
          <td>dairy-free
            <a name="dairy-free"> </a>
          </td>
          <td/>
          <td>Exludes dairy products</td>
        </tr>
        <tr>
          <td>nut-free
            <a name="nut-free"> </a>
          </td>
          <td/>
          <td>Excludes ingredients containing nuts</td>
        </tr>
        <tr>
          <td>gluten-free
            <a name="gluten-free"> </a>
          </td>
          <td/>
          <td>Excludes ingredients containing gluten</td>
        </tr>
        <tr>
          <td>vegan
            <a name="vegan"> </a>
          </td>
          <td/>
          <td>Food without meat, poultry, seafood, eggs, dairy products and other animal-derived substances</td>
        </tr>
        <tr>
          <td>halal
            <a name="halal"> </a>
          </td>
          <td/>
          <td>Foods that conform to Islamic law</td>
        </tr>
        <tr>
          <td>kosher
            <a name="kosher"> </a>
          </td>
          <td/>
          <td>foods that conform to Jewish dietary law</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/encounter-diet"/>
  <name value="Diet"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="This value set defines a set of codes that can be used to indicate dietary preferences
   or restrictions a patient may have."/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/diet"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="vegetarian"/>
      <definition value="Food without meat, poultry or seafood"/>
    </concept>
    <concept>
      <code value="dairy-free"/>
      <definition value="Exludes dairy products"/>
    </concept>
    <concept>
      <code value="nut-free"/>
      <definition value="Excludes ingredients containing nuts"/>
    </concept>
    <concept>
      <code value="gluten-free"/>
      <definition value="Excludes ingredients containing gluten"/>
    </concept>
    <concept>
      <code value="vegan"/>
      <definition value="Food without meat, poultry, seafood, eggs, dairy products and other animal-derived substances"/>
    </concept>
    <concept>
      <code value="halal"/>
      <definition value="Foods that conform to Islamic law"/>
    </concept>
    <concept>
      <code value="kosher"/>
      <definition value="foods that conform to Jewish dietary law"/>
    </concept>
  </define>
</ValueSet>