JP2017188000A - Medical information search system, medical information search gateway device, medical information search method, and program - Google Patents

Medical information search system, medical information search gateway device, medical information search method, and program Download PDF

Info

Publication number
JP2017188000A
JP2017188000A JP2016077761A JP2016077761A JP2017188000A JP 2017188000 A JP2017188000 A JP 2017188000A JP 2016077761 A JP2016077761 A JP 2016077761A JP 2016077761 A JP2016077761 A JP 2016077761A JP 2017188000 A JP2017188000 A JP 2017188000A
Authority
JP
Japan
Prior art keywords
search
medical
data
medical information
storage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016077761A
Other languages
Japanese (ja)
Other versions
JP6547961B2 (en
Inventor
和彦 大江
Kazuhiko Oe
和彦 大江
由貴範 小西
Yukinori Konishi
由貴範 小西
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kis Inc
University of Tokyo NUC
Original Assignee
Kis Inc
University of Tokyo NUC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kis Inc, University of Tokyo NUC filed Critical Kis Inc
Priority to JP2016077761A priority Critical patent/JP6547961B2/en
Publication of JP2017188000A publication Critical patent/JP2017188000A/en
Application granted granted Critical
Publication of JP6547961B2 publication Critical patent/JP6547961B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a medical information search system, a medical information search gateway device, a medical information search method, and a program capable of providing information necessary for a medical service to a user without making the user conscious of constraints related to the storage of medical data.SOLUTION: A medical information search system 100 comprises: a medical information search terminal device 130 for converting a search condition related to medical data into a format complying with a predetermined data exchange format, and for outputting a result as a search request; and a medical information search gateway device 110 for outputting a search result corresponding to the search request. The medical information search gateway device 110 comprises: a storage 111 for storing the medical data in accordance with predetermined constraints; an input part 112 for receiving the search request; a search part 113 for extracting the search condition from the search request, and for acquiring the corresponding medical data from the storage 111; and an output part 114 for converting the medical data into the format complying with the data exchange format, and for outputting the medical data as a search result.SELECTED DRAWING: Figure 11

Description

本発明は医療情報検索システム、医療情報検索ゲートウェイ装置、医療情報検索方法及びプログラムに関し、例えば医療データの格納に関わる制約条件を意識させることなく、医療業務に必要な情報をユーザに提供する技術に関する。   The present invention relates to a medical information search system, a medical information search gateway device, a medical information search method, and a program. For example, the present invention relates to a technology for providing a user with information necessary for medical work without being conscious of restrictions on storage of medical data. .

近年、様々な医療機関の間で医療データを交換及び共有するため、医療データを標準化して蓄積するシステムが提案されている。このようないわゆる標準化ストレージの実現例として、例えばSS−MIX2標準化ストレージ、SS−MIX2拡張ストレージ等がある(非特許文献1)。ここで、標準化ストレージは、標準化されたフォルダ構成及びデータファイルの構成に従って医療データを格納する。また、拡張ストレージは、予め規定された種類のファイルを格納する。   In recent years, in order to exchange and share medical data between various medical institutions, a system that standardizes and stores medical data has been proposed. Examples of such so-called standardized storage include SS-MIX2 standardized storage and SS-MIX2 extended storage (Non-Patent Document 1). Here, the standardized storage stores medical data according to the standardized folder structure and data file structure. The extended storage stores a predetermined type of file.

また、このような標準化ストレージを利用したシステムの一例として、特許文献1には、HL7等の標準規格に準拠した患者データをリポジトリ内に格納し、外部システムからのリクエストに応じてリポジトリ内から患者データを検索し、検索結果を外部システムに対し出力する機能を備えたコンピュータシステムが記載されている。   In addition, as an example of a system using such a standardized storage, in Patent Document 1, patient data compliant with a standard such as HL7 is stored in a repository, and a patient is received from the repository in response to a request from an external system. A computer system having a function of searching for data and outputting a search result to an external system is described.

特開2009−015835号公報JP 2009-015835 A

SS−MIX普及推進コンソーシアム、「SS−MIXとは?」、[online]、[2016年2月25日検索]、インターネット(URL: http://www.ss−mix.org/cons/ssmix_about.html)SS-MIX dissemination promotion consortium, “What is SS-MIX?”, [Online], [February 25, 2016 search], Internet (URL: http://www.ss-mix.org/cons/ssmix_about. html)

しかしながら、従来、標準化ストレージから所望の医療データを取得するためには、規格化されたデータ構造を理解した上で、取得したいデータ項目が含まれているレコード又はファイルを指定し、レコード又はファイルから所望のデータ項目の値を取得するプログラムを書く必要があった。   However, conventionally, in order to obtain desired medical data from the standardized storage, after understanding the standardized data structure, the record or file containing the data item to be obtained is specified, and the record or file is It was necessary to write a program that obtains the value of a desired data item.

例えば、ある標準化ストレージにおいては、図1に示すように、患者の診療データを記録したデータファイルが、図1に示すようなフォルダ構造に従って格納されているとする。ここで、ユーザが、特定の患者について、特定の日付の診療データを取得したいと考えたとする。この場合、ユーザは、まず、上記特定の患者の患者IDに対応するフォルダを探索し、次いで、上記特定の診療日に対応するフォルダ内を探索して、データファイルから所望の診療データを取得するプログラムを作成する必要がある。このように、従来の標準化ストレージにおいては、ユーザが必要とする医療データを取得するために、複雑な前提知識と煩雑な手間が必要であるという問題があった。   For example, in a certain standardized storage, as shown in FIG. 1, it is assumed that a data file in which patient medical data is recorded is stored according to a folder structure as shown in FIG. Here, it is assumed that the user wants to acquire medical data on a specific date for a specific patient. In this case, the user first searches for a folder corresponding to the patient ID of the specific patient, and then searches the folder corresponding to the specific medical date to obtain desired medical data from the data file. Need to create a program. As described above, in the conventional standardized storage, there is a problem that complicated prerequisite knowledge and complicated labor are required to acquire medical data required by the user.

また、医療現場において、ユーザは、例えばある処方に関連する種々のデータ(処方日、薬剤名、投薬量、投薬経路など)や、同一診療日に実施した複数の検査オーダに関する種々のデータ等を、ひとまとまりの情報として取り扱いたいことがある。これらのデータは、組み合わされることによって意味を形成する性質を有するからである。しかしながら、従来の標準化ストレージにおいては、これらのデータは別のデータ項目として管理されているため、ユーザはこれらのデータを個別に指定して取得する必要があった。すなわち、ユーザ視点でのユースケースに対応して、複数のデータを簡便に取得する方法が提供されていないという問題があった。   In the medical field, for example, the user can obtain various data related to a certain prescription (such as prescription date, drug name, dosage amount, and administration route) and various data related to a plurality of examination orders performed on the same medical treatment day. , I want to handle it as a piece of information. This is because these data have the property of forming meaning by being combined. However, in the conventional standardized storage, since these data are managed as separate data items, the user has to specify and acquire these data individually. That is, there is a problem that a method for easily acquiring a plurality of data is not provided corresponding to a use case from the user's viewpoint.

さらに、臨床研究においては、検査において用いられる測定方法、試薬、及び検査結果の形式(定量値か定性値か)等が異なっていても、検査の目的が同一であれば、いずれも同一の検査として扱われることがある。しかしながら、従来の標準化ストレージにおいては、測定方法、試薬、及び検査結果の形式等が異なれば、使用される検査項目コードも異なるため、全く別の検査として扱われる。そのため、ユーザは、ユーザの視点からは同種と捉えられる複数の検査のデータを取得するために、複数の異なる検査コードを指定する必要がある場合があった。また、この場合、検査コードの指定に漏れがあると、検査データを漏れなく取得することができないという問題もあった。   Furthermore, in clinical research, even if the measurement method, reagent, and test result format (quantitative value or qualitative value) used in the test are different, the same test is used as long as the purpose of the test is the same. May be treated as However, in the conventional standardized storage, if the measurement method, the reagent, the format of the test result, and the like are different, the test item code used is also different, so that it is treated as a completely different test. Therefore, the user may need to specify a plurality of different inspection codes in order to acquire data of a plurality of inspections that are regarded as the same type from the user's viewpoint. In this case, there is also a problem that the inspection data cannot be acquired without omission if there is an omission in the specification of the inspection code.

また、医療機関によっては、あるデータ項目に対して、標準コードのほかに施設固有のローカルコードを付与していることがある。このような場合は、データを検索する際、検索条件としてどちらのコードを使用するか指定する必要があるという問題があった。また、医療データが標準化ストレージだけでなく拡張ストレージにも格納されている場合、ユーザは、拡張ストレージの制約条件もさらに知っていなければならないという問題があった。   Also, depending on the medical institution, a local code unique to a facility may be assigned to a certain data item in addition to a standard code. In such a case, there is a problem that it is necessary to specify which code is used as a search condition when searching for data. Further, when medical data is stored not only in the standardized storage but also in the extended storage, there is a problem that the user needs to further know the constraint conditions of the extended storage.

本発明は、このような問題点を解決するためになされたものであり、医療データの格納に関わる制約条件を意識させることなく、医療業務に必要な情報をユーザに提供することができる医療情報検索システム、医療情報検索ゲートウェイ装置、医療情報検索方法及びプログラムを提供することを目的とする。   The present invention has been made to solve such problems, and medical information capable of providing a user with information necessary for medical work without being aware of the constraints related to storage of medical data. It is an object to provide a search system, a medical information search gateway device, a medical information search method, and a program.

本発明に係る医療情報検索システムは、医療データに関する検索条件の入力を受け付け、前記検索条件を所定のデータ交換フォーマットに従う形式に変換し、検索リクエストとして出力する医療情報検索端末装置と、前記検索リクエストを受信し、前記検索リクエストに対応する検索結果を出力する医療情報検索ゲートウェイ装置と、を有し、前記医療情報検索ゲートウェイ装置は、所定の制約条件に従って前記医療データを格納するストレージと、前記検索リクエストを受信する入力部と、受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを前記ストレージから取得する検索部と、取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力部と、を有するものである。   The medical information search system according to the present invention receives a search condition regarding medical data, converts the search condition into a format according to a predetermined data exchange format, and outputs the search request as a search request, and the search request And a medical information search gateway device that outputs a search result corresponding to the search request, wherein the medical information search gateway device stores the medical data according to a predetermined constraint, and the search An input unit that receives a request; a search unit that extracts the search condition from the received search request and acquires the medical data corresponding to the search condition from the storage; and the acquired medical data is the data exchange format Output to be output as the search result. And parts, and has a.

本発明に係る医療情報検索ゲートウェイ装置は、所定の制約条件に従って医療データを格納するストレージと、検索条件を所定のデータ交換フォーマットに従う形式に変換した検索リクエストを受信する入力部と、受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを前記ストレージから取得する検索部と、取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力部と、を有するものである。   The medical information search gateway device according to the present invention includes a storage that stores medical data according to a predetermined constraint, an input unit that receives a search request in which the search condition is converted into a format according to a predetermined data exchange format, and the received search The search condition is extracted from the request, the medical data corresponding to the search condition is acquired from the storage, and the acquired medical data is converted into a format according to the data exchange format and output as the search result And an output unit.

本発明に係る医療情報検索方法は、医療情報検索端末装置が、医療データに関する検索条件の入力を受け付け、前記検索条件を所定のデータ交換フォーマットに従う形式に変換し、検索リクエストとして出力する検索リクエスト生成ステップと、医療情報検索ゲートウェイ装置が、前記検索リクエストを受信する入力ステップと、受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを、所定の制約条件に従って前記医療データを格納するストレージから取得する検索ステップと、取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力ステップと、を有するものである。   In the medical information search method according to the present invention, a medical information search terminal device accepts input of search conditions relating to medical data, converts the search conditions into a format according to a predetermined data exchange format, and outputs the search request as a search request Step, an input step in which the medical information search gateway device receives the search request, and extracts the search condition from the received search request, and the medical data corresponding to the search condition is determined according to a predetermined constraint condition. A search step for obtaining from a storage storing medical data; and an output step for converting the obtained medical data into a format according to the data exchange format and outputting the result as the search result.

本発明に係るプログラムは、前記医療情報検索端末装置及び前記医療情報検索ゲートウェイ装置に、上記医療情報検索方法を実行させるためのプログラムである。   A program according to the present invention is a program for causing the medical information search terminal device and the medical information search gateway device to execute the medical information search method.

本発明により、医療データの格納に関わる制約条件を意識させることなく、医療業務に必要な情報をユーザに提供することができる医療情報検索システム、医療情報検索ゲートウェイ装置、医療情報検索方法及びプログラムを提供することができる。   According to the present invention, there is provided a medical information search system, a medical information search gateway device, a medical information search method, and a program capable of providing a user with information necessary for medical work without being conscious of the constraints related to storage of medical data. Can be provided.

SS−MIX2標準化ストレージにおけるフォルダ構成の例を示す図である。It is a figure which shows the example of the folder structure in SS-MIX2 standardization storage. SS−MIX2標準化ストレージにおけるデータファイルの例を示す図である。It is a figure which shows the example of the data file in SS-MIX2 standardization storage. JSON形式で出力された検査結果の例を示す図である。It is a figure which shows the example of the test result output in JSON format. JSON形式で出力された検査結果の例を示す図である。It is a figure which shows the example of the test result output in JSON format. 実施例1のユースケースを説明するための図である。FIG. 3 is a diagram for explaining a use case of the first embodiment. 実施例1における検索条件及び検索リクエストの例を示す図である。It is a figure which shows the example of the search conditions in Example 1, and a search request. 実施例1における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 1. FIG. 実施例1における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 1. FIG. 実施例1における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 1. FIG. 実施例1における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 1. FIG. ストレージ111がJAHIS標準に従って保持している処方オーダメッセージの例を示す図である。It is a figure which shows the example of the prescription order message which the storage 111 hold | maintains according to JAHIS standard. 実施例2における検索条件、検索リクエスト及び検索結果の例を示す図である。It is a figure which shows the example of the search conditions in Example 2, a search request, and a search result. 実施例2における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 2. FIG. ストレージ111がJAHIS標準に従って保持している検査結果メッセージの例を示す図である。It is a figure which shows the example of the test result message which the storage 111 hold | maintains according to JAHIS standard. 実施例3における検索条件、検索リクエスト及び検索結果の例を示す図である。It is a figure which shows the example of the search conditions in Example 3, a search request, and a search result. ストレージ111がJAHIS標準に従って保持している検査結果メッセージの例を示す図である。It is a figure which shows the example of the test result message which the storage 111 hold | maintains according to JAHIS standard. ストレージ111がJAHIS標準に従って保持している検査結果メッセージの例を示す図である。It is a figure which shows the example of the test result message which the storage 111 hold | maintains according to JAHIS standard. 実施例3における検索条件、検索リクエスト及び検索結果の例を示す図である。It is a figure which shows the example of the search conditions in Example 3, a search request, and a search result. SS−MIX2(HL7)で使用される検査項目コードJLAC10の構造を示す図である。It is a figure which shows the structure of the test | inspection item code JLAC10 used by SS-MIX2 (HL7). 実施例4における検索リクエストの例を示す図である。It is a figure which shows the example of the search request in Example 4. FIG. 実施例4における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 4. FIG. 実施例5における検索リクエストの例を示す図である。It is a figure which shows the example of the search request in Example 5. FIG. ストレージ111がJAHIS標準に従って保持している検査結果メッセージの例を示す図である。It is a figure which shows the example of the test result message which the storage 111 hold | maintains according to JAHIS standard. 標準化ストレージに検査結果が格納されていることを示す図である。It is a figure which shows that a test result is stored in the standardization storage. 拡張ストレージに健診結果が格納されていることを示す図である。It is a figure which shows that the medical examination result is stored in the extended storage. 実施例6における検索リクエストの例を示す図である。It is a figure which shows the example of the search request in Example 6. FIG. 実施例6における検索結果の例を示す図である。It is a figure which shows the example of the search result in Example 6. FIG. 本発明の実施の形態にかかる医療情報検索システム100の構成を示すブロック図である。It is a block diagram which shows the structure of the medical information search system 100 concerning embodiment of this invention.

以下、本発明を適用した具体的な実施の形態について、図面を参照しながら詳細に説明する。まず、図11を用いて、本発明の実施の形態にかかる医療情報検索システム100の構成について説明する。   Hereinafter, specific embodiments to which the present invention is applied will be described in detail with reference to the drawings. First, the configuration of the medical information search system 100 according to the embodiment of the present invention will be described with reference to FIG.

医療情報検索システム100は、医療情報検索ゲートウェイ装置110、医療情報検索端末装置130を含む情報処理システムである。医療情報検索ゲートウェイ装置110と医療情報検索端末装置130とは、相互に通信可能に接続される。   The medical information search system 100 is an information processing system including a medical information search gateway device 110 and a medical information search terminal device 130. The medical information search gateway device 110 and the medical information search terminal device 130 are connected to be communicable with each other.

医療情報検索ゲートウェイ装置110は、ストレージ111、入力部112、検索部113、出力部114を含む情報処理装置である。このうち、ストレージ111は、所定の制約条件に従って医療データを格納するストレージである。典型的には、ストレージ111は、SS−MIX2標準化ストレージ及び拡張ストレージである。SS−MIX2標準化ストレージには、Health Level Seven(登録商標)INTERNATIONALが制定したHealth Level Seven Version 2.5(ISO:27931)に準じた保健医療福祉情報システム工業会(JAHIS)標準規格に従う標準化された医療データ(JAHIS標準)が格納される。標準化ストレージにおいては、予め定められたフォルダ構成及びデータファイルの構成に従って医療データが格納される。拡張ストレージには、放射線、内視鏡等の検査及び読影レート、並びにこれに伴う画像情報、未だ標準規格は定められていないが医療施設内で統一した書式にて作成されたデータファイル等が格納される。拡張ストレージにおいては、格納できるファイルの種類が予め規定されている。例えば、拡張ストレージは、フォルダのほか、所定の拡張子を有する構造化テキスト、オフィス文書、プレーンテキスト、ベクターグラフィックス、ラスター画像、音声、動画、医用波形、アーカイブ等を格納できる。   The medical information search gateway device 110 is an information processing device including a storage 111, an input unit 112, a search unit 113, and an output unit 114. Among these, the storage 111 is a storage for storing medical data according to a predetermined restriction condition. Typically, the storage 111 is SS-MIX2 standardized storage and extended storage. SS-MIX2 standardized storage has been standardized according to the Health and Welfare Information System Industry Association (JAHIS) standard according to Health Level Seven Version 2.5 (ISO: 27931) established by Health Level Seven (registered trademark) INTERNATIONAL Medical data (JAHIS standard) is stored. In the standardized storage, medical data is stored according to a predetermined folder structure and data file structure. The extended storage stores examinations and interpretation rates for radiation, endoscopes, etc., and the image information that accompanies them, as well as data files that have been created in a uniform format within a medical facility, although the standard has not yet been established. Is done. In the extended storage, the types of files that can be stored are defined in advance. For example, in addition to folders, the extended storage can store structured text having a predetermined extension, office documents, plain text, vector graphics, raster images, audio, moving images, medical waveforms, archives, and the like.

図1に、SS−MIX2標準化ストレージ及び拡張ストレージにおけるフォルダ構成の一例を示す。ここでは、患者、診療日、及びデータ種別毎にフォルダが作成され、データ種別フォルダの中にはデータ項目と値とが記録されたデータファイルが格納されている。図2Aに、SS−MIX2標準化ストレージにおけるデータファイルの一例を示す。このデータファイルには、ある1つの検査オーダに対する検査結果が、JAHIS標準規格に準じて記述されたテキストデータとして記録されている。   FIG. 1 shows an example of a folder configuration in the SS-MIX standardized storage and extended storage. Here, a folder is created for each patient, treatment date, and data type, and a data file in which data items and values are recorded is stored in the data type folder. FIG. 2A shows an example of a data file in the SS-MIX standardized storage. In this data file, the inspection result for one inspection order is recorded as text data described according to the JAHIS standard.

医療情報検索端末装置130は、医療情報検索ゲートウェイ装置110に対し、医療データの検索リクエストを送信する情報処理装置である。医療情報検索端末装置130は、ユーザが入力する検索条件に応じて、検索リクエストを作成する。ここで、ユーザは、医療情報検索ゲートウェイ装置110のストレージ111が格納する医療データのデータ構造等を予め知っている必要はなく、医療現場においてユーザが実施したいことに従って検索条件を入力することができる。また、医療情報検索端末装置130は、検索条件を、所定のデータ交換フォーマットに従う形式に変換して、検索リクエストを作成する。例えば、JSON(JavaScript Object Notation,なおJavaScriptは登録商標である)は、ユーザにとっても記述内容の理解が容易であり、マシンにとっても生成が容易であるため、データ交換フォーマットとして好適である。   The medical information search terminal device 130 is an information processing device that transmits a search request for medical data to the medical information search gateway device 110. The medical information search terminal device 130 creates a search request according to the search condition input by the user. Here, the user does not need to know the data structure of the medical data stored in the storage 111 of the medical information search gateway device 110 in advance, and can input the search conditions according to what the user wants to implement at the medical site. . In addition, the medical information search terminal device 130 converts the search condition into a format according to a predetermined data exchange format and creates a search request. For example, JSON (Java Script Object Notation, Java Script is a registered trademark) is easy for users to understand the description, and is easy to generate for machines, so it is suitable as a data exchange format.

医療情報検索ゲートウェイ装置110の入力部112は、医療情報検索端末装置130から検索リクエストを受信する。検索部113は、検索リクエストから検索条件を抽出し、ストレージ111から検索条件に対応する医療データを取得する。ここで、検索部113は、抽出した検索条件に基づいて、ストレージ111のデータ構造等に応じた検索コマンドを生成、発行する。ストレージ111は、検索コマンドに対応する医療データを検索部113に返却する。つまり、医療情報検索ゲートウェイ装置110は、医療現場のユースケースに従って検索条件を作成したいユーザが使用する医療情報検索端末装置と、所定の制約条件に従って医療データを格納しているストレージ111との橋渡しを行うゲートウェイとして機能する。   The input unit 112 of the medical information search gateway device 110 receives a search request from the medical information search terminal device 130. The search unit 113 extracts a search condition from the search request, and acquires medical data corresponding to the search condition from the storage 111. Here, the search unit 113 generates and issues a search command according to the data structure of the storage 111 based on the extracted search condition. The storage 111 returns medical data corresponding to the search command to the search unit 113. In other words, the medical information search gateway device 110 bridges between the medical information search terminal device used by the user who wants to create search conditions according to the use case in the medical field and the storage 111 storing the medical data according to predetermined constraints. Act as a gateway to do.

出力部114は、検索部113がストレージ111から取得した医療データを、所定のデータ交換フォーマットに従う形式に変換し、検索結果として医療情報検索端末装置130に対して送信する。例えば、出力部114は、医療情報検索ゲートウェイ装置110が返却したJAHIS標準で記述された医療データを、ユーザによる見読性の高いJSON形式に変換し、検索結果として医療情報検索端末装置130に対して送信することができる。つまり、医療情報検索ゲートウェイ装置110は、ストレージ111が所定の制約条件に従って格納している医療データを、ユーザが取扱いやすい形式の検索結果に変換するゲートウェイとしても機能する。図2B及び図2Cに、JSON形式で出力された検査結果の一例を示す。このファイルには、図2AにおいてJAHIS標準規格で記述されていた検査結果が、JSON形式に変換され、テキストデータとして記録されている。   The output unit 114 converts the medical data acquired from the storage 111 by the search unit 113 into a format according to a predetermined data exchange format, and transmits the result to the medical information search terminal device 130 as a search result. For example, the output unit 114 converts medical data described in the JAHIS standard returned by the medical information search gateway device 110 into a JSON format that is highly readable by the user, and outputs the search result to the medical information search terminal device 130. Can be sent. In other words, the medical information search gateway device 110 also functions as a gateway that converts medical data stored in the storage 111 according to predetermined constraints into search results in a format that is easy for the user to handle. 2B and 2C show an example of the inspection result output in the JSON format. In this file, the inspection result described in the JAHIS standard in FIG. 2A is converted into the JSON format and recorded as text data.

次に、本実施の形態にかかる医療情報検索システム100の動作の態様を、実施例1乃至7として開示する。   Next, modes of operation of the medical information search system 100 according to the present embodiment will be disclosed as Examples 1 to 7.

<実施例1>
診療や臨床研究においては、ある検査結果が、いつ、どのような状況で実施された検査であるのかを識別することが極めて重要である。そこで、実施例1では、ある診療日をベースラインとして、どれほどの期間又は回数分のデータを取得すべきかを指定する検索方法について説明する。ユーザは、検索条件として、検索のベースラインとなる基準日(例えば手術日や入院日等)、検索方向(過去/未来)基準日からの遡及日数又は遡及回数を指定する。これにより、ユーザは、検索結果として、時系列の検査結果を取得することができる。
<Example 1>
In clinical practice and clinical research, it is extremely important to identify when and under what circumstances a test result is a test performed. Therefore, in the first embodiment, a search method for designating how long or the number of times of data should be acquired with a certain medical treatment date as a baseline will be described. As a search condition, the user designates a reference date (for example, an operation date, a hospitalization date, or the like) serving as a search baseline, and the number of retroactive days or the number of retroactive times from the reference date (past / future) reference date. Thereby, the user can acquire a time-series inspection result as a search result.

具体的なユースケースを用いて、実施例1について説明する。いま、医療情報検索ゲートウェイ装置110のストレージ111は、肝臓癌切除手術を受けた患者にかかる過去の検査結果及び処方内容を保持しているものとする。そして、医師は、臨床研究のため、肝臓癌切除手術を受けた患者の手術前の肝臓機能状態を示す3種類の検査値AST、ALT及びChEを取得することを所望しているものとする。   Example 1 will be described using specific use cases. Now, it is assumed that the storage 111 of the medical information search gateway device 110 holds past test results and prescription contents concerning a patient who has undergone liver cancer resection surgery. Then, it is assumed that the doctor desires to obtain three types of test values AST, ALT, and ChE indicating the liver function state before the operation of a patient who has undergone a liver cancer resection operation for clinical research.

ここで、これらの検査値は、日々大きく変動することがあるため、なるべく手術日の直近に取得された、すなわち最新の検査値を取得したい。また、上述の3種類の検査値は関連して変動するため、なるべく同一日の3種類の検査値を取得したい。しかし、もし手術日より2週間以上遡らないと同一日の3種類の検査値を発見できないのであれば、やむをえないので、手術日直近の同一日に実施された2種類の検査値を取得したい。また、検査値の多くは服用している処方薬の影響を受けるので、その検査日から遡って1ケ月以内の当該患者に対する処方内容もすべて取得したい。   Here, since these test values may fluctuate greatly every day, it is desired to acquire the latest test values that are acquired as close as possible to the surgery date. In addition, since the above-described three types of inspection values are related and fluctuate, it is desired to obtain three types of inspection values on the same day as much as possible. However, if it is not possible to find three types of test values on the same day unless it goes back more than two weeks from the date of surgery, it is unavoidable, and we would like to acquire two types of test values performed on the same day immediately after the date of surgery. In addition, since many of the test values are affected by the prescription drugs being taken, we would like to obtain all the prescription contents for the patient within one month from the date of the test.

例えば、図3の例1に示すように、手術日が3月30日であり、3月28日にはASTとALTの検査値が存在するがChEは検査されておらず、3月26日には3種類の検査値が揃っている場合、手術日の直近の3月28日の検査値ではなく、3月26日の3検査値を取得したい。しかし、例2に示すように、もし手術日より2週間以上遡っても同一日の3種類の検査値を発見できない場合は、ASTとALTの2種類の検査値のみが存在する3月28日のデータを取得したい。   For example, as shown in Example 1 of FIG. 3, the operation date is March 30, and AST and ALT test values exist on March 28, but ChE has not been tested. March 26 If there are three types of test values, the three test values on March 26 will be acquired instead of the test value on March 28 that is the most recent operation day. However, as shown in Example 2, if it is not possible to find three types of test values on the same day even if it goes back more than two weeks from the date of surgery, only the two types of test values of AST and ALT exist on March 28 I want to get the data.

このようなケースに対応するためには、医療情報検索システム100としては、手術日すなわち3月30日を基準日として、過去2週間以内に実施された検査の結果を取得し、取得された検査値を時系列に整序して医師に提示すれば良い。すなわち、ユーザが時期的範囲を検索条件として指定したとき、医療情報検索システム100は、その時期的範囲内に含まれる検査データを包括的に取得し、ユーザに提示すれば良い。そうすれば、医師は、適切な検査結果のセットを容易に選択することができる。また、医療情報検索システム100は、手術日すなわち3月30日を基準日として、過去6週間以内に実施された処方内容を提示すれば良い。そうすれば、医師は、検査値に対する処方薬の影響を評価するのに十分なデータを入手できる。   In order to deal with such a case, the medical information search system 100 acquires the results of tests performed within the past two weeks using the operation date, that is, March 30 as the reference date, and the acquired test. What is necessary is just to arrange a value in time series and present it to a doctor. That is, when the user designates a time range as a search condition, the medical information search system 100 may comprehensively acquire examination data included in the time range and present it to the user. Then, the doctor can easily select an appropriate set of test results. In addition, the medical information search system 100 may present the contents of the prescription performed within the past six weeks with the operation date, that is, March 30 as the reference date. That way, doctors have enough data to assess the effect of prescription drugs on test values.

図4Aの上図は、上述のケースにおいて、ユーザが医療情報検索端末装置130に入力すべき検索条件の例である。まず、どの患者にかかるデータを取得したいかを、患者ID(1234567890)で指定する。また、検査結果として、どの検査項目にかかる検査値を取得したいかを、検査項目コード(3B035000002327201、3B045000002327201、3B110000002327101)で指定する。さらに、上記検査項目のどのような要素を取得したいかをコードで指定する(OBX−5、OBX−6、OBX−7)。なお、検査項目に含まれる要素としては、検査値、検査方法など様々な種類の情報があるが、ここではそのうち検査値を取得するものとする。そして、取得すべき検査値の時間的範囲を、基準日(2016年3月30日)と、遡及日(過去14日間)とにより指定する。また、上記患者に処方された処方オーダ、すなわち医薬品情報を取得する際の時間的範囲を、基準日(2016年3月30日)と、遡及日(過去6週間)とにより指定する。   4A is an example of search conditions that the user should input to the medical information search terminal device 130 in the above case. First, the patient ID (12345567890) designates which patient wants to obtain data. In addition, as an inspection result, an inspection item code (3B035000002327201, 3B045000002327201, 3B110000002327101) is specified as to which inspection item to obtain the inspection value. Furthermore, what element of the inspection item is desired to be acquired is designated by a code (OBX-5, OBX-6, OBX-7). The elements included in the inspection item include various types of information such as an inspection value and an inspection method, but here, the inspection value is acquired. Then, the time range of the inspection value to be acquired is designated by the reference date (March 30, 2016) and the retroactive date (the past 14 days). Moreover, the prescription order prescribed | regulated to the said patient, ie, the time range at the time of acquiring pharmaceutical information, is designated by the reference date (March 30, 2016) and the retroactive date (past 6 weeks).

医療情報検索端末装置130は、ユーザがこれらの検索条件を入力するための、ユーザインタフェースを提供することが好ましい。ユーザインタフェースは、例えば、検索条件として指定可能なコードや日付等を予め設定された入力候補のうちから選択させたり、予め定義された検索条件同士の組合せルール等に従って必要なインタフェースのみを表示させるよう制御したりすることで、ユーザが検索条件を容易に入力できるようにしたものであって良い。   The medical information search terminal device 130 preferably provides a user interface for the user to input these search conditions. The user interface may, for example, select a code or date that can be specified as a search condition from preset input candidates, or display only a necessary interface according to a combination rule of search conditions defined in advance. It is possible to make it possible for the user to easily input the search condition by controlling.

図4Aの下図は、ユーザが入力した検索条件に従って、医療情報検索端末装置130が作成する検索リクエストの例である。この例では、医療情報検索端末装置130は、検索条件を含むJSON形式のテキストメッセージを作成し、これを検索リクエストとして医療情報検索ゲートウェイ装置110に送信する。   The lower diagram in FIG. 4A is an example of a search request created by the medical information search terminal device 130 in accordance with the search condition input by the user. In this example, the medical information search terminal device 130 creates a JSON-format text message including a search condition, and transmits this to the medical information search gateway device 110 as a search request.

医療情報検索ゲートウェイ装置110の入力部112は、医療情報検索端末装置130から、検索条件を含むJSON形式の検索リクエストを受信する。そして、検索部113は、この検索リクエストを、SS−MIX2標準化ストレージ又は拡張ストレージを検索するための電文、すなわち検索コマンドに変換する。ここで、検索コマンドの構文は公知である。したがって、検索部113は、検索リクエストに含まれる検索条件と、検索コマンドに含めるべき検索条件と、の対応関係(マッピング)を予め保持しておくことができる。検索部113は、この対応関係を参照することにより、検索リクエストを検索コマンドに変換できる。   The input unit 112 of the medical information search gateway device 110 receives a search request in JSON format including a search condition from the medical information search terminal device 130. Then, the search unit 113 converts this search request into a message for searching for SS-MIX standardized storage or extended storage, that is, a search command. Here, the syntax of the search command is known. Therefore, the search unit 113 can hold in advance a correspondence relationship (mapping) between the search condition included in the search request and the search condition to be included in the search command. The search unit 113 can convert a search request into a search command by referring to this correspondence.

検索部113は、作成した検索コマンドを使用して、ストレージ111から医療データを取得する。ここで、取得される医療データの形式は、例えばJAHIS標準である。   The search unit 113 acquires medical data from the storage 111 using the created search command. Here, the format of the acquired medical data is, for example, the JAHIS standard.

そして、出力部114は、この医療データを、ユーザが容易に見読可能なデータ形式に変換する。図4B、図4C、図4D及び図4Eに、JSON形式のテキストデータに変換された医療データの例を示す。最初のブロック(lab)は、検査日毎にさらに複数の小ブロックに分けられ、各小ブロックには、その日に存在する検査項目とその検査値が含まれる。次のブロック(pharm)は、処方日毎にさらに複数の小ブロックに分けられ、各小ブロックには、その日の処方オーダが含まれる。出力部114は、作成した変換された医療データを、検索結果として医療情報検索端末装置130に送信する。   Then, the output unit 114 converts the medical data into a data format that can be easily read by the user. 4B, 4C, 4D, and 4E show examples of medical data converted into JSON format text data. The first block (lab) is further divided into a plurality of small blocks for each inspection date, and each small block includes an inspection item and its inspection value existing on that day. The next block is further divided into a plurality of small blocks for each prescription date, and each small block includes a prescription order for the day. The output unit 114 transmits the created converted medical data to the medical information search terminal device 130 as a search result.

医療情報検索端末装置130は、医療情報検索ゲートウェイ装置110から検索結果を受信する。典型的には、医療情報検索端末装置130は、受信した検索結果をそのまま出力できる。又は、医療情報検索端末装置130は、検索結果に基づいて、ユーザがさらに内容を把握しやすいように情報を整理した表示画面を生成し、これを提示することとしても良い。   The medical information search terminal device 130 receives the search result from the medical information search gateway device 110. Typically, the medical information search terminal device 130 can output the received search result as it is. Alternatively, the medical information search terminal device 130 may generate a display screen on which information is organized so that the user can more easily understand the content based on the search result, and present it.

<実施例2>
実施例2では、実施例1にかかる医療情報検索システム100が取得し得る処方オーダの内容について更に詳しく説明する。
<Example 2>
In Example 2, the contents of the prescription order that can be acquired by the medical information search system 100 according to Example 1 will be described in more detail.

図5Aは、医療情報検索ゲートウェイ装置110のストレージ111が、JAHIS標準に従って保持している処方オーダの例である。このように、規格化された医療データにおいては、処方日、薬剤名、投薬量、用法、投与経路等が、著しく見読性の低いコードと形式によって記述されている。そのため、この処方オーダメッセージから必要なデータを抽出するための検索条件をユーザが直接作成することは困難である。また、この処方オーダメッセージから抽出された検索結果がユーザに直接返却されても、ユーザはこれを解釈することが困難である。   FIG. 5A is an example of a prescription order that the storage 111 of the medical information search gateway device 110 holds in accordance with the JAHIS standard. As described above, in the standardized medical data, the prescription date, the drug name, the dosage, the usage, the administration route, and the like are described by codes and formats that are remarkably low in legibility. Therefore, it is difficult for the user to directly create a search condition for extracting necessary data from the prescription order message. Moreover, even if the search result extracted from this prescription order message is directly returned to the user, it is difficult for the user to interpret it.

図5B及び図5Cは、医療情報検索システム100において送受される検索リクエスト及び検索結果の例である。ここで、検索結果は、処方日毎に複数のブロックに分けられている。処方日のブロックはさらに、薬剤名毎に複数の少ブロックに分けられ、各小ブロックには、その薬剤の投薬量、用法、投与経路等が整序されて記載されている。したがって、ユーザは、この検索結果をそのまま提示されたとしても、従来に比べれば著しく容易に処方オーダ(処方日、薬剤名、投与量、剤形、用法、投与経路等)を把握することができる。また、検索結果は加工することが容易であるため、医療情報検索端末装置130が検索結果を加工したうえでユーザに提示することも、従来よりも容易となる。   5B and 5C are examples of search requests and search results transmitted and received in the medical information search system 100. FIG. Here, the search result is divided into a plurality of blocks for each prescription date. The block on the prescription date is further divided into a plurality of small blocks for each drug name, and each small block describes the dosage, usage, administration route, etc. of the drug in an organized manner. Therefore, even if the search result is presented as it is, the user can grasp the prescription order (prescription date, drug name, dose, dosage form, usage, administration route, etc.) remarkably easily compared to the conventional case. . In addition, since the search result can be easily processed, it is also easier than before that the medical information search terminal device 130 processes the search result and presents it to the user.

<実施例3>
実施例3では、2つのユースケースを用いて、実施例1にかかる医療情報検索システム100が取得し得る検査結果の内容について更に詳しく説明する。
<Example 3>
In the third embodiment, the contents of test results that can be acquired by the medical information search system 100 according to the first embodiment will be described in more detail using two use cases.

1番目のユースケースは、ある患者について、検査実施日を基準として、一定の回数の検査結果を取得するというものである。図6Aは、医療情報検索ゲートウェイ装置110のストレージ111がJAHIS標準に従って格納している検査結果の例である。このように、所定の制約条件に従って格納された医療データにおいては、検査結果にかかる様々な情報が、著しく見読性の低いコードと形式によって記述されている。そのため、この検査結果メッセージから必要なデータを抽出するための検索条件をユーザが直接作成することは困難である。また、この検査結果メッセージから抽出された検索結果がユーザに直接返却されても、ユーザはこれを解釈することが困難である。   The first use case is that a certain number of test results are acquired for a patient based on the test execution date. FIG. 6A is an example of a test result stored in the storage 111 of the medical information search gateway device 110 in accordance with the JAHIS standard. As described above, in the medical data stored in accordance with the predetermined constraint conditions, various pieces of information related to the test result are described in codes and formats with extremely low legibility. Therefore, it is difficult for the user to directly create a search condition for extracting necessary data from the inspection result message. Moreover, even if the search result extracted from this test result message is directly returned to the user, it is difficult for the user to interpret it.

図6Bは、医療情報検索システム100において送受される検索リクエスト及び検索結果の例である。検索リクエストは、医療情報検索端末装置130が、ユーザが入力した検索条件に基づいて作成したものである。検索条件には、例えば「2014年12月10日から過去10回分」などといった、検索範囲を指定する条件が含まれる。医療情報検索ゲートウェイ装置110が、JAHIS標準をJSON形式に変換して出力した検査結果は、検査日毎に複数のブロックに分けられており、各ブロックには、その日の検査結果が整序されて記載されている。もし同一日に複数の検査オーダを実施していれば、それらの検査結果が複数の小ブロックに分けて記載される。すなわち、医療情報検索システム100によれば、ある検索条件を満たす検査結果を、検査実施日毎に、また同一診療日に実施した複数の検査オーダ毎に整序された形で、一括して取得することが可能である。したがって、ユーザは、この検索結果をそのまま提示されたとしても、従来に比べれば著しく容易に検査結果を把握することができる。また、検索結果は加工することが容易であるため、医療情報検索端末装置130が検索結果を加工したうえでユーザに提示することも、従来よりも容易となる。   FIG. 6B is an example of search requests and search results transmitted and received in the medical information search system 100. The search request is created by the medical information search terminal device 130 based on the search condition input by the user. The search condition includes a condition for designating a search range such as “for the past 10 times from December 10, 2014”. The test result output by the medical information search gateway device 110 after converting the JAHIS standard to the JSON format is divided into a plurality of blocks for each test date, and the test results for the day are arranged in each block. Has been. If a plurality of inspection orders are executed on the same day, the inspection results are described in a plurality of small blocks. That is, according to the medical information search system 100, test results that satisfy a certain search condition are acquired in a batch in a form that is ordered for each test execution date and for each of a plurality of test orders performed on the same medical treatment date. It is possible. Therefore, even if the user presents the search result as it is, the user can grasp the inspection result remarkably easily as compared with the conventional case. In addition, since the search result can be easily processed, it is also easier than before that the medical information search terminal device 130 processes the search result and presents it to the user.

2番目のユースケースは、ある患者に関する検査結果であって、同一オーダに属する複数の検査結果を、まとめて取得したいというものである。なお、この患者に検査指示が出された当日は、患者が食事後であったため、空腹時血糖検査以外の生化学検査と尿検査を実施した。そして、翌日に空腹時血糖検査のみ実施した。   The second use case is an examination result relating to a certain patient, and a plurality of examination results belonging to the same order are desired to be acquired together. In addition, since the patient was after the meal on the day when the patient was instructed to test, biochemical tests and urine tests other than fasting blood glucose test were performed. Only the fasting blood glucose test was performed the next day.

図7A及び図7Bは、医療情報検索ゲートウェイ装置110のストレージ111がJAHIS標準に従って格納している、上述の一連の検査の検査結果の例である。この例では、同一のオーダに基づく検査であっても、異なる日に実施された検査は、異なるフォルダの異なるデータファイルに格納されている。   7A and 7B are examples of test results of the above-described series of tests stored in the storage 111 of the medical information search gateway device 110 according to the JAHIS standard. In this example, even if examinations are based on the same order, examinations performed on different days are stored in different data files in different folders.

図7Cは、本実施例において送受される検索リクエスト及び検索結果の例である。検索リクエストは、医療情報検索端末装置130が、ユーザが入力した検索条件に基づいて作成したものである。検索条件には、例えば患者IDの指定や、「2014年12月10日から過去10回分」などといった検索条件が含まれる。この場合、医療情報検索ゲートウェイ装置110の検索部113は、検索リクエストに基づき、複数のデータファイルを横断的に検索する検索コマンドを作成する。また、出力部114は、ストレージ111から抽出されたJAHIS標準の医療データをJSON形式に変換し、検索結果を作成する。検索結果では、同一の患者に対する複数の検査結果が、1つのメッセージにまとめられている。検索結果は、検査日毎に複数のブロックに分けられており、各ブロックには、その日の検査結果が整序されて記載されている。もし同一日に複数の検査オーダを実施していれば、それらの検査結果が複数の小ブロックに分けて記載される。すなわち、医療情報検索システム100によれば、ある検索条件を満たす検査結果を、検査実施日毎に、また同一診療日に実施した複数の検査オーダ毎に整序された形で、一括して取得することが可能である。したがって、ユーザは、この検索結果によれば、同一オーダに属する複数の検査結果であっても一括して確認することが可能である。   FIG. 7C is an example of search requests and search results transmitted and received in the present embodiment. The search request is created by the medical information search terminal device 130 based on the search condition input by the user. The search conditions include, for example, a search condition such as designation of a patient ID and “the past 10 times from December 10, 2014”. In this case, the search unit 113 of the medical information search gateway device 110 creates a search command for searching across a plurality of data files based on the search request. Further, the output unit 114 converts the JAHIS standard medical data extracted from the storage 111 into the JSON format, and creates a search result. In the search result, a plurality of test results for the same patient are combined into one message. The search results are divided into a plurality of blocks for each inspection date, and the inspection results for the day are arranged and described in each block. If a plurality of inspection orders are executed on the same day, the inspection results are described in a plurality of small blocks. That is, according to the medical information search system 100, test results that satisfy a certain search condition are acquired in a batch in a form that is ordered for each test execution date and for each of a plurality of test orders performed on the same medical treatment date. It is possible. Therefore, according to this search result, the user can collectively check a plurality of inspection results belonging to the same order.

<実施例4>
臨床検査では、同一の検査項目でも、測定方法、試薬、結果形式(定量値か定性値か)等の違いにより、使用する検査項目コードが異なる。しかし、臨床研究においては、それらを同一の検査項目として扱いたい場合が少なくない。そこで、実施例4にかかる医療情報検索システム100は、臨床検査における測定方法、試薬、及び結果形式(定量値か定性値か)の違いを吸収し、同一検査項目として検査結果を取得することが可能な検索手法について説明する。一方、測定方法等を厳密に区別する必要がある場合には、医療情報検索システム100は、測定方法を特定した検索を行うことで、所望の検査結果を取得することも可能である。
<Example 4>
In clinical examinations, even for the same examination item, the examination item code to be used differs depending on the measurement method, reagent, result format (quantitative value or qualitative value), and the like. However, in clinical studies, there are many cases where they want to treat them as the same test item. Therefore, the medical information search system 100 according to the fourth embodiment can absorb differences in measurement methods, reagents, and result formats (quantitative values or qualitative values) in clinical tests, and acquire test results as the same test item. A possible search method will be described. On the other hand, when it is necessary to strictly distinguish measurement methods and the like, the medical information search system 100 can acquire a desired test result by performing a search specifying the measurement method.

具体的なユースケースを用いて、実施例4について説明する。A病院のある患者のHbA1cの過去3年間の検査結果を検索したい。ところが、A病院では1年前にHbA1cの測定方法を変更しているため、医療情報検索ゲートウェイ装置110のSS−MIX2ストレージ111には、複数の測定方法によるHbA1cの検査結果が格納されている。すなわち、測定方法変更前に用いられていた免疫学的方法(ラテックス凝集比濁法等)による検査結果と、測定方法変更後に用いられているHPLC(不安定分画除去HPLC法)による検査結果である。   Example 4 will be described using a specific use case. I want to search for the results of the past 3 years of HbA1c from a patient at Hospital A. However, since the measurement method of HbA1c has been changed one year ago in Hospital A, the SS-MIX2 storage 111 of the medical information search gateway device 110 stores the test results of HbA1c by a plurality of measurement methods. That is, the test results by immunological methods (latex aggregation turbidimetry, etc.) used before the change of measurement method and the test results by HPLC (unstable fraction removal HPLC method) used after change of the measurement method is there.

このとき、ユーザは、医療情報検索端末装置130が提供するインタフェースを用いて、検索条件として、患者ID、基準日、遡及期間のほか、検査項目として、測定方法、結果形式等を指定する。本実施例においては、ユーザは、2つの異なる測定方法、すなわち免疫学的方法(ラテックス凝集比濁法等)及びHPLC(不安定分画除去HPLC法)の両方を指定する。医療情報検索端末装置130は、ユーザが入力した検索条件に基づいて、検索リクエストを生成する。   At this time, using the interface provided by the medical information search terminal device 130, the user designates the patient ID, the reference date, the retroactive period as a search condition, and the measurement method, the result format, and the like as examination items. In this example, the user specifies two different measurement methods: an immunological method (such as latex agglutination turbidimetry) and HPLC (unstable fraction removal HPLC method). The medical information search terminal device 130 generates a search request based on the search condition input by the user.

図8B及び図8Cは、本実施例において送受される検索リクエスト及び検索結果の例である。検索リクエストでは、取得すべき検査項目が17桁のコードで指定されている。また、17桁のコードのうち、第13桁から第15桁にあたる部分については、正規表現を使用して、2種類の数値「062」「204」が択一的に記述されている。   8B and 8C are examples of search requests and search results transmitted and received in this embodiment. In the search request, the inspection item to be acquired is specified by a 17-digit code. In addition, in the 17-digit code, in the portion corresponding to the 13th to 15th digits, two types of numerical values “062” and “204” are alternatively described using regular expressions.

ここで、上述の17桁のコードは、SS−MIX2(HL7)で使用される標準的な検索項目コードJLAC10である。図8Aに示すように、JLAC10の第13桁から第15桁にあたる部分は、測定方法を示すコードとなっている。例えば、ここが「062」であれば、検査方法として「免疫学的方法(ラテックス凝集比濁法等)」を指定し、「204」であれば、検査方法として「HPLC(不安定分画除去HPLC法)」を指定していることになる。すなわち、上述の検索リクエストは、検査方法が「免疫学的方法(ラテックス凝集比濁法等)」又は「HPLC(不安定分画除去HPLC法)」である検査結果を取得することを要求するものとなっている。   Here, the above-mentioned 17-digit code is the standard search item code JLAC10 used in SS-MIX2 (HL7). As shown in FIG. 8A, the portion corresponding to the 13th to 15th digits of JLAC10 is a code indicating the measurement method. For example, if this is “062”, “immunological method (latex aggregation turbidimetry, etc.)” is designated as the examination method, and “204” is designated as the examination method, “HPLC (unstable fraction removal)” HPLC method) ”. That is, the above search request is for requesting to obtain a test result whose test method is “immunological method (latex aggregation turbidimetry etc.)” or “HPLC (unstable fraction removal HPLC method)”. It has become.

検索結果では、検査方法が「免疫学的方法(ラテックス凝集比濁法等)」又は「HPLC(不安定分画除去HPLC法)」である複数の検査結果が、1つのメッセージにまとめられている。すなわち、検索結果は、複数のブロックに分けられており、各ブロックには、検査方法が「免疫学的方法(ラテックス凝集比濁法等)」又は「HPLC(不安定分画除去HPLC法)」のいずれかである検査結果が整序されて記載されている。もし同一患者に対して「免疫学的方法(ラテックス凝集比濁法等)」及び「HPLC(不安定分画除去HPLC法)」による検査を、例えば異なる検査日にそれぞれ実施していれば、双方の検査結果が列挙される。すなわち、医療情報検索システム100によれば、検査方法が異なるが同一とみなしうる検査項目の検査結果を、まとめて取得することが可能である。   In the search results, a plurality of test results whose test methods are “immunological method (latex aggregation turbidimetric method, etc.)” or “HPLC (unstable fraction removal HPLC method)” are collected in one message. . That is, the search results are divided into a plurality of blocks, and each block has an “immunological method (latex aggregation turbidimetric method, etc.)” or “HPLC (unstable fraction removal HPLC method)”. The test results which are either are arranged and described. If the same patient is tested with "immunological methods (latex aggregation turbidimetry, etc.)" and "HPLC (unstable fraction removal HPLC method)" The inspection results are listed. That is, according to the medical information search system 100, it is possible to collectively obtain the inspection results of the inspection items that can be regarded as the same although the inspection methods are different.

<実施例5>
SS−MIX2では、検査項目コードの指定方法として、標準コードとローカルコードを併記することができる(図9B参照)。すなわち、同一の検査項目に対し、検査項目コードとして、標準コード又は施設固有のローカルコードの少なくともいずれか一方を指定することができる。検査項目によっては、標準コードが採番されておらず、ローカルコードしか設定されていないものがある。そのため、従来のようにユーザがSS−MIX2ストレージ111を直接検索しようとすれば、検索条件を指定する際、どちらのコードが利用されているかを意識する必要があった。しかしながら、本実施例によれば、ユーザはコードの違いを意識することなく、検査結果を取得することができる。
<Example 5>
In SS-MIX2, a standard code and a local code can be written together as a method for specifying an inspection item code (see FIG. 9B). That is, for the same inspection item, at least one of the standard code and the facility-specific local code can be designated as the inspection item code. Some inspection items are not assigned standard codes but only local codes are set. Therefore, if the user tries to directly search the SS-MIX 2 storage 111 as in the prior art, it is necessary to be aware of which code is used when specifying the search condition. However, according to the present embodiment, the user can acquire the inspection result without being aware of the difference in code.

図9Aは、本実施例において送受される検索リクエストの例である。いま、図9Bに示すように、医療情報検索ゲートウェイ装置110のストレージ111においては、HbA1cの検査に対し、標準コード「3D046000002226101」及びローカルコード「L1048」のいずれかの検査項目コードが付与されているものとする。この場合、医療情報検索端末装置130は、ユーザからHbA1cの検査結果を取得するよう要求されたならば、上述の標準コード及びローカルコードの双方を指定した検索リクエストを作成する。これにより、ユーザは、標準コード又はローカルコードのいずれが付与されたものであっても、HbA1cの検査結果をもれなく取得することができる。   FIG. 9A is an example of a search request transmitted / received in the present embodiment. As shown in FIG. 9B, in the storage 111 of the medical information search gateway device 110, one of the inspection item codes of the standard code “3D046000002226101” and the local code “L1048” is assigned to the inspection of HbA1c. Shall. In this case, if the medical information search terminal device 130 is requested by the user to acquire the HbA1c test result, the medical information search terminal device 130 creates a search request specifying both the standard code and the local code. As a result, the user can obtain all the HbA1c test results regardless of whether the standard code or the local code is assigned.

<実施例6>
医師が研究や診療で必要とする情報は、SS−MIX2標準化ストレージだけではなく、拡張ストレージにも格納されている。そこで、標準化ストレージと統一的な方法で、拡張ストレージ内のファイルも検索することが求められる。
<Example 6>
Information that doctors need for research and medical care is stored not only in SS-MIX2 standardized storage but also in expanded storage. Therefore, it is required to search for files in the extended storage in a manner that is consistent with standardized storage.

具体的なユースケースを用いて、実施例6について説明する。ある臨床研究で、医師は、検査結果データと、健診結果データとの両方を使用してデータ解析を行うことを所望しているものとする。ここで、図10Aに示すように、検査結果データは、SS−MIX2標準化ストレージに格納されている。一方、図10Bに示すように、健診結果データは、他の標準形式(HL7CDAR2形式)に準拠したXMLデータとして、SS−MIX2拡張ストレージに格納されている。   Example 6 will be described using a specific use case. In a clinical study, a doctor wants to perform data analysis using both test result data and health check result data. Here, as shown in FIG. 10A, the inspection result data is stored in the SS-MIX 2 standardized storage. On the other hand, as shown in FIG. 10B, the medical examination result data is stored in the SS-MIX2 extended storage as XML data compliant with another standard format (HL7CDAR2 format).

このとき、ユーザは、医療情報検索端末装置130が提供するインタフェースを用いて、検査結果や健診結果を特定するための様々な検索条件を指定する。ここで、ユーザは、検査結果や健診結果がそれぞれどのようなデータ形式で、どのようなストレージに格納されているかを意識する必要はない。医療情報検索端末装置130は、ユーザが入力した検索条件に基づいて、検索リクエストを生成する。   At this time, the user uses the interface provided by the medical information search terminal device 130 to specify various search conditions for specifying the examination result and the medical examination result. Here, the user does not need to be aware of what data format and in which storage the examination results and the medical examination results are stored. The medical information search terminal device 130 generates a search request based on the search condition input by the user.

図10C及び図10Dは、本実施例において送受される検索リクエスト及び検索結果の例である。医療情報検索端末装置130は、ユーザが指定した検索条件に従って検索リクエストを作成する。ここで、医療情報検索端末装置130は、検査結果及び健診結果が、標準ストレージ又は拡張ストレージのどちらに、どのようなデータ形式で格納されているかに関する情報を予め保持している。この情報に基づいて、医療情報検索端末装置130は、標準ストレージから検査結果を検索するよう要求するブロックと、拡張ストレージから健診結果を検索するよう要求するブロックと、を含む検索リクエストを作成することができる。そして、医療情報検索ゲートウェイ装置110の検索部113は、ストレージ111の標準ストレージ及び拡張ストレージから医療データを取得するための検索コマンドを作成する。出力部114は、ストレージ111の標準ストレージ及び拡張ストレージ双方から取得された医療データに基づいて検索結果を作成する。検索結果も、標準ストレージから検索された検査結果を含むブロックと、拡張ストレージから検索された健診結果を含むブロックと、を含んでいる。これにより、ユーザは、標準ストレージ又は拡張ストレージのいずれに格納されたものであっても、データ形式や格納場所を意識することなく、所望のデータを取得することができる。   10C and 10D are examples of search requests and search results transmitted and received in the present embodiment. The medical information search terminal device 130 creates a search request according to the search conditions specified by the user. Here, the medical information search terminal device 130 holds in advance information regarding the data format in which the examination result and the medical examination result are stored in the standard storage or the extended storage. Based on this information, the medical information search terminal device 130 creates a search request including a block that requests to search for test results from the standard storage and a block that requests to search for medical checkup results from the extended storage. be able to. Then, the search unit 113 of the medical information search gateway device 110 creates a search command for acquiring medical data from the standard storage and the extended storage of the storage 111. The output unit 114 creates a search result based on the medical data acquired from both the standard storage and the extended storage of the storage 111. The search result also includes a block including the examination result retrieved from the standard storage and a block including the medical examination result retrieved from the extended storage. As a result, the user can acquire desired data regardless of the data format or storage location, regardless of whether the data is stored in the standard storage or the extended storage.

本実施の形態により医療情報検索システム100が奏する技術的効果は、例えば以下のとおりである。   The technical effects of the medical information search system 100 according to the present embodiment are as follows, for example.

実施例1においては、医療情報検索端末装置130が、検索条件として、取得すべきデータの時間的範囲の指定を受け付ける。ここで指定された検索条件は、検索リクエストとして医療情報検索ゲートウェイ装置110に出力され、医療情報検索ゲートウェイ装置110の検索部113が、検索リクエストを、ストレージ111が格納する規格化された医療データを検索するための検索コマンドに展開する。これにより、ユーザは、ストレージ111に格納された医療データの構造等の制約条件を意識することなく、所望の期間又は回数等にわたる医療データを容易に取得することができる。   In the first embodiment, the medical information search terminal device 130 accepts designation of a time range of data to be acquired as a search condition. The search condition specified here is output as a search request to the medical information search gateway device 110, and the search unit 113 of the medical information search gateway device 110 sends the search request to the standardized medical data stored in the storage 111. Expands to a search command for searching. Thereby, the user can easily acquire medical data over a desired period or number of times without being aware of constraints such as the structure of the medical data stored in the storage 111.

実施例2においては、医療情報検索端末装置130が、検索条件として、取得すべきデータの時間的範囲のほか、処方オーダ等のデータ項目の指定を受け付ける。そして、医療情報検索ゲートウェイ装置110は、検索結果として、日付毎及びデータ項目毎に整序された医療データを出力する。これにより、ユーザは、従来に比べて著しく見読性に優れた検索結果を入手することができる。   In the second embodiment, the medical information search terminal device 130 accepts designation of data items such as a prescription order as well as a time range of data to be acquired as a search condition. And the medical information search gateway apparatus 110 outputs the medical data arranged for every date and every data item as a search result. As a result, the user can obtain a search result that is remarkably excellent in readability as compared with the conventional case.

実施例3においては、医療情報検索端末装置130は、基準日と回数との指定を受け付けて、医療データの検索リクエストを作成する。そして、医療情報検索ゲートウェイ装置110は、基準日から過去又は未来にわたり指定の回数分の医療データを検索して出力する。これにより、ユーザは、同一日に複数の検査オーダを実施していたり、同一の検査オーダを複数の日にわたって実施していたりする場合であっても、一連の検査結果をまとめて取得することができる。   In the third embodiment, the medical information search terminal device 130 accepts designation of the reference date and the number of times, and creates a search request for medical data. Then, the medical information search gateway device 110 searches and outputs medical data for a specified number of times from the reference date to the past or the future. Thereby, even if the user performs a plurality of inspection orders on the same day or performs the same inspection order over a plurality of days, the user can acquire a series of inspection results collectively. it can.

実施例4においては、医療情報検索端末装置130は、ユーザにより指定された複数の検索条件のうちいずれか1つを含む医療データを検索するための検索リクエストを作成する。そして、医療情報検索ゲートウェイ装置110は、指定された検索条件に合致する医療データを、検索条件毎に整序して出力する。これにより、ユーザは、例えば測定方法、試薬、結果形式(定量値か定性値か)等が異なる検査であっても、同一の検査として扱って、検査結果を集約することができる。   In the fourth embodiment, the medical information search terminal device 130 creates a search request for searching medical data including any one of a plurality of search conditions specified by the user. Then, the medical information search gateway device 110 arranges and outputs medical data that matches the specified search condition for each search condition. Thereby, the user can treat the examinations that have different measurement methods, reagents, result formats (quantitative values or qualitative values) as the same examination, and collect the examination results.

実施例5においては、医療情報検索端末装置130は、ユーザにより指定されたデータ項目に対し複数のコードが付与されている場合においては、それらの複数のコードのいずれか一方が付与された医療データを取得できるような検索リクエストを作成する。これにより、ユーザは、例えば標準コード又はローカルコードのいずれが付与されたものであっても、医療データをもれなく取得することができる。   In the fifth embodiment, when a plurality of codes are assigned to the data item designated by the user, the medical information search terminal device 130 is medical data to which any one of the plurality of codes is assigned. Create a search request that can retrieve. As a result, the user can obtain all the medical data regardless of whether the standard code or the local code is assigned.

実施例6においては、医療情報検索端末装置130は、ユーザにより指定された検索条件に合致する医療データを取得するため、異なる構造を有する複数のストレージを検索可能な検索リクエストを作成する。これにより、ユーザは、例えば医療データが標準ストレージ又は拡張ストレージのいずれに格納されたものであっても、その違いを意識することなく検索を行うことができる。   In the sixth embodiment, the medical information search terminal device 130 creates a search request that can search a plurality of storages having different structures in order to acquire medical data that matches the search conditions specified by the user. As a result, the user can perform a search without being aware of the difference, for example, whether medical data is stored in the standard storage or the extended storage.

なお、本発明は上記実施の形態に限られたものではなく、趣旨を逸脱しない範囲で適宜変更することが可能である。例えば、上述の実施の形態では、医療情報検索端末装置130が、ユーザの入力した検索条件に応じて検索リクエストを作成し、医療情報検索ゲートウェイ装置110が、検索リクエストを、ストレージ111からデータを取得するための検索コマンドに変換する例を説明した。しかしながら、本発明はこれに限定されるものでなく、例えば医療情報検索端末装置130が、ユーザの入力した検索条件を医療情報検索ゲートウェイ装置110に通知し、医療情報検索ゲートウェイ装置110が、それらの検索条件に基づいて直接、ストレージ111からデータを取得するための検索コマンドを作成することとしても良い。   Note that the present invention is not limited to the above-described embodiment, and can be changed as appropriate without departing from the spirit of the present invention. For example, in the above-described embodiment, the medical information search terminal device 130 creates a search request according to the search condition input by the user, and the medical information search gateway device 110 acquires the search request from the storage 111. An example of converting to a search command for the above has been described. However, the present invention is not limited to this. For example, the medical information search terminal device 130 notifies the medical information search gateway device 110 of the search conditions input by the user, and the medical information search gateway device 110 A search command for acquiring data from the storage 111 may be created directly based on the search condition.

また、上述の実施の形態では、ストレージ111の標準化ストレージの形式としてJAHIS標準を、検索リクエスト及び検索結果のデータ交換フォーマットとしてJSON形式を採用した例を示したが、本発明はこれに限定されるものでなく、他の任意の医療データ格納形式及びデータ交換フォーマットを採用してもよい。   In the above embodiment, the JAHIS standard is adopted as the standardized storage format of the storage 111 and the JSON format is adopted as the data exchange format of the search request and search result. However, the present invention is limited to this. Any other medical data storage format and data exchange format may be adopted.

また、上述の実施の形態では、本発明を主にハードウェアにより構成されるものとして説明したが、これに限定されるものではなく、任意の処理を、CPU(Central Processing Unit)にコンピュータプログラムを実行させることにより実現することも可能である。この場合、コンピュータプログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non−transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)、CD−ROM(Read Only Memory)、CD−R、CD−R/W、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(random access memory))を含む。また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。   In the above-described embodiment, the present invention has been described as mainly configured by hardware. However, the present invention is not limited to this, and any processing can be performed by a computer program on a CPU (Central Processing Unit). It can also be realized by executing. In this case, the computer program can be stored and provided to the computer using various types of non-transitory computer readable media. Non-transitory computer readable media include various types of tangible storage media. Examples of non-transitory computer-readable media include magnetic recording media (for example, flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (for example, magneto-optical disks), CD-ROMs (Read Only Memory), CD-Rs, CD-R / W, semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable PROM), flash ROM, RAM (Random Access Memory)). The program may also be supplied to the computer by various types of transitory computer readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves. The temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.

