FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeNutritionOrder
IdNutritionOrder-betsysmith-johnson01-SNFDischargeDiet.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: NutritionOrder betsysmith-johnson01-SNFDischargeDiet

status: Active

intent: Order

patient: Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)

dateTime: 2025-07-02

orderer: PractitionerRole Geriatric Medicine (Family Medicine) Physician

allergyIntolerance: AllergyIntolerance Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)

excludeFoodModifier: Bread

OralDiets

-TypeScheduleFluidConsistencyTypeInstruction
*Decreased protein and/or protein derivative diet (regime/therapy)3-4 per 1 dayInternational Dysphagia Diet Standardisation Initiative Framework - Thin Level 0Food 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.

Supplements

-TypeSchedule
*Adult diabetes specialty formulaMorning, Once per 1 day

Source1

{
  "resourceType": "NutritionOrder",
  "id": "betsysmith-johnson01-SNFDischargeDiet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/patient-betsysmith-johnson01"
  },
  "dateTime": "2025-07-02",
  "orderer": {
    "reference": "PractitionerRole/Role-SNFDoc-GeraldPark"
  },
  "allergyIntolerance": [
    {
      "reference": "AllergyIntolerance/betsysmith-johnson01-AllergyACE"
    }
  ],
  "excludeFoodModifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "226559002",
          "display": "Bread"
        }
      ]
    }
  ],
  "oralDiet": {
    "type": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1055201009",
            "display": "Decreased protein diet"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "437421000124105",
            "display": "Decreased sodium diet (regime/therapy)"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "1237451006",
            "display": "International Dysphagia Diet Standardisation Initiative Framework - Regular Level 7"
          }
        ],
        "text": "Decreased protein and/or protein derivative diet (regime/therapy)"
      }
    ],
    "schedule": [
      {
        "repeat": {
          "boundsPeriod": {
            "start": "2024-09-20"
          },
          "frequency": 3,
          "frequencyMax": 4,
          "period": 1,
          "periodUnit": "d"
        }
      }
    ],
    "fluidConsistencyType": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1231508001",
            "display": "International Dysphagia Diet Standardisation Initiative Framework - Thin Level 0"
          }
        ]
      }
    ],
    "instruction": "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."
  },
  "supplement": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "443481000124101",
            "display": "Renal Formula"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "443051000124104",
            "display": "Adult diabetic specialty formula (product)"
          }
        ],
        "text": "Adult diabetes specialty formula"
      },
      "schedule": [
        {
          "repeat": {
            "boundsPeriod": {
              "start": "2024-09-20"
            },
            "frequency": 1,
            "period": 1,
            "periodUnit": "d",
            "when": [
              "MORN"
            ]
          }
        }
      ]
    }
  ]
}