MeasureReportPopulation constructor

const MeasureReportPopulation({
  1. Identifier? identifier,
  2. CodeableConcept? code,
  3. FhirDecimal? count,
  4. @JsonKey(name: '_count') Element? countElement,
  5. Reference? patients,
})

Implementation

const factory MeasureReportPopulation({
  Identifier? identifier,
  CodeableConcept? code,
  FhirDecimal? count,
  @JsonKey(name: '_count') Element? countElement,
  Reference? patients,
}) = _MeasureReportPopulation;