100 医療情報検索システム
110 医療情報検索ゲートウェイ装置
111 ストレージ
112 入力部
113 検索部
114 出力部
130 医療情報検索端末装置
DESCRIPTION OF SYMBOLS 100 Medical information search system 110 Medical information search gateway apparatus 111 Storage 112 Input part 113 Search part 114 Output part 130 Medical information search terminal device

Claims (11)

医療データに関する検索条件の入力を受け付け、前記検索条件を所定のデータ交換フォーマットに従う形式に変換し、検索リクエストとして出力する医療情報検索端末装置と、
前記検索リクエストを受信し、前記検索リクエストに対応する検索結果を出力する医療情報検索ゲートウェイ装置と、を有し、
前記医療情報検索ゲートウェイ装置は、
所定の制約条件に従って前記医療データを格納するストレージと、
前記検索リクエストを受信する入力部と、
受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを前記ストレージから取得する検索部と、
取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力部と、を有する
医療情報検索システム。
A medical information search terminal device that accepts input of search conditions related to medical data, converts the search conditions into a format according to a predetermined data exchange format, and outputs the search request;
A medical information search gateway device that receives the search request and outputs a search result corresponding to the search request;
The medical information search gateway device includes:
A storage for storing the medical data according to predetermined constraints;
An input unit for receiving the search request;
A search unit that extracts the search condition from the received search request and acquires the medical data corresponding to the search condition from the storage;
A medical information search system comprising: an output unit that converts the acquired medical data into a format according to the data exchange format and outputs the result as the search result.
前記検索条件は、時期的範囲の指定を含み、
前記検索結果は、前記時期的範囲内に存在する前記医療データを、日付毎又はデータ項目毎にまとめて格納したものである
請求項1記載の医療情報検索システム。
The search condition includes designation of a time range,
The medical information search system according to claim 1, wherein the search result is a collection of the medical data existing within the time range for each date or data item.
前記検索条件において、複数のデータ項目が指定された場合、
前記検索結果は、前記複数のデータ項目のうち少なくともいずれか1つに該当する前記医療データを格納したものである
請求項1記載の医療情報検索システム。
When a plurality of data items are specified in the search condition,
The medical information search system according to claim 1, wherein the search result stores the medical data corresponding to at least one of the plurality of data items.
前記ストレージにおいて、1つのデータ項目に対し、複数の異なるコードが付されており、
前記検索条件において、前記データ項目が指定された場合、
前記検索結果は、前記データ項目に対応する前記複数の異なるコードが付された前記医療データを格納したものである
請求項1記載の医療情報検索システム。
In the storage, a plurality of different codes are attached to one data item,
When the data item is specified in the search condition,
The medical information search system according to claim 1, wherein the search result stores the medical data to which the plurality of different codes corresponding to the data items are attached.
前記複数の異なるコードは、所定の規格に従って定義された標準コードと、医療機関内で使用されるローカルコードとを含む
請求項4記載の医療情報検索システム。
The medical information search system according to claim 4, wherein the plurality of different codes include a standard code defined according to a predetermined standard and a local code used in a medical institution.
前記ストレージは、所定の規格に従って前記医療データを格納する標準化ストレージと、前記規格によらず前記医療データを格納する拡張ストレージとを含み、
前記検索部は、前記検索条件に対応する前記医療データが前記標準化ストレージ及び前記拡張ストレージの双方に格納されている場合には、前記標準化ストレージ及び前記拡張ストレージの双方から前記医療データを取得する
請求項1記載の医療情報検索システム。
The storage includes a standardized storage that stores the medical data according to a predetermined standard, and an extended storage that stores the medical data regardless of the standard,
The search unit acquires the medical data from both the standardized storage and the extended storage when the medical data corresponding to the search condition is stored in both the standardized storage and the extended storage. Item 1. The medical information search system according to Item 1.
前記データ交換フォーマットは、JSON形式である
請求項1記載の医療情報検索システム。
The medical information search system according to claim 1, wherein the data exchange format is a JSON format.
前記ストレージは、JAHIS標準規格に従って前記医療データを格納する
請求項1記載の医療情報検索システム。
The medical information search system according to claim 1, wherein the storage stores the medical data according to a JAHIS standard.
所定の制約条件に従って医療データを格納するストレージと、
検索条件を所定のデータ交換フォーマットに従う形式に変換した検索リクエストを受信する入力部と、
受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを前記ストレージから取得する検索部と、
取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力部と、を有する
医療情報検索ゲートウェイ装置。
Storage to store medical data according to predetermined constraints,
An input unit that receives a search request in which the search condition is converted into a format according to a predetermined data exchange format;
A search unit that extracts the search condition from the received search request and acquires the medical data corresponding to the search condition from the storage;
A medical information search gateway device comprising: an output unit that converts the acquired medical data into a format according to the data exchange format and outputs the result as the search result.
医療情報検索端末装置が、医療データに関する検索条件の入力を受け付け、前記検索条件を所定のデータ交換フォーマットに従う形式に変換し、検索リクエストとして出力する検索リクエスト生成ステップと、
医療情報検索ゲートウェイ装置が、
前記検索リクエストを受信する入力ステップと、
受信した前記検索リクエストから前記検索条件を抽出し、前記検索条件に対応する前記医療データを、所定の制約条件に従って前記医療データを格納するストレージから取得する検索ステップと、
取得した前記医療データを前記データ交換フォーマットに従う形式に変換し、前記検索結果として出力する出力ステップと、を有する
医療情報検索方法。
A medical information search terminal device accepts input of search conditions regarding medical data, converts the search conditions into a format according to a predetermined data exchange format, and outputs a search request as a search request;
Medical information retrieval gateway device
An input step of receiving the search request;
A search step of extracting the search condition from the received search request and acquiring the medical data corresponding to the search condition from a storage storing the medical data according to a predetermined constraint;
An output step of converting the acquired medical data into a format according to the data exchange format and outputting the result as the search result.
前記医療情報検索端末装置及び前記医療情報検索ゲートウェイ装置に請求項10記載の方法を実行させるためのプログラム。   The program for making the said medical information search terminal device and the said medical information search gateway apparatus perform the method of Claim 10.
JP2016077761A 2016-04-08 2016-04-08 Medical information search system, medical information search gateway device, medical information search method and program Active JP6547961B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016077761A JP6547961B2 (en) 2016-04-08 2016-04-08 Medical information search system, medical information search gateway device, medical information search method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016077761A JP6547961B2 (en) 2016-04-08 2016-04-08 Medical information search system, medical information search gateway device, medical information search method and program

