NutritionOrder

A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.

FHIR Resource: NutritionOrder https://hl7.org/fhir/STU3/nutritionorder.html

Supported Attributes

NameComment
identifier
status
dateTime
patient
orderer
oralDiet.type

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/NutritionOrder/{ID}GETRetrieve NutritionOrder resource by ID

2. Search

HTTP RequestMethodAction
/NutritionOrder?
[parameter={value}]
GETRetrieve NutritionOrder resources by the specified search criteria

Parameters:

KeyTypeDescritpion
patientReferencePatient Identifier
_lastUpdatedDate

Examples

2.1 Retrieve records for the given patient

https://api.healthgorilla.com/fhir/NutritionOrder?patient=8063965523692105bfc35def

3. Create

HTTP RequestMethodAction
/NutritionOrderPOSTCreates NutritionOrder resource

The following attributes are required:

NameDetails
patient
dateTime

4. Update

HTTP RequestMethodAction
/NutritionOrder/{ID}PUTUpdates NutritionOrder resource

The following attributes are immutable:

NameDetails
patient

5. Delete

HTTP RequestMethodAction
/NutritionOrder/{ID}DELETEDeletes NutritionOrder resource