public enum MessageEvents extends Enum<MessageEvents>
| Enum Constant and Description |
|---|
ADMINNOTIFY
Notification of a change to an administrative resource (either create or update).
|
CODESYSTEMEXPAND
The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation.
|
COMMUNICATIONREQUEST
Notification to convey information.
|
DIAGNOSTICREPORTPROVIDE
Provide a diagnostic report, or update a previously provided diagnostic report.
|
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.
|
NULL
added to help the parsers
|
OBSERVATIONPROVIDE
Provide a simple observation or update a previously provided simple observation.
|
PATIENTLINK
Notification that two patient records actually identify the same patient.
|
PATIENTUNLINK
Notification that previous advice that two patient records concern the same patient is now considered incorrect.
|
VALUESETEXPAND
The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageEvents |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MessageEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageEvents CODESYSTEMEXPAND
public static final MessageEvents MEDICATIONADMINISTRATIONCOMPLETE
public static final MessageEvents MEDICATIONADMINISTRATIONNULLIFICATION
public static final MessageEvents MEDICATIONADMINISTRATIONRECORDING
public static final MessageEvents MEDICATIONADMINISTRATIONUPDATE
public static final MessageEvents ADMINNOTIFY
public static final MessageEvents COMMUNICATIONREQUEST
public static final MessageEvents DIAGNOSTICREPORTPROVIDE
public static final MessageEvents OBSERVATIONPROVIDE
public static final MessageEvents PATIENTLINK
public static final MessageEvents PATIENTUNLINK
public static final MessageEvents VALUESETEXPAND
public static final MessageEvents NULL
public static MessageEvents[] values()
for (MessageEvents c : MessageEvents.values()) System.out.println(c);
public static MessageEvents valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MessageEvents fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.