http://hl7.org/fhir/concept-subsumption-outcome|4.0.1

name
ConceptSubsumptionOutcome
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

ConceptSubsumptionOutcome

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).

codedisplaydefinitionhierarchy
equivalentEquivalent
The two concepts are equivalent (have the same properties)....
subsumesSubsumes
Coding/code \"A\" subsumes Coding/code \"B\" (e.g. B has all the properties A has, and some of it's ...
subsumed-bySubsumed-By
Coding/code \"A\" is subsumed by Coding/code \"B\" (e.g. A has all the properties B has, and some of...
not-subsumedNot-Subsumed
Coding/code \"A\" and Coding/code \"B\" are disjoint (e.g. each has propeties that the other doesn't...