MessageSignificanceCategory

public enum MessageSignificanceCategory: String

The impact of the content of a message.

URL: http://hl7.org/fhir/message-significance-category ValueSet: http://hl7.org/fhir/ValueSet/message-significance-category

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

    Declaration

    Swift

    case consequence = "Consequence"
  • The message represents a response to query for current information. Retrospective processing is wrong and/or wasteful.

    Declaration

    Swift

    case currency = "Currency"
  • 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.

    Declaration

    Swift

    case notification = "Notification"