Class MessageSignificanceCategory

  • All Implemented Interfaces:
    Visitable

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

      • CONSEQUENCE

        public static final MessageSignificanceCategory CONSEQUENCE
        Consequence

        The message represents/requests a change that should not be processed more than once; e.g., making a booking for an appointment.

      • CURRENCY

        public static final MessageSignificanceCategory CURRENCY
        Currency

        The message represents a response to query for current information. Retrospective processing is wrong and/or wasteful.

      • NOTIFICATION

        public static final MessageSignificanceCategory NOTIFICATION
        Notification

        The content is not necessarily intended to be current, and it can be reprocessed, though there may be version issues created by processing old notifications.