PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: betsysmith-johnson01-SNFDischargeDiet - XML Representation

Raw xml | Download


<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="betsysmith-johnson01-SNFDischargeDiet"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: NutritionOrder betsysmith-johnson01-SNFDischargeDiet</b></p><a name="betsysmith-johnson01-SNFDischargeDiet"> </a><a name="hcbetsysmith-johnson01-SNFDischargeDiet"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href="Patient-patient-betsysmith-johnson01.html">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</a></p><p><b>dateTime</b>: 2025-07-02</p><p><b>orderer</b>: <a href="PractitionerRole-Role-SNFDoc-GeraldPark.html">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>allergyIntolerance</b>: <a href="AllergyIntolerance-betsysmith-johnson01-AllergyACE.html">AllergyIntolerance Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)</a></p><p><b>excludeFoodModifier</b>: <span title="Codes:{http://snomed.info/sct 226559002}">Bread</span></p><h3>OralDiets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Schedule</b></td><td><b>FluidConsistencyType</b></td><td><b>Instruction</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 1055201009}, {http://snomed.info/sct 437421000124105}, {http://snomed.info/sct 1237451006}">Decreased protein and/or protein derivative diet (regime/therapy)</span></td><td>3-4 per 1 day</td><td><span title="Codes:{http://snomed.info/sct 1231508001}">International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0</span></td><td>Food should be presented one at a time to help maintain Betsy's attention. Because she is having difficulty completing complex tasks, she will need assistance preparing every meal. She does not need supervision while eating, but having someone to remind her to keep eating is ideal.</td></tr></table><h3>Supplements</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Schedule</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 443481000124101}, {http://snomed.info/sct 443051000124104}">Adult diabetes specialty formula</span></td><td>Morning, Once per 1 day</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <patient>🔗 
    <reference value="Patient/patient-betsysmith-johnson01"/>
  </patient>
  <dateTime value="2025-07-02"/>
  <orderer>🔗 
    <reference value="PractitionerRole/Role-SNFDoc-GeraldPark"/>
  </orderer>
  <allergyIntolerance>🔗 
    <reference value="AllergyIntolerance/betsysmith-johnson01-AllergyACE"/>
  </allergyIntolerance>
  <excludeFoodModifier>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="226559002"/>
      <display value="Bread"/>
    </coding>
  </excludeFoodModifier>
  <oralDiet>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1055201009"/>
        <display value="Decreased protein diet"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="437421000124105"/>
        <display value="Decreased sodium diet (regime/therapy)"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1237451006"/>
        <display
                 value="International Dysphagia Diet Standardisation Initiative Framework - Regular Level 7"/>
      </coding>
      <text
            value="Decreased protein and/or protein derivative diet (regime/therapy)"/>
    </type>
    <schedule>
      <repeat>
        <boundsPeriod>
          <start value="2024-09-20"/>
        </boundsPeriod>
        <frequency value="3"/>
        <frequencyMax value="4"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </schedule>
    <fluidConsistencyType>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1231508001"/>
        <display
                 value="International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0"/>
      </coding>
    </fluidConsistencyType>
    <instruction
                 value="Food should be presented one at a time to help maintain Betsy's attention. Because she is having difficulty completing complex tasks, she will need assistance preparing every meal. She does not need supervision while eating, but having someone to remind her to keep eating is ideal."/>
  </oralDiet>
  <supplement>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="443481000124101"/>
        <display value="Renal Formula"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="443051000124104"/>
        <display value="Adult diabetic specialty formula (product)"/>
      </coding>
      <text value="Adult diabetes specialty formula"/>
    </type>
    <schedule>
      <repeat>
        <boundsPeriod>
          <start value="2024-09-20"/>
        </boundsPeriod>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
        <when value="MORN"/>
      </repeat>
    </schedule>
  </supplement>
</NutritionOrder>