CodeSystem Subsumption testing
Last updated
Last updated
Test the subsumption relationship between code/Coding A and code/Coding B given the semantics of subsumption in the underlying code system. For more details, see the official documentation FHIR CodeSystem $subsumes
Parameter | Type | Status | Example |
---|---|---|---|
We will use goal-status CodeSystem which consists of :
Code | Parent codes |
---|---|
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.
equivalent
or:
subsumes
or:
subsumed-by
or:
not-subsumed
or:
You will receive same subsumption results
You can also combine code and Coding