HAPI FHIR Server

/Group/{id}/$remove-from-group

get
http://localhost:8080/fhir/R4/Group/{id}/$remove-from-group

Query Parameters

Path Parameters

idstringrequired

The resource ID

>= 1

Example:123

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

get/Group/{id}/$remove-from-group
 
curl --request GET \
  --url 'http://localhost:8080/fhir/R4/Group/123/$remove-from-group?patient=' \
  --header 'Accept: application/fhir+json, application/fhir+xml' \
  --header 'Authorization: Bearer ' \
  --header 'Content-Type: application/fhir+json'
200
{}