HAPI FHIR Server

/Patient/{id}/$facility-patient-cw-unenroll

post
http://localhost:8080/fhir/R4/Patient/{id}/$facility-patient-cw-unenroll

Path Parameters

idstringrequired

The resource ID

>= 1

Example:123

Body

application/fhir+json

FHIR Resource

FHIR Resourceobject

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

post/Patient/{id}/$facility-patient-cw-unenroll

Body

{
  "resourceType": "Parameters"
}
{ "resourceType": "Parameters" }
 
curl --request POST \
  --url 'http://localhost:8080/fhir/R4/Patient/123/$facility-patient-cw-unenroll' \
  --header 'Accept: application/fhir+json, application/fhir+xml' \
  --header 'Authorization: Bearer ' \
  --header 'Content-Type: application/fhir+json' \
  --data '{
  "resourceType": "Parameters"
}'
200
{}