OHDSI Home | Forums | Wiki | Github

WG#3 CDM構築 (ETL engineering & conventions for Japanese source data)

3番目は、実際にデータをOMOP化するときの諸々について。

  • 各施設でのOMOP-CDMの構築へむけて
  • 技術的なことだけでなく、組織内でどう話を持っていくかも含めて
  • Source Dataを持っている施設の方+CDM構築者(受託者)

すでにETLツールで実装済みでしたらすいません。
現在OMOP-JVのツールを使わせていただき、手元のレセプトをCDMに変換しておりますが、レセプトの点数がどこに入っているのか見つけれておりません。

日本のレセプトの点数は、本来的にはStandardized health economicsのCostに入ってくる形でしょうか?

レセプトの点数は(まだ)いれていません。ごめんなさい。
そうですね。Costテーブルに入るものではありますが、レセプトの点数の付け方がそのままうまくはいるのかどうか、きちんと検討したことがありません。どういうまとまりで入れている/入れる想定なのか、他国での実例を知りたいところですね。

1 Like

Korea has nation-wide insurance system. When we converted national insurance claim database into OMOP-CDM, we used total_charge, total_cost, total_paid (in our case, total_charge = total_paid), paid_by_payer (cost paid by the insurance), and paid_by_patient (cost paid by the patient).
Even though OMOP-CDM has comprehensive cost table, we’ve not had any use-case for it.

We released the code and the document for ETL (https://github.com/OHDSI/ETL---Korean-NSC). But sorry, it’s in Korean.

Thank you, Chan!

Since recent Excel has a translator, we can understand it even in Korean.

Points to consider at Japanese claims ETL are;

  • The Japanese claims has a structure where the cost of each item is omitted, so the empty fields needs to be supplemented.
  • Currently we do not put items that are not medically meaningful into the clinical data tables even if those items have costs.

We will toss around various things based on the assumed use cases.

Thank you very much Chan! (English version is below)
大分時間があいてしまいましたが、日本語レセプトに費用を含める方法について、具体的な検討を進めていきたいと思います。

平松先生のご指摘のように、日本のレセプトは診療点数(費用)が一対一の関係にあるだけではありませんので、最初のアイデアとして以下のように実装してみるのはいかがでしょうか?

  1. コストテーブル(Standardized health economics)を作成しそこにコストを集約する
  2. プロシージャやドラッグや機材等、一対一結び付いている点数についてはそれぞれレコードを作成しcost_event_idで結びつける
  3. 合計点数レコードを作成し別途レセプトIDで紐づける

レセプトの内容や取り扱いもOMOPの標準項目も詳しくありませんので、ぜひみなさまから色々とアドバイスを頂ければ幸いです。

I’m sorry it’s been a long time, but I would like to move forward with specific considerations on how to include costs in Japanese receipt.

As Professor Hiramatsu has pointed out, the Japanese receipt does not only have a one-to-one relationship between procedure and the medical points (cost), so how about implementing the following as an initial idea?
1.Create a cost table (standardized health economics) and aggregate costs into it.
2.For procedures, drags, equipment, etc., the number of points that are connected one-to-one is
made a record and connected by cost_event_id.
3.Create a total score record and link it with a separate receipt ID.

I don’t know much about the contents and handling of receipt and OMOP, so I would be very grateful if you could give me some advice!

t