ValueSet Expand Operation.

post

oracle-fhir-server/fhir/ValueSet/$expand

Expanding a value set that is specified in the request (using JSON). An expanded value set will be returned, or an OperationOutcome with an error message.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/fhir+json ()
ValueSet FHIR resource
Root Schema : schema
Type: object
ValueSet FHIR resource
Example:
{
  "resourceType": "ValueSet"
}
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