FHIR Resource
FHIR Resourceobject
Success
A FHIR resource
{
"resourceType": "Parameters"
}curl --request POST \
--url 'http://localhost:8080/fhir/R4/RequestGroup/$abn' \
--header 'Accept: application/fhir+json, application/fhir+xml' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/fhir+json' \
--data '{
"resourceType": "Parameters"
}'{}