toIdentifierDto method

IdentifierDto toIdentifierDto()

Implementation

IdentifierDto toIdentifierDto() =>
    IdentifierDto(
      id: this.id,
      assigner: this.assigner,
      start: this.start,
      end: this.end,
      system: this.system,
      type: this.type?.toCodeStubDto(),
      use: this.use,
      value: this.value
    );