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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeNutritionOrder
IdNutritionOrder-clear-liquid-diet.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 clear-liquid-diet

identifier: http://acme.com/nutrition-orders/NO-2026-0004

status: Active

intent: Order

patient: Amy V. Shaw

dateTime: 2026-05-19 08:45:00-0500

orderer: Dr Ronald Bone

OralDiets

-TypeInstruction
*Clear liquid dietClear liquids only for 24 hours prior to procedure. Permitted items include water, clear broth, clear fruit juices without pulp, and gelatin. No solid food.

Source1

{
  "resourceType": "NutritionOrder",
  "id": "clear-liquid-diet",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "NutritionOrder Clear Liquid Diet Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core Nutrition Order Profile* illustrates a clear liquid diet ordered for a patient in preparation for a colonoscopy procedure."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-nutritionorder"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.com/nutrition-orders",
      "value": "NO-2026-0004"
    }
  ],
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Shaw"
  },
  "dateTime": "2026-05-19T08:45:00-05:00",
  "orderer": {
    "reference": "Practitioner/practitioner-1",
    "display": "Dr Ronald Bone"
  },
  "oralDiet": {
    "type": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "435741000124103",
            "display": "Clear liquid diet (regime/therapy)"
          }
        ],
        "text": "Clear liquid diet"
      }
    ],
    "instruction": "Clear liquids only for 24 hours prior to procedure. Permitted items include water, clear broth, clear fruit juices without pulp, and gelatin. No solid food."
  }
}