NutritionOrder

Overview

The NutritionOrder resource returns requests or orders to supply a diet or supplement to a patient.

The following fields are returned if valued:

Terminology Bindings

NutritionOrder.status
  • Description
    • The status of the nutrition order.
  • Details: Request Status
    System: http://hl7.org/fhir/request-status

NutritionOrder.intent
  • Description
    • The degree of authority/intentionality associated to the order.
  • Details: Request Intent
    System: http://hl7.org/fhir/request-intent

NutritionOrder.foodPreferenceModifier
NutritionOrder.oralDiet.type
  • Description
    • The kind of diet or dietary restriction.
  • Details: SNOMED CT
    System: http://snomed.info/sct

NutritionOrder.oralDiet.schedule
  • Description
    • Code for a known/defined timing pattern.
  • Details: TimingAbbreviation
    System: https://hl7.org/fhir/r4/v3/GTSAbbreviation/cs.html

  • Details: SNOMED CT
    System: http://snomed.info/sct

  • Details: Millennium Frequency
    System: https://fhir.cerner.com/<EHR source id>/codeSet/4003

NutritionOrder.oralDiet.texture.modifier
  • Description
    • Texture modifications that should be made for solid food.
  • Details: Millennium Diet Consistency
    System: https://fhir.cerner.com/<EHR source id>/codeSet/100197

NutritionOrder.oralDiet.fluidConsistencyType
  • Description
    • The required consistency of fluids served to the patient.
  • Details: Millennium Beverage Consistency
    System: https://fhir.cerner.com/<EHR source id>/codeSet/100123

NutritionOrder.supplement.type
  • Description
    • The kind of nutritional supplement required.
  • Details: Millennium Dietary Supplement
    System: https://fhir.cerner.com/<EHR source id>/codeSet/6107

Extensions

Search for nutrition orders that meet the supplied query parameters.

GET /NutritionOrder?:parameters

Authorization Types

Parameters

Name Required Type Description
_id Conditionally token The logical resource ID associated with the resource. This parameter is required if subject is not used. Example: 11111111
patient Conditionally reference Who the nutrition order is for. This parameter is required if the _id parameter is not used. Example: 12345
status No token The status of the nutrition order. Example: active
_lastUpdated No date An explicit or implied date and time range during which the most recent clinically relevant update was made to the nutrition order. Must include a time, and must be prefixed by ‘ge’ or ‘le’. Example: ge2014-05-19T20:54:02.000Z
_count No number The maximum number of nutrition orders to include on a page.
_revinclude No token Provenance resource entries to be returned as part of the bundle. Example: _revinclude=Provenance:target

Notes:

Headers

Accept: application/fhir+json
Authorization: <OAuth2 Bearer Token>

Example

