ConceptMap translate operation at Type level.

get

/oracle-fhir-server/fhir/ConceptMap/$translate

The $translate operation translate a code from one value set to another, based on the existing value set and concept maps resources.The operation returns a set of parameters including a 'result' for whether there is an acceptable match, and a list of possible matches.

Request

Query Parameters

There's no request body for this operation.

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