ValueSet Expand Operation at instance level.

get

oracle-fhir-server/fhir/ValueSet/{id}/$expand

Expanding a value set that is already registered on the server. An expanded value set will be returned, or an OperationOutcome with an error message.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
ValueSet FHIR resource
Example:
{
  "resourceType": "ValueSet"
}
Back to Top