Request

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?patient=12724066

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "4227f490-f813-4f83-b7ce-44e1275174e2",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?patient=12724066"
    }
  ],
  "entry": [
    {
      "resourceType": "NutritionOrder",
      "id": "328575687",
      "meta": {
        "versionId": "2",
        "lastUpdated": "2021-05-03T14:37:55.000Z"
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Nutrition Order</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Date</b>: May  3, 2021  2:30 P.M. UTC</p><p><b>Orderer</b>: CERNER, CERNER CERNER</p><p><b>Diet Type</b>: Bland Diet</p><p><b>Diet Instruction</b>: 05/03/21 9:30:00 CDT, Start Meal: Now, Vegetarian diet, Gluten Free, 2000 kcal, Medium (1,700-2,000 cal) 75g CHO, Low, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Thin Liquid, No free water, keep sodium to a minimum., Anemia due to membrane defect</p></div>"
      },
      "status": "active",
      "intent": "order",
      "patient": {
        "reference": "Patient/12724066",
        "display": "SMART, NANCY"
      },
      "encounter": {
        "reference": "Encounter/97959185"
      },
      "dateTime": "2021-05-03T09:30:52.000-05:00",
      "orderer": {
        "reference": "Practitioner/2",
        "display": "CERNER, CERNER CERNER"
      },
      "foodPreferenceModifier": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
              "code": "658488",
              "display": "Vegetarian diet",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/diet",
              "code": "vegetarian",
              "display": "Vegetarian",
              "userSelected": false
            }
          ],
          "text": "Vegetarian diet"
        }
      ],
      "oralDiet": {
        "type": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "38226001",
                "display": "Bland diet (finding)",
                "userSelected": false
              }
            ],
            "text": "Bland Diet"
          }
        ],
        "schedule": [
          {
            "repeat": {
              "boundsPeriod": {
                "start": "2021-05-03T09:30:00.000-05:00"
              }
            }
          }
        ],
        "nutrient": [
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
                  "code": "31168891",
                  "display": "Medium (1,700-2,000 cal) 75g CHO",
                  "userSelected": true
                }
              ],
              "text": "Medium (1,700-2,000 cal) 75g CHO"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
                  "code": "31170565",
                  "display": "1000 mg phosphorus",
                  "userSelected": true
                }
              ],
              "text": "1000 mg phosphorus"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
                  "code": "658536",
                  "display": "2000 kcal",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "76426001",
                  "display": "Calorie diet (finding)",
                  "userSelected": false
                }
              ],
              "text": "2000 kcal"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
                  "code": "658565",
                  "display": "Low",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "226358006",
                  "display": "Fat - dietary (substance)",
                  "userSelected": false
                }
              ],
              "text": "Low"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
                  "code": "658544",
                  "display": "2000 mL",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "33463005",
                  "display": "Liquid substance (substance)",
                  "userSelected": false
                }
              ],
              "text": "2000 mL"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
                  "code": "31170379",
                  "display": "1.5 g sodium",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "39972003",
                  "display": "Sodium (substance)",
                  "userSelected": false
                }
              ],
              "text": "1.5 g sodium"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
                  "code": "658567",
                  "display": "2 g potassium",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "88480006",
                  "display": "Potassium (substance)",
                  "userSelected": false
                }
              ],
              "text": "2 g potassium"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
                  "code": "658576",
                  "display": "60 g protein",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "226356005",
                  "display": "Protein and protein derivatives - dietary (substance)",
                  "userSelected": false
                }
              ],
              "text": "60 g protein"
            }
          }
        ],
        "texture": [
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
                  "code": "31170633",
                  "display": "NDD3 (Chopped)",
                  "userSelected": true
                }
              ],
              "text": "NDD3 (Chopped)"
            }
          }
        ],
        "fluidConsistencyType": [
          {
            "coding": [
              {
                "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
                "code": "25442691",
                "display": "Thin Liquid",
                "userSelected": true
              }
            ],
            "text": "Thin Liquid"
          }
        ],
        "instruction": "05/03/21 9:30:00 CDT, Start Meal: Now, Vegetarian diet, Gluten Free, 2000 kcal, Medium (1,700-2,000 cal) 75g CHO, Low, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Thin Liquid, No free water, keep sodium to a minimum., Anemia due to membrane defect"
      },
      "note": [
        {
          "text": "Order comments"
        }
      ]
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Patient Authorization Request

