HAPI FHIR Server

create-type: Create a new NutritionOrder instance

post
http://localhost:8080/fhir/R4/NutritionOrder

Body

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

post/NutritionOrder

Body

{
  "resourceType": "NutritionOrder"
}
{ "resourceType": "NutritionOrder" }
 
curl --request POST \
  --url http://localhost:8080/fhir/R4/NutritionOrder \
  --header 'Accept: application/fhir+json, application/fhir+xml' \
  --header 'Content-Type: application/fhir+json' \
  --data '{
  "resourceType": "NutritionOrder"
}'
200
{}