CommunicationCategory
public enum CommunicationCategory: String
Codes for general categories of communications such as alerts, instruction, etc.
URL: http://hl7.org/fhir/communication-category ValueSet: http://hl7.org/fhir/ValueSet/communication-category
-
The communication conveys an alert.
Declaration
Swift
case alert = "alert"
-
The communication conveys a notification.
Declaration
Swift
case notification = "notification"
-
The communication conveys a reminder.
Declaration
Swift
case reminder = "reminder"
-
The communication conveys instruction.
Declaration
Swift
case instruction = "instruction"