GET  https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?patient=12724066

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "4227f490-f813-4f83-b7ce-44e1275174e2",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?patient=12724066"
    }
  ],
  "entry": [
    {
      "resourceType": "NutritionOrder",
      "id": "313790117",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2020-07-22T01:00:20.000Z"
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Nutrition Order</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Date</b>: Jul  7, 2020  4:56 P.M. UTC</p><p><b>Orderer</b>: C., CERNER CERNER</p><p><b>Diet Type</b>: Low Bacterial Diet</p></div>"
      },
      "status": "active",
      "intent": "order",
      "patient": {
        "reference": "Patient/12724066",
        "display": "SMART, NANCY"
      },
      "encounter": {
        "reference": "Encounter/97953477"
      },
      "dateTime": "2020-07-07T11:56:58.000-05:00",
      "orderer": {
        "reference": "Practitioner/2",
        "display": "C., CERNER CERNER"
      },
      "foodPreferenceModifier": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
              "code": "658487",
              "display": "No salt on tray",
              "userSelected": true
            }
          ],
          "text": "No salt on tray"
        }
      ],
      "oralDiet": {
        "type": [
          {
            "text": "Low Bacterial Diet"
          }
        ],
        "schedule": [
          {
            "repeat": {
              "boundsPeriod": {
                "start": "2020-07-07T11:56:00.000-05:00"
              }
            }
          }
        ],
        "nutrient": [
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
                  "code": "31168901",
                  "display": "Low (1,200-1,600 cal) 60g CHO",
                  "userSelected": true
                }
              ],
              "text": "Low (1,200-1,600 cal) 60g CHO"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
                  "code": "31170553",
                  "display": "800 mg phosphorus",
                  "userSelected": true
                }
              ],
              "text": "800 mg phosphorus"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
                  "code": "658535",
                  "display": "1800 kcal",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "76426001",
                  "display": "Calorie diet (finding)",
                  "userSelected": false
                }
              ],
              "text": "1800 kcal"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
                  "code": "658559",
                  "display": "25 gm",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "226358006",
                  "display": "Fat - dietary (substance)",
                  "userSelected": false
                }
              ],
              "text": "25 gm"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
                  "code": "658544",
                  "display": "2000 mL",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "33463005",
                  "display": "Liquid substance (substance)",
                  "userSelected": false
                }
              ],
              "text": "2000 mL"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
                  "code": "658553",
                  "display": "1 g sodium",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "39972003",
                  "display": "Sodium (substance)",
                  "userSelected": false
                }
              ],
              "text": "1 g sodium"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
                  "code": "31170471",
                  "display": "1.5 g potassium",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "88480006",
                  "display": "Potassium (substance)",
                  "userSelected": false
                }
              ],
              "text": "1.5 g potassium"
            }
          },
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
                  "code": "658574",
                  "display": "40 g protein",
                  "userSelected": true
                },
                {
                  "system": "http://snomed.info/sct",
                  "code": "226356005",
                  "display": "Protein and protein derivatives - dietary (substance)",
                  "userSelected": false
                }
              ],
              "text": "40 g protein"
            }
          }
        ],
        "texture": [
          {
            "modifier": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
                  "code": "31170621",
                  "display": "NDD2 (Ground)",
                  "userSelected": true
                }
              ],
              "text": "NDD2 (Ground)"
            }
          }
        ],
        "fluidConsistencyType": [
          {
            "coding": [
              {
                "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
                "code": "25442691",
                "display": "Thin Liquid",
                "userSelected": true
              }
            ],
            "text": "Thin Liquid"
          }
        ]
      }
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Example Search by _id with RevInclude

Authorization Types

Headers

Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>

Request

GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?_id=328575687,328575703&_revinclude=Provenance:target

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "abe88314-6e3e-4452-9da3-0ab877e90a4b",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder?_id=328575687%2C328575703&_revinclude=Provenance%3Atarget"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder/328575687",
      "resource": {
        "resourceType": "NutritionOrder",
        "id": "328575687",
        "meta": {
          "versionId": "2",
          "lastUpdated": "2021-05-03T14:37:55Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Nutrition Order"\\\n              "</b></p><p><b>Patient</b>: SMART II, NANCY</p><p><b>Status</b>: Active"\\\n              "</p><p><b>Intent</b>: Order</p><p><b>Date</b>: May  3, 2021  2:30 P"\\\n              ".M. UTC</p><p><b>Orderer</b>: CERNER, CERNER CERNER</p><p><b>Diet Type</b>: "\\\n              "Bland Diet</p><p><b>Diet Instruction</b>: 05/03/21 9:30:00 CDT, Start Meal: "\\\n              "Now, Vegetarian diet, Gluten Free, 2000 kcal, Medium (1,700-2,000 "\\\n              "cal) 75g CHO, Low, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), "\\\n              "Thin Liquid, No free water, keep sodium to a minimum., Anemia due to "\\\n              "membrane defect</p></div>"
        },
        "status": "active",
        "intent": "order",
        "patient": {
          "reference": "Patient/12724066",
          "display": "SMART II, NANCY"
        },
        "encounter": {
          "reference": "Encounter/97959185"
        },
        "dateTime": "2021-05-03T14:30:52Z",
        "orderer": {
          "reference": "Practitioner/2",
          "display": "CERNER, CERNER CERNER"
        },
        "foodPreferenceModifier": [
          {
            "coding": [
              {
                "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
                "code": "658488",
                "display": "Vegetarian diet",
                "userSelected": true
              }
            ],
            "text": "Vegetarian diet"
          }
        ],
        "oralDiet": {
          "type": [
            {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "38226001",
                  "display": "Bland diet (finding)",
                  "userSelected": false
                }
              ],
              "text": "Bland Diet"
            }
          ],
          "schedule": [
            {
              "repeat": {
                "boundsPeriod": {
                  "start": "2021-05-03T14:30:00Z"
                }
              }
            }
          ],
          "nutrient": [
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
                    "code": "31168891",
                    "display": "Medium (1,700-2,000 cal) 75g CHO",
                    "userSelected": true
                  }
                ],
                "text": "Medium (1,700-2,000 cal) 75g CHO"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
                    "code": "31170565",
                    "display": "1000 mg phosphorus",
                    "userSelected": true
                  }
                ],
                "text": "1000 mg phosphorus"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
                    "code": "658536",
                    "display": "2000 kcal",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "76426001",
                    "display": "Calorie diet (finding)",
                    "userSelected": false
                  }
                ],
                "text": "2000 kcal"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
                    "code": "658544",
                    "display": "2000 mL",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "33463005",
                    "display": "Liquid substance (substance)",
                    "userSelected": false
                  }
                ],
                "text": "2000 mL"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
                    "code": "31170379",
                    "display": "1.5 g sodium",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "39972003",
                    "display": "Sodium (substance)",
                    "userSelected": false
                  }
                ],
                "text": "1.5 g sodium"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
                    "code": "658565",
                    "display": "Low",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "226887002",
                    "display": "Fat and oil (substance)",
                    "userSelected": false
                  }
                ],
                "text": "Low"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
                    "code": "658567",
                    "display": "2 g potassium",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "88480006",
                    "display": "Potassium (substance)",
                    "userSelected": false
                  }
                ],
                "text": "2 g potassium"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
                    "code": "658576",
                    "display": "60 g protein",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "735252001",
                    "display": "Protein and/or protein derivative (substance)",
                    "userSelected": false
                  }
                ],
                "text": "60 g protein"
              }
            }
          ],
          "texture": [
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
                    "code": "31170633",
                    "display": "NDD3 (Chopped)",
                    "userSelected": true
                  }
                ],
                "text": "NDD3 (Chopped)"
              }
            }
          ],
          "fluidConsistencyType": [
            {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
                  "code": "25442691",
                  "display": "Thin Liquid",
                  "userSelected": true
                }
              ],
              "text": "Thin Liquid"
            }
          ],
          "instruction": "05/03/21 9:30:00 CDT, Start Meal: Now, Vegetarian diet"/\n              ", Gluten Free, 2000 kcal, Medium (1,700-2,000 cal) 75g CHO, Low, 24 "/\n              "Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Thin Liquid, No free "/\n              "water, keep sodium to a minimum., Anemia due to membrane defect"
        },
        "note": [
          {
            "text": "Order comments"
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder/328575703",
      "resource": {
        "resourceType": "NutritionOrder",
        "id": "328575703",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2021-05-03T14:38:20Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Nutrition"\\\n              " Order</b></p><p><b>Patient</b>: SMART II, NANCY</p><p><b>Status"\\\n              "</b>: Entered in Error</p><p><b>Intent</b>: Order</p><p><b>Date"\\\n              "</b>: May  3, 2021  2:35 P.M. UTC</p><p><b>Orderer</b>: CERNER, "\\\n              "CERNER CERNER</p><p><b>Diet Type</b>: Cardiac Diet</p><p><b>Diet"\\\n              " Instruction</b>: 05/03/21 9:35:00 CDT, Start Meal: Now, Disposable"\\\n              " dishes, Cardiac, 1800 kcal, Medium (1,700-2,000 cal) 75g CHO, "\\\n              "50 gm, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Nectar "\\\n              "Thick, special instructions, Anemia due to membrane defect</p></div>"
        },
        "status": "entered-in-error",
        "intent": "order",
        "patient": {
          "reference": "Patient/12724066",
          "display": "SMART II, NANCY"
        },
        "encounter": {
          "reference": "Encounter/97959185"
        },
        "dateTime": "2021-05-03T14:35:56Z",
        "orderer": {
          "reference": "Practitioner/2",
          "display": "CERNER, CERNER CERNER"
        },
        "foodPreferenceModifier": [
          {
            "coding": [
              {
                "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
                "code": "658483",
                "display": "Disposable dishes",
                "userSelected": true
              }
            ],
            "text": "Disposable dishes"
          }
        ],
        "oralDiet": {
          "type": [
            {
              "text": "Cardiac Diet"
            }
          ],
          "schedule": [
            {
              "repeat": {
                "boundsPeriod": {
                  "start": "2021-05-03T14:35:00Z",
                  "end": "2021-05-03T14:38:00Z"
                }
              }
            }
          ],
          "nutrient": [
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
                    "code": "31168891",
                    "display": "Medium (1,700-2,000 cal) 75g CHO",
                    "userSelected": true
                  }
                ],
                "text": "Medium (1,700-2,000 cal) 75g CHO"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
                    "code": "31170565",
                    "display": "1000 mg phosphorus",
                    "userSelected": true
                  }
                ],
                "text": "1000 mg phosphorus"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
                    "code": "658535",
                    "display": "1800 kcal",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "76426001",
                    "display": "Calorie diet (finding)",
                    "userSelected": false
                  }
                ],
                "text": "1800 kcal"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
                    "code": "658544",
                    "display": "2000 mL",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "33463005",
                    "display": "Liquid substance (substance)",
                    "userSelected": false
                  }
                ],
                "text": "2000 mL"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
                    "code": "31170379",
                    "display": "1.5 g sodium",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "39972003",
                    "display": "Sodium (substance)",
                    "userSelected": false
                  }
                ],
                "text": "1.5 g sodium"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
                    "code": "658560",
                    "display": "50 gm",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "226887002",
                    "display": "Fat and oil (substance)",
                    "userSelected": false
                  }
                ],
                "text": "50 gm"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
                    "code": "31170471",
                    "display": "1.5 g potassium",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "88480006",
                    "display": "Potassium (substance)",
                    "userSelected": false
                  }
                ],
                "text": "1.5 g potassium"
              }
            },
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
                    "code": "658574",
                    "display": "40 g protein",
                    "userSelected": true
                  },
                  {
                    "system": "http://snomed.info/sct",
                    "code": "735252001",
                    "display": "Protein and/or protein derivative (substance)",
                    "userSelected": false
                  }
                ],
                "text": "40 g protein"
              }
            }
          ],
          "texture": [
            {
              "modifier": {
                "coding": [
                  {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
                    "code": "31170633",
                    "display": "NDD3 (Chopped)",
                    "userSelected": true
                  }
                ],
                "text": "NDD3 (Chopped)"
              }
            }
          ],
          "fluidConsistencyType": [
            {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
                  "code": "25442703",
                  "display": "Nectar Thick",
                  "userSelected": true
                }
              ],
              "text": "Nectar Thick"
            }
          ],
          "instruction": "05/03/21 9:35:00 CDT, Start Meal: Now, Disposable"\\\n              " dishes, Cardiac, 1800 kcal, Medium (1,700-2,000 cal) 75g CHO,"\\\n              " 50 gm, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), "\\\n              "Nectar Thick, special instructions, Anemia due to membrane defect"
        },
        "note": [
          {
            "text": "Order comments"
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Provenance/NUT-INT.med-328575687",
      "resource": {
        "resourceType": "Provenance",
        "id": "NUT-INT.med-328575687",
        "meta": {
          "versionId": "328575687",
          "lastUpdated": "2021-05-03T14:37:55Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>"\\\n              "Provenance</b></p><p><b>Target</b>:</p><ul><li>NutritionOrder"\\\n              "/328575687</li></ul><p><b>Recorded</b>: May  3, 2021  2:37 P.M."\\\n              " UTC</p><p><b>Agents</b>:</p><dl><dt>Spence, Open Platform IA,"\\\n              " Stephen</dt><dd><b>Agent Type</b>: Author</dd><dd><b>Agent Role"\\\n              "</b>: Source</dd><dt>Model Clinic 1</dt><dd><b>Agent Type</b>:"\\\n              " Author</dd><dd><b>Agent Role</b>: Source</dd></dl></div>"
        },
        "target": [
          {
            "reference": "NutritionOrder/328575687"
          }
        ],
        "recorded": "2021-05-03T14:37:55Z",
        "agent": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "author"
                }
              ],
              "text": "Author"
            },
            "role": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
                    "code": "SOURCE"
                  }
                ],
                "text": "Source"
              }
            ],
            "who": {
              "reference": "Practitioner/12724064",
              "display": "Spence, Open Platform IA, Stephen"
            },
            "onBehalfOf": {
              "reference": "Organization/685844",
              "display": "Model Clinic 1"
            }
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "author"
                }
              ],
              "text": "Author"
            },
            "role": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
                    "code": "SOURCE"
                  }
                ],
                "text": "Source"
              }
            ],
            "who": {
              "reference": "Organization/685844",
              "display": "Model Clinic 1"
            }
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Provenance/NUT-INT.med-328575703",
      "resource": {
        "resourceType": "Provenance",
        "id": "NUT-INT.med-328575703",
        "meta": {
          "versionId": "328575703",
          "lastUpdated": "2021-05-03T14:38:20Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>"\\\n              "Provenance</b></p><p><b>Target</b>:</p><ul><li>NutritionOrder"\\\n              "/328575703</li></ul><p><b>Recorded</b>: May  3, 2021  2:38 P.M."\\\n              " UTC</p><p><b>Agents</b>:</p><dl><dt>Spence, Open Platform IA,"\\\n              " Stephen</dt><dd><b>Agent Type</b>: Author</dd><dd><b>Agent"\\\n              " Role</b>: Source</dd><dt>Model Clinic 1</dt><dd><b>Agent Type"\\\n              "</b>: Author</dd><dd><b>Agent Role</b>: Source</dd></dl></div>"
        },
        "target": [
          {
            "reference": "NutritionOrder/328575703"
          }
        ],
        "recorded": "2021-05-03T14:38:20Z",
        "agent": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "author"
                }
              ],
              "text": "Author"
            },
            "role": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
                    "code": "SOURCE"
                  }
                ],
                "text": "Source"
              }
            ],
            "who": {
              "reference": "Practitioner/12724064",
              "display": "Spence, Open Platform IA, Stephen"
            },
            "onBehalfOf": {
              "reference": "Organization/685844",
              "display": "Model Clinic 1"
            }
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code": "author"
                }
              ],
              "text": "Author"
            },
            "role": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
                    "code": "SOURCE"
                  }
                ],
                "text": "Source"
              }
            ],
            "who": {
              "reference": "Organization/685844",
              "display": "Model Clinic 1"
            }
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.

