Invalidate an existing Pre-Calculated expansion

post

oracle-fhir-server/fhir/ValueSet/{id}/$invalidate-expansion

To invalidate an existing Pre-Calculated expansion, use the $invalidate-expansion operation by issuing a POST against the ValueSet resource ID.

Request

Path Parameters
Supported Media Types
Request Body - application/fhir+json ()
Root Schema : FHIR Resource
Type: object
Title: FHIR Resource
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-Parameters-RESOURCE
Type: object
Parameters FHIR resource
Example:
{
  "resourceType": "Parameters"
}
Back to Top