Enum MessageEvents

java.lang.Object
java.lang.Enum<MessageEvents>
org.hl7.fhir.dstu3.model.codesystems.MessageEvents
All Implemented Interfaces:
Serializable, Comparable<MessageEvents>

public enum MessageEvents extends Enum<MessageEvents>
  • Enum Constant Details

    • CODESYSTEMEXPAND

      public static final MessageEvents CODESYSTEMEXPAND
      The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation. An expanded code system will be returned, or an error message.
    • MEDICATIONADMINISTRATIONCOMPLETE

      Change the status of a Medication Administration to show that it is complete.
    • MEDICATIONADMINISTRATIONNULLIFICATION

      Someone wishes to record that the record of administration of a medication is in error and should be ignored.
    • MEDICATIONADMINISTRATIONRECORDING

      Indicates that a medication has been recorded against the patient's record.
    • MEDICATIONADMINISTRATIONUPDATE

      Update a Medication Administration record.
    • ADMINNOTIFY

      public static final MessageEvents ADMINNOTIFY
      Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use.
    • COMMUNICATIONREQUEST

      public static final MessageEvents COMMUNICATIONREQUEST
      Notification to convey information.
    • DIAGNOSTICREPORTPROVIDE

      Provide a diagnostic report, or update a previously provided diagnostic report.
    • OBSERVATIONPROVIDE

      public static final MessageEvents OBSERVATIONPROVIDE
      Provide a simple observation or update a previously provided simple observation.
    • VALUESETEXPAND

      public static final MessageEvents VALUESETEXPAND
      The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. An expanded value set will be returned, or an error message.
    • NULL

      public static final MessageEvents NULL
      added to help the parsers
  • Method Details

    • values

      public static MessageEvents[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MessageEvents valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static MessageEvents fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()