Retrieve by ID

List an individual nutrition order by its ID.

GET /NutritionOrder/:id

Authorization Types

Headers

Accept: application/fhir+json
Authorization: <OAuth2 Bearer Token>

Example

Request

GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder/313790117

Response

Status: 200 OK
{
  "resourceType": "NutritionOrder",
  "id": "328575687",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-05-03T14:37:55.000Z"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Nutrition Order</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Date</b>: May  3, 2021  2:30 P.M. UTC</p><p><b>Orderer</b>: CERNER, CERNER CERNER</p><p><b>Diet Type</b>: Bland Diet</p><p><b>Diet Instruction</b>: 05/03/21 9:30:00 CDT, Start Meal: Now, Vegetarian diet, Gluten Free, 2000 kcal, Medium (1,700-2,000 cal) 75g CHO, Low, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Thin Liquid, No free water, keep sodium to a minimum., Anemia due to membrane defect</p></div>"
  },
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/12724066",
    "display": "SMART, NANCY"
  },
  "encounter": {
    "reference": "Encounter/97959185"
  },
  "dateTime": "2021-05-03T09:30:52.000-05:00",
  "orderer": {
    "reference": "Practitioner/2",
    "display": "CERNER, CERNER CERNER"
  },
  "foodPreferenceModifier": [
    {
      "coding": [
        {
          "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
          "code": "658488",
          "display": "Vegetarian diet",
          "userSelected": true
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/diet",
          "code": "vegetarian",
          "display": "Vegetarian",
          "userSelected": false
        }
      ],
      "text": "Vegetarian diet"
    }
  ],
  "oralDiet": {
    "type": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "38226001",
            "display": "Bland diet (finding)",
            "userSelected": false
          }
        ],
        "text": "Bland Diet"
      }
    ],
    "schedule": [
      {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-05-03T09:30:00.000-05:00"
          }
        }
      }
    ],
    "nutrient": [
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
              "code": "31168891",
              "display": "Medium (1,700-2,000 cal) 75g CHO",
              "userSelected": true
            }
          ],
          "text": "Medium (1,700-2,000 cal) 75g CHO"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
              "code": "31170565",
              "display": "1000 mg phosphorus",
              "userSelected": true
            }
          ],
          "text": "1000 mg phosphorus"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
              "code": "658536",
              "display": "2000 kcal",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "76426001",
              "display": "Calorie diet (finding)",
              "userSelected": false
            }
          ],
          "text": "2000 kcal"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
              "code": "658565",
              "display": "Low",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "226358006",
              "display": "Fat - dietary (substance)",
              "userSelected": false
            }
          ],
          "text": "Low"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
              "code": "658544",
              "display": "2000 mL",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "33463005",
              "display": "Liquid substance (substance)",
              "userSelected": false
            }
          ],
          "text": "2000 mL"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
              "code": "31170379",
              "display": "1.5 g sodium",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "39972003",
              "display": "Sodium (substance)",
              "userSelected": false
            }
          ],
          "text": "1.5 g sodium"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
              "code": "658567",
              "display": "2 g potassium",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "88480006",
              "display": "Potassium (substance)",
              "userSelected": false
            }
          ],
          "text": "2 g potassium"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
              "code": "658576",
              "display": "60 g protein",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "226356005",
              "display": "Protein and protein derivatives - dietary (substance)",
              "userSelected": false
            }
          ],
          "text": "60 g protein"
        }
      }
    ],
    "texture": [
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
              "code": "31170633",
              "display": "NDD3 (Chopped)",
              "userSelected": true
            }
          ],
          "text": "NDD3 (Chopped)"
        }
      }
    ],
    "fluidConsistencyType": [
      {
        "coding": [
          {
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
            "code": "25442691",
            "display": "Thin Liquid",
            "userSelected": true
          }
        ],
        "text": "Thin Liquid"
      }
    ],
    "instruction": "05/03/21 9:30:00 CDT, Start Meal: Now, Vegetarian diet, Gluten Free, 2000 kcal, Medium (1,700-2,000 cal) 75g CHO, Low, 24 Hour Fluid Permitted 2000 mL, NDD3 (Chopped), Thin Liquid, No free water, keep sodium to a minimum., Anemia due to membrane defect"
  },
  "note": [
    {
      "text": "Order comments"
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Patient Authorization Request

GET https://fhir-ehr.cerner.com/4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder/313790117

Response

Status: 200 OK
{
  "resourceType": "NutritionOrder",
  "id": "313790117",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-07-22T01:00:20.000Z"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Nutrition Order</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Date</b>: Jul  7, 2020  4:56 P.M. UTC</p><p><b>Orderer</b>: C., CERNER CERNER</p><p><b>Diet Type</b>: Low Bacterial Diet</p></div>"
  },
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/12724066",
    "display": "SMART, NANCY"
  },
  "encounter": {
    "reference": "Encounter/97953477"
  },
  "dateTime": "2020-07-07T11:56:58.000-05:00",
  "orderer": {
    "reference": "Practitioner/2",
    "display": "C., CERNER CERNER"
  },
  "foodPreferenceModifier": [
    {
      "coding": [
        {
          "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6102",
          "code": "658487",
          "display": "No salt on tray",
          "userSelected": true
        }
      ],
      "text": "No salt on tray"
    }
  ],
  "oralDiet": {
    "type": [
      {
        "text": "Low Bacterial Diet"
      }
    ],
    "schedule": [
      {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-07-07T11:56:00.000-05:00"
          }
        }
      }
    ],
    "nutrient": [
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100194",
              "code": "31168901",
              "display": "Low (1,200-1,600 cal) 60g CHO",
              "userSelected": true
            }
          ],
          "text": "Low (1,200-1,600 cal) 60g CHO"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100196",
              "code": "31170553",
              "display": "800 mg phosphorus",
              "userSelected": true
            }
          ],
          "text": "800 mg phosphorus"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6113",
              "code": "658535",
              "display": "1800 kcal",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "76426001",
              "display": "Calorie diet (finding)",
              "userSelected": false
            }
          ],
          "text": "1800 kcal"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6117",
              "code": "658559",
              "display": "25 gm",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "226358006",
              "display": "Fat - dietary (substance)",
              "userSelected": false
            }
          ],
          "text": "25 gm"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6114",
              "code": "658544",
              "display": "2000 mL",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "33463005",
              "display": "Liquid substance (substance)",
              "userSelected": false
            }
          ],
          "text": "2000 mL"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6116",
              "code": "658553",
              "display": "1 g sodium",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "39972003",
              "display": "Sodium (substance)",
              "userSelected": false
            }
          ],
          "text": "1 g sodium"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6118",
              "code": "31170471",
              "display": "1.5 g potassium",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "88480006",
              "display": "Potassium (substance)",
              "userSelected": false
            }
          ],
          "text": "1.5 g potassium"
        }
      },
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/6119",
              "code": "658574",
              "display": "40 g protein",
              "userSelected": true
            },
            {
              "system": "http://snomed.info/sct",
              "code": "226356005",
              "display": "Protein and protein derivatives - dietary (substance)",
              "userSelected": false
            }
          ],
          "text": "40 g protein"
        }
      }
    ],
    "texture": [
      {
        "modifier": {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100197",
              "code": "31170621",
              "display": "NDD2 (Ground)",
              "userSelected": true
            }
          ],
          "text": "NDD2 (Ground)"
        }
      }
    ],
    "fluidConsistencyType": [
      {
        "coding": [
          {
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/100123",
            "code": "25442691",
            "display": "Thin Liquid",
            "userSelected": true
          }
        ],
        "text": "Thin Liquid"
      }
    ]
  }
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Patient Authorization Request For Entered in Error Status

GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/NutritionOrder/328575703

Response

Status: 200 OK
{
  "resourceType": "NutritionOrder",
  "id": "328575703",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-05-03T14:38:20.000Z"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Nutrition Order</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Entered in Error</p><p><b>Intent</b>: Order</p><p><b>Date</b>: May  3, 2021  2:35 P.M. UTC</p></div>"
  },
  "status": "entered-in-error",
  "intent": "order",
  "patient": {
    "reference": "Patient/12724066",
    "display": "SMART, NANCY"
  },
  "dateTime": "2021-05-03T09:35:56.000-05:00"
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.