Publications (2)

Publication Number Publication Date
JP2017188000A true JP2017188000A (en) 2017-10-12
JP6547961B2 JP6547961B2 (en) 2019-07-24

Family

ID=60046412

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016077761A Active JP6547961B2 (en) 2016-04-08 2016-04-08 Medical information search system, medical information search gateway device, medical information search method and program

Country Status (1)

Country Link
JP (1) JP6547961B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109558398A (en) * 2018-10-31 2019-04-02 平安医疗健康管理股份有限公司 Data cleaning method and relevant apparatus based on big data
CN115174339A (en) * 2022-06-20 2022-10-11 杭州指令集智能科技有限公司 Point location access method of industrial gateway

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063752A (en) * 1996-08-19 1998-03-06 Sony Corp Disease name data base
JP2001125994A (en) * 1999-10-29 2001-05-11 Toshiba Medical System Co Ltd Medical report system
JP2003150708A (en) * 2001-11-09 2003-05-23 Srl Inc Medical information retrieval system
JP2007279927A (en) * 2006-04-05 2007-10-25 Akimitsu Shintani Attribute retrieval system
JP2008204416A (en) * 2007-02-19 2008-09-04 Yasuhiro Yamazaki Advanced information acquisition system
JP2014063489A (en) * 2011-06-28 2014-04-10 Toshifumi Fukutome Patient information acquisition system
JP2014123279A (en) * 2012-12-21 2014-07-03 Psp Corp Health management system by electronic medicine pocketbook

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063752A (en) * 1996-08-19 1998-03-06 Sony Corp Disease name data base
JP2001125994A (en) * 1999-10-29 2001-05-11 Toshiba Medical System Co Ltd Medical report system
JP2003150708A (en) * 2001-11-09 2003-05-23 Srl Inc Medical information retrieval system
JP2007279927A (en) * 2006-04-05 2007-10-25 Akimitsu Shintani Attribute retrieval system
JP2008204416A (en) * 2007-02-19 2008-09-04 Yasuhiro Yamazaki Advanced information acquisition system
JP2014063489A (en) * 2011-06-28 2014-04-10 Toshifumi Fukutome Patient information acquisition system
JP2014123279A (en) * 2012-12-21 2014-07-03 Psp Corp Health management system by electronic medicine pocketbook

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109558398A (en) * 2018-10-31 2019-04-02 平安医疗健康管理股份有限公司 Data cleaning method and relevant apparatus based on big data
CN109558398B (en) * 2018-10-31 2023-09-19 深圳平安医疗健康科技服务有限公司 Data cleaning method based on big data and related device
CN115174339A (en) * 2022-06-20 2022-10-11 杭州指令集智能科技有限公司 Point location access method of industrial gateway

