code property

List<Coding>? code
inherited

code The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes.

Implementation

List<Coding>? get code => throw _privateConstructorUsedError;