toCodingReference method

CodingReference toCodingReference()

Implementation

CodingReference toCodingReference() => CodingReference(
      id: this.id ?? "${this.type}|${this.code}|${this.version}",
      type: this.type,
      code: this.code,
      version: this.version,
    );