ca.infoway.messagebuilder.datatype
Interface CV
- Type Parameters:
V
- the underlying code type.
- All Superinterfaces:
- ANY<Code>, BareANY, CD, CE, NullFlavorSupport
- All Known Subinterfaces:
- CS
- All Known Implementing Classes:
- CSImpl, CVImpl
public interface CV
- extends CE
HL7 datatype CV. Backed by a Code.
Coded data, specifying only a code, code system, and optionally display name and original text. Used only as the
type of properties of other data types.
CV is used when any reasonable use case will require only a single code value to be sent. Thus, it should not
be used in circumstances where multiple alternative codes for a given value are desired. This type may be used
with both the CNE (coded, non-extensible) and the CWE (coded, with extensibility) domain qualifiers.
- Author:
- Intelliware Development
Copyright © 2013. All Rights Reserved.