CodeSystem Subsumption testing
Overview
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
Api
Parameters
codeA
supported
codeB
supported
system
supported
codingA
supported
codingB
supported
version
not supported
-
Examples
We will use goal-status CodeSystem which consists of :
accepted
-
achieved
["accepted"]
ahead-of-target
["accepted", "in-progress"]
behind-target
["accepted", "in-progress"]
cancelled
-
entered-in-error
-
in-progress
["accepted"]
on-hold
["accepted"]
on-target
["accepted", "in-progress"]
planned
["accepted"]
proposed
-
rejected
-
sustaining
["accepted", "in-progress"]
Result of subsumption
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.
Requests examples
With code
or:
or:
or:
or:
With Coding
You will receive same subsumption results
Last updated
Was this helpful?