This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
(v4.0.1:
R4
-
Mixed
Normative
and
STU
3).
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R4
R3
| Vocabulary Work Group | Maturity Level : N/A |
|
Compartments : Not linked to any defined compartments |
This
is
the
narrative
for
the
resource.
See
also
the
XML
or
,
JSON
or
Turtle
format.
OPERATION: Subsumption Testing
The official URL for this operation definition is:
http://hl7.org/fhir/OperationDefinition/CodeSystem-subsumes
Test
the
subsumption
relationship
between
code/Coding
A
and
code/Coding
B
given
the
semantics
of
subsumption
in
the
underlying
code
system
(see
hierarchyMeaning)
hierarchyMeaning
).
When invoking this operation, a client SHALL provide both a and codes, either as code or Coding parameters. The system parameter is required unless the operation is invoked on an instance of a code system resource. Other parameters are optional
URL: [base]/CodeSystem/$subsumes
URL: [base]/CodeSystem/[id]/$subsumes
Parameters
| Use | Name | Cardinality | Type | Binding | Documentation |
| IN | codeA | 0..1 | code |
The
|
|
| IN | codeB | 0..1 | code |
The
|
|
| IN | 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 |
|
| IN | version | 0..1 | string |
The version of the code system, if one was provided in the source data |
|
| IN | codingA | 0..1 | Coding |
The
|
|
| IN | codingB | 0..1 | Coding |
The
|
|
| OUT | outcome | 1..1 | code | http://hl7.org/fhir/ValueSet/concept-subsumption-outcome|4.0.1 (Required) |
The
subsumption
relationship
between
code/Coding
|
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.