CodeSystem Lookup Operation.

get

/oracle-fhir-server/fhir/CodeSystem/$lookup

Given a code/system, or a Coding, get additional details about the concept, including definition, status, designations, and properties. This $lookup operation is more than just a code system search - the server finds the concept, and gathers the return information from the underlying code system definitions.

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