The FHIR STU3 NutritionOrder
is 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
Name | Comment |
---|---|
identifier | |
status | |
dateTime | |
patient | |
orderer | |
oralDiet.type |
FHIR Operations
The following operations are currently supported:
1. Read
HTTP Request | Method | Action |
---|---|---|
/NutritionOrder/{ID} | GET | Retrieve NutritionOrder resource by ID |
2. Search
HTTP Request | Method | Action |
---|---|---|
/NutritionOrder?
[parameter= |
GET |
Retrieve NutritionOrder resources by the specified search criteria |
Parameters:
Key | Type | Descritpion |
---|---|---|
patient | Reference | Patient Identifier |
_lastUpdated | Date |
Examples
2.1 Retrieve records for the given patient
https://api.healthgorilla.com/fhir/NutritionOrder?patient=8063965523692105bfc35def
3. Create
HTTP Request | Method | Action |
---|---|---|
/NutritionOrder | POST | Creates NutritionOrder resource |
The following attributes are required:
Name | Details |
---|---|
patient | |
dateTime |
4. Update
HTTP Request | Method | Action |
---|---|---|
/NutritionOrder/{ID} | PUT | Updates NutritionOrder resource |
The following attributes are immutable:
Name | Details |
---|---|
patient |
5. Delete
HTTP Request | Method | Action |
---|---|---|
/NutritionOrder/{ID} | DELETE | Deletes NutritionOrder resource |