CompositionRelatesTo constructor

const CompositionRelatesTo({
  1. FhirCode? code,
  2. @JsonKey(name: '_code') Element? codeElement,
  3. Identifier? targetIdentifier,
  4. Reference? targetReference,
})

Implementation

const factory CompositionRelatesTo({
  FhirCode? code,
  @JsonKey(name: '_code') Element? codeElement,
  Identifier? targetIdentifier,
  Reference? targetReference,
}) = _CompositionRelatesTo;