POST - CodeSystem Lookup Operation.

post

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

There are no request parameters for this operation.

Supported Media Types
Request Body - application/fhir+json ()
Root Schema : FHIR Parameter Resource
Type: object
Title: FHIR Parameter 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