GET - CodeSystem Subsumes Operation at Type Level.

get

oracle-fhir-server/fhir/CodeSystem/$subsumes

Get Subsumption relationship between code/Coding A and code/Coding B given the semantics of subsumption in the underlying code system.

Request

Query Parameters
  • The A code that is to be tested.If a code is provided, a system must be provided
  • The B code that is to be tested.If a code is provided, a system must be provided.
  • The A coding that is to be tested.The code system does not have to match the specified subsumption code system, but the relationships between the code systems must be well established
  • The B coding that is to be tested.The code system does not have to match the specified subsumption code system, but the relationships between the code systems must be well established
  • The code system in which subsumption testing is to be performed.This must be provided unless the operation is invoked on a code system instance.
  • The version of the system, if one was provided in the source data

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