codeSystemCount property

  1. @JsonKey(name: 'count')
FhirUnsignedInt? codeSystemCount
inherited

count The total number of concepts defined by the code system. Where the code system has a compositional grammar, the basis of this count is defined by the system steward.

Implementation

@JsonKey(name: 'count')
FhirUnsignedInt? get codeSystemCount => throw _privateConstructorUsedError;