Enum V3AcknowledgementDetailCode
java.lang.Object
java.lang.Enum<V3AcknowledgementDetailCode>
org.hl7.fhir.r4.model.codesystems.V3AcknowledgementDetailCode
- All Implemented Interfaces:
Serializable
,Comparable<V3AcknowledgementDetailCode>
-
Enum Constant Summary
Enum ConstantDescriptionRefelects rejections because elements of the communication are not supported in the current context.An internal software component (database, application, queue mechanism, etc.) has failed, leading to inability to process the message.Rejection: The message can't be stored by the receiver due to an unspecified internal application issue.The interaction (or: this version of the interaction) is not supported.The Processing ID is not supported.The Version ID is not supported.The processing mode is not supported.The Device.id of the sender is unknown.The receiver requires information in the attentionLine classes for routing purposes.added to help the parsersError: The destination of this message is known to the receiving application.The destination of this message is unknown to the receiving application.Warning: The destination of this message is known to the receiving application.Reflects errors in the syntax or structure of the communication.Required association missing in message; or the sequence of the classes is different than required by the standard or one of the conformance profiles identified in the message.A required attribute is missing in a class.The attribute contained data of the wrong data type, e.g.An attribute value was compared against the corresponding code system, and no match was found.An attribute value referenced a code system that is not valid for an attribute constrained to CNE.Description: Required association or attribute missing in message; or the sequence of the classes is different than required by the standard or one of the conformance profiles identified in the message.Description: A coded attribute or datatype property violates one of the terminology constraints specified in the standard or one of the conformance profiles or templates declared by the instance.Description: A coded attribute is referencing a code that has been deprecated by the owning code system.Description: The number of repetitions of a (group of) association(s) or attribute(s) exceeds the limits of the standard or of one of the conformance profiles or templates identified in the message.Description: An attribute or association identified as mandatory in a specification or declared conformance profile or template has been specified with a null flavor.The number of repetitions of a (group of) association(s) exceeds the limits of the standard or of one of the conformance profiles identified in the message.Description: The value of an attribute or property differs from the fixed value asserted in the standard or one of the conformance profiles or templates declared in the message.The number of repetitions of an attribute exceeds the limits of the standard or of one of the conformance profiles identified in the message.Description: A formal constraint asserted in the standard or one of the conformance profiles or templates declared in the message has been violated.Description: The number of repetitions of a group of association or attributes is less than the required minimum for the standard or of one of the conformance profiles or templates identified in the message. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3AcknowledgementDetailCode
toCode()
static V3AcknowledgementDetailCode
Returns the enum constant of this type with the specified name.static V3AcknowledgementDetailCode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_ACKNOWLEDGEMENTDETAILNOTSUPPORTEDCODE
Refelects rejections because elements of the communication are not supported in the current context. -
NS200
The interaction (or: this version of the interaction) is not supported. -
NS202
The Processing ID is not supported. -
NS203
The Version ID is not supported. -
NS250
The processing mode is not supported. -
NS260
The Device.id of the sender is unknown. -
NS261
The receiver requires information in the attentionLine classes for routing purposes. -
INTERR
An internal software component (database, application, queue mechanism, etc.) has failed, leading to inability to process the message. -
NOSTORE
Rejection: The message can't be stored by the receiver due to an unspecified internal application issue. The message was neither processed nor stored by the receiving application. -
RTEDEST
Error: The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is unavailable. -
RTUDEST
The destination of this message is unknown to the receiving application. The receiving application in the message does not match the application which received the message. The message was neither routed, processed nor stored by the receiving application. -
RTWDEST
Warning: The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is (temporarily) unavailable. The receiving application will forward the message as soon as the destination can be reached again. -
SYN
Reflects errors in the syntax or structure of the communication. -
SYN102
The attribute contained data of the wrong data type, e.g. a numeric attribute contained "FOO". -
SYN105
Description: Required association or attribute missing in message; or the sequence of the classes is different than required by the standard or one of the conformance profiles identified in the message. -
SYN100
Required association missing in message; or the sequence of the classes is different than required by the standard or one of the conformance profiles identified in the message. -
SYN101
A required attribute is missing in a class. -
SYN114
Description: The number of repetitions of a group of association or attributes is less than the required minimum for the standard or of one of the conformance profiles or templates identified in the message. -
SYN106
Description: A coded attribute or datatype property violates one of the terminology constraints specified in the standard or one of the conformance profiles or templates declared by the instance. -
SYN103
An attribute value was compared against the corresponding code system, and no match was found. -
SYN104
An attribute value referenced a code system that is not valid for an attribute constrained to CNE. -
SYN107
Description: A coded attribute is referencing a code that has been deprecated by the owning code system. -
SYN108
Description: The number of repetitions of a (group of) association(s) or attribute(s) exceeds the limits of the standard or of one of the conformance profiles or templates identified in the message. -
SYN110
The number of repetitions of a (group of) association(s) exceeds the limits of the standard or of one of the conformance profiles identified in the message. -
SYN112
The number of repetitions of an attribute exceeds the limits of the standard or of one of the conformance profiles identified in the message. -
SYN109
Description: An attribute or association identified as mandatory in a specification or declared conformance profile or template has been specified with a null flavor. -
SYN111
Description: The value of an attribute or property differs from the fixed value asserted in the standard or one of the conformance profiles or templates declared in the message. -
SYN113
Description: A formal constraint asserted in the standard or one of the conformance profiles or templates declared in the message has been violated. -
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 V3AcknowledgementDetailCode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-