Class ConceptSubsumptionOutcome

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class ConceptSubsumptionOutcome
    extends Code
    • Field Detail

      • EQUIVALENT

        public static final ConceptSubsumptionOutcome EQUIVALENT
        Equivalent

        The two concepts are equivalent (have the same properties).

      • SUBSUMES

        public static final ConceptSubsumptionOutcome SUBSUMES
        Subsumes

        Coding/code "A" subsumes Coding/code "B" (e.g. B has all the properties A has, and some of it's own).

      • SUBSUMED_BY

        public static final ConceptSubsumptionOutcome SUBSUMED_BY
        Subsumed-By

        Coding/code "A" is subsumed by Coding/code "B" (e.g. A has all the properties B has, and some of it's own).

      • NOT_SUBSUMED

        public static final ConceptSubsumptionOutcome NOT_SUBSUMED
        Not-Subsumed

        Coding/code "A" and Coding/code "B" are disjoint (e.g. each has propeties that the other doesn't have).