FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
Invocations
URL: [base]/CodeSystem/$subsumes
URL: [base]/CodeSystem/[id]/$subsumes
Parameters (In)
Name | Cardinality | Type | Documentation |
codeA | 0..1 | Code | The "A" code that is to be tested. If a code is provided, a system must be provided |
codeB | 0..1 | Code | The "B" code that is to be tested. If a code is provided, a system must be provided |
system | 0..1 | Uri | 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 |
version | 0..1 | String | The version of the code system, if one was provided in the source data |
codingA | 0..1 | Coding | 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 |
codingB | 0..1 | Coding | 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 |
Return Values (Out)
Name | Cardinality | Type | Documentation |
outcome | 1..1 | Code | The subsumption relationship between code/Coding "A" and code/Coding "B". There are 4 possible codes to be returned: equivalent, subsumes, subsumed-by, and not-subsumed. If the server is unable to determine the relationship between the codes/Codings, then it returns an error (i.e. an OperationOutcome) |