Package org.hl7.fhir.dstu3.model
Enum Enumerations.MessageEvent
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.MessageEvent>
- Enclosing class:
Enumerations
-
Enum Constant Summary
Enum ConstantDescriptionNotification of a change to an administrative resource (either create or update).The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation.Notification to convey information.Provide a diagnostic report, or update a previously provided diagnostic report.Change the status of a Medication Administration to show that it is complete.Someone wishes to record that the record of administration of a medication is in error and should be ignored.Indicates that a medication has been recorded against the patient's record.Update a Medication Administration record.added to help the parsersProvide a simple observation or update a previously provided simple observation.Notification that two patient records actually identify the same patient.Notification that previous advice that two patient records concern the same patient is now considered incorrect.The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumerations.MessageEvent
toCode()
static Enumerations.MessageEvent
Returns the enum constant of this type with the specified name.static Enumerations.MessageEvent[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
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
Notification to convey information. -
DIAGNOSTICREPORTPROVIDE
Provide a diagnostic report, or update a previously provided diagnostic report. -
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. An expanded value set will be returned, or an error message. -
NULL
added to help the parsers
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
fromCode
public static Enumerations.MessageEvent fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-