Also Published As

Publication number Publication date
JP6547961B2 (en) 2019-07-24

Similar Documents

Publication Publication Date Title
Gutman et al. Cancer Digital Slide Archive: an informatics resource to support integrated in silico analysis of TCGA pathology data
Souza et al. Integrative review: what is it? How to do it?
Terwee et al. Development of a methodological PubMed search filter for finding studies on measurement properties of measurement instruments
US20110153348A1 (en) Gathering, storing, and retrieving summary electronic healthcare record information from healthcare providers
US20130304510A1 (en) Health information exchange system and method
US8732209B2 (en) Computerized system and method for rendering reports in a healthcare environment
US10339271B2 (en) Intelligent eligibility request and response
US20140242698A1 (en) Medical records storage system
Gosselin Insufficient transparency of statistical reporting in preclinical research: a scoping review
Haak et al. Simplifying electronic data capture in clinical trials: workflow embedded image and biosignal file integration and analysis via web services
Lin et al. VICO: Ontology-based representation and integrative analysis of Vaccination Informed Consent forms
JP6547961B2 (en) Medical information search system, medical information search gateway device, medical information search method and program
Blumenthal et al. Using informatics to improve cancer surveillance
JP2009080731A (en) Report creation support system and report creation support method
US20200176127A1 (en) Systems and methods for guideline concordance
Muslim et al. Web services of transformation data based on OpenEHR into Health Level Seven (HL7) standards
JP2007328473A (en) Electronic introduction letter preparation system, electronic introduction letter preparation device and electronic introduction letter preparation method to be used for the same
JP2020166431A (en) Retrieval result display program, retrieval result display method, and retrieval result display system
KR20070030532A (en) Clinical data query service system and method
JP6188163B2 (en) Distributed information integrated control apparatus, method and program
JP6679271B2 (en) Inspection request information generating device and inspection request information generating method
JP6631113B2 (en) Medical document management device, medical document management system and program
Aerts The use of RESTful web services in medical informatics and clinical research and its implementation in Europe
Wiens et al. Smart Discharges transition to scale
JP7123534B2 (en) Hospital information system and hospital information utilization program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180509

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180619

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180817

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190122

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190320

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20190320

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20190409

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190604

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190611

R150 Certificate of patent or registration of utility model

Ref document number: 6547961

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250