Package ca.uhn.fhir.model.dstu2.valueset
Enum MessageEventEnum
- All Implemented Interfaces:
Serializable
,Comparable<MessageEventEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: admin-notify
Code Value: admin-notify Notification of a change to an administrative resource (either create or update).Display: diagnosticreport-provide
Code Value: diagnosticreport-provide Provide a diagnostic report, or update a previously provided diagnostic report.Display: MedicationAdministration-Complete
Code Value: MedicationAdministration-Complete Change the status of a Medication Administration to show that it is complete.Display: MedicationAdministration-Nullification
Code Value: MedicationAdministration-Nullification Someone wishes to record that the record of administration of a medication is in error and should be ignored.Display: MedicationAdministration-Recording
Code Value: MedicationAdministration-Recording Indicates that a medication has been recorded against the patient's record.Display: MedicationAdministration-Update
Code Value: MedicationAdministration-Update Update a Medication Administration record.Display: observation-provide
Code Value: observation-provide Provide a simple observation or update a previously provided simple observation.Display: patient-link
Code Value: patient-link Notification that two patient records actually identify the same patient.Display: patient-unlink
Code Value: patient-unlink Notification that previous advice that two patient records concern the same patient is now considered incorrect.Display: valueset-expand
Code Value: valueset-expand The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<MessageEventEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: MessageEvent -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageEventEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic MessageEventEnum
Returns the enum constant of this type with the specified name.static MessageEventEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MEDICATIONADMINISTRATION_COMPLETE
Display: MedicationAdministration-Complete
Code Value: MedicationAdministration-Complete Change the status of a Medication Administration to show that it is complete. -
MEDICATIONADMINISTRATION_NULLIFICATION
Display: MedicationAdministration-Nullification
Code Value: MedicationAdministration-Nullification Someone wishes to record that the record of administration of a medication is in error and should be ignored. -
MEDICATIONADMINISTRATION_RECORDING
Display: MedicationAdministration-Recording
Code Value: MedicationAdministration-Recording Indicates that a medication has been recorded against the patient's record. -
MEDICATIONADMINISTRATION_UPDATE
Display: MedicationAdministration-Update
Code Value: MedicationAdministration-Update Update a Medication Administration record. -
ADMIN_NOTIFY
Display: admin-notify
Code Value: admin-notify 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. -
DIAGNOSTICREPORT_PROVIDE
Display: diagnosticreport-provide
Code Value: diagnosticreport-provide Provide a diagnostic report, or update a previously provided diagnostic report. -
OBSERVATION_PROVIDE
Display: observation-provide
Code Value: observation-provide Provide a simple observation or update a previously provided simple observation. -
PATIENT_LINK
Display: patient-link
Code Value: patient-link Notification that two patient records actually identify the same patient. -
PATIENT_UNLINK
Display: patient-unlink
Code Value: patient-unlink Notification that previous advice that two patient records concern the same patient is now considered incorrect. -
VALUESET_EXPAND
Display: valueset-expand
Code Value: valueset-expand 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.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: MessageEvent- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-