KR20210082959A - A realtime rule processing system using open application program interface for health care service - Google Patents
A realtime rule processing system using open application program interface for health care service Download PDFInfo
- Publication number
- KR20210082959A KR20210082959A KR1020190175464A KR20190175464A KR20210082959A KR 20210082959 A KR20210082959 A KR 20210082959A KR 1020190175464 A KR1020190175464 A KR 1020190175464A KR 20190175464 A KR20190175464 A KR 20190175464A KR 20210082959 A KR20210082959 A KR 20210082959A
- Authority
- KR
- South Korea
- Prior art keywords
- rule
- health
- category
- state data
- user
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/30—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for calculating health indices; for individual health risk assessment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H40/00—ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
- G16H40/20—ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the management or administration of healthcare resources or facilities, e.g. managing hospital staff or surgery rooms
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H80/00—ICT specially adapted for facilitating communication between medical practitioners or patients, e.g. for collaborative diagnosis, therapy or health monitoring
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Public Health (AREA)
- Biomedical Technology (AREA)
- Epidemiology (AREA)
- General Health & Medical Sciences (AREA)
- Primary Health Care (AREA)
- Software Systems (AREA)
- General Business, Economics & Management (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Pathology (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Medical Treatment And Welfare Office Work (AREA)
Abstract
Description
본 발명은 사용자의 상태 데이터에 따라 건강 수준의 범주를 판단하는 규칙을 처리하는 오픈 API를 제공하되, 판단 규칙을 트리 구조로 형성하고, 규칙 명칭과 상태 변수값의 입력만으로 범주를 출력하는, 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 관한 것이다.The present invention provides an open API that processes a rule for determining a health level category according to a user's state data, but forms a decision rule in a tree structure, and outputs a category only by inputting a rule name and a state variable value. It relates to an open API-based real-time rule processing system for care services.
일반적으로, 헬스케어 서비스를 개발하는 과정에서는 다수의 건강 관련 규칙이 많이 사용되고 있다.In general, a number of health-related rules are widely used in the process of developing a health care service.
예를 들어, 최근의 스마트 체중계는 체중 외에도 BMI(body mass index), 근육량 등을 측정할 수 있다. 온라인 헬스케어 서비스나 스마트폰의 헬스케어 앱 등은 이렇게 측정 데이터를 수신하고, 사용자의 나이와 성별 등을 고려하여, 사용자의 체중이 표준 이하, 표준, 표준 이상 중 어느 범주에 속하는지를 판단하고 그 결과를 알려준다.For example, recent smart scales can measure body mass index (BMI), muscle mass, etc. in addition to body weight. The online healthcare service or the healthcare app on the smartphone receives the measurement data in this way, considers the user's age and gender, etc., determines whether the user's weight belongs to which category of below standard, standard, or above standard, and determines the inform the results.
또한, 진단용 장갑 등 웨어러블 기기 등에 의해 측정된 다수 종류의 생체 신호를 규칙화 하여, 다수 종류의 생체 신호 결과에 따라 건강 상태를 추정하는 기술이 제시되고 있다[특허문헌 1].In addition, a technique for estimating health status according to the results of multiple types of biosignals by regularizing multiple types of biosignals measured by wearable devices such as diagnostic gloves and the like has been proposed [Patent Document 1].
그런데 이러한 규칙을 프로그램으로 구현하는 과정에서는 프로그램 코드가 반복적으로 사용된다. 즉, 측정된 변수들은 여러 개인데 이들 측정값들이 어떤 값 또는 어떤 범위에 속하느냐에 따라 건강수준의 범주는 달라진다. 따라서 측정된 변수들이 많으면, 각 측정 변수들의 범위들에 의한 조합의 개수가 매우 많아진다.However, in the process of implementing these rules into a program, the program code is used repeatedly. In other words, there are several measured variables, and the category of health level varies depending on what value or range these measured values belong to. Therefore, if there are many measured variables, the number of combinations by ranges of each measured variable becomes very large.
또한, 범주를 판단하는 규칙이 복잡할수록, 프로그램 작성시의 오류 가능성이 높아지는 문제점이 있다. 또한, 세부 규칙이 변경되거나 추가되었을 경우, 프로그램 코드를 변경한 후 서비스를 재가동시키는 불편함이 발생할 수 있다.In addition, the more complex the rules for determining the category, the higher the possibility of errors in program writing. In addition, when detailed rules are changed or added, the inconvenience of restarting the service after changing the program code may occur.
따라서 헬스케어 서비스를 개발할 때, 측정값들의 범위에 의한 범주 판단 규칙을 보다 간단하고 효과적으로 관리할 수 있는 기술이 필요하다. Therefore, when developing a healthcare service, a technology capable of more simply and effectively managing the category determination rule based on the range of measured values is needed.
본 발명의 목적은 상술한 바와 같은 문제점을 해결하기 위한 것으로, 사용자의 상태 데이터에 따라 건강 수준의 범주를 판단하는 규칙을 처리하는 오픈 API를 제공하되, 판단 규칙을 트리 구조로 형성하고, 규칙 명칭과 상태 변수값의 입력만으로 범주를 출력하는, 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템을 제공하는 것이다.An object of the present invention is to solve the above-described problems, and to provide an open API for processing a rule for judging a health level category according to a user's state data, forming the decision rule in a tree structure, and a rule name It is to provide an open API-based real-time rule processing system for healthcare services that outputs categories only by inputting and state variable values.
특히, 본 발명의 목적은 헬스케어 관련 규칙을 사전에 정의된 형식으로 저장하고, 서비스가 개시되면, 저장된 규칙을 불러와서, 사전에 정의된 형식으로 해석하여, 헬스케어 규칙에 따른 건강 수준의 범주를 판단하는, 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템을 제공하는 것이다.In particular, it is an object of the present invention to store health care-related rules in a predefined format, and when a service is started, retrieve the stored rules and interpret them in a predefined format, and categories of health levels according to the health care rules It is to provide an open API-based real-time rule processing system for healthcare services that determines
상기 목적을 달성하기 위해 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 관한 것으로서, 사용자의 상태 데이터를 수집하는 상태데이터 수집부; 사용자의 상태 데이터에 따라 건강수준의 범주를 판단하는 규칙(이하 판단 규칙)을 저장하는 헬스규칙 관리부; 판단 규칙을 참조하여 건강수준의 범주를 판단하여 회신하는 헬스규칙 실행부; 및, 수집된 사용자의 상태 데이터를 상기 헬스규칙 실행부에 전달하고, 해당 사용자의 건강수준의 범주를 요청하여 회신받는 수준범주 판단부를 포함하는 것을 특징으로 한다.In order to achieve the above object, the present invention relates to an open API-based real-time rule processing system for a healthcare service, comprising: a state data collecting unit for collecting user's state data; a health rule management unit that stores a rule (hereinafter referred to as a determination rule) for determining a health level category according to the user's state data; Health rule execution unit for determining and replying to the category of health level with reference to the judgment rule; and a level category determining unit that transmits the collected user's state data to the health rule execution unit, requests a category of the corresponding user's health level, and receives a reply.
또, 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 있어서, 상기 판단 규칙은 트리 구조와 다수의 범주 노드로 구성되고, 상기 트리 구조의 리프 노드는 다수의 범주 노드 중 하나에 연결되고, 트리 구조의 레벨의 개수는 상기 상태 데이터의 개수와 동일한 것을 특징으로 한다.In addition, the present invention provides an open API-based real-time rule processing system for a healthcare service, wherein the decision rule is composed of a tree structure and a plurality of category nodes, and a leaf node of the tree structure is connected to one of a plurality of category nodes, , the number of levels in the tree structure is the same as the number of state data.
또, 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 있어서, 상기 트리 구조의 각 노드는 해당 레벨의 상태 변수의 범위를 나타내는 범위 속성을 가지거나, 상기 트리 구조의 각 에지는 상위 노드와 하위 노드를 연결하되, 각 에지는 하위 노드의 범위에 대응되는 상태 변수의 범위를 나타내는 분기규칙 속성을 가지는 것을 특징으로 한다.Further, in the present invention, in an open API-based real-time rule processing system for a healthcare service, each node of the tree structure has a range attribute indicating the range of a state variable of the corresponding level, or each edge of the tree structure is an upper node and sub-nodes, but each edge has a branching rule attribute indicating the range of the state variable corresponding to the range of the sub-node.
또, 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 있어서, 상기 헬스규칙 실행부는 사용자의 상태 데이터를 입력받고, 입력받은 상태 데이터를 판단 규칙에 적용하여 건강수준의 범주를 판단하되, 사용자의 상태 데이터의 상태 값 조합에 따라, 판단 규칙의 트리 구조에서, 루트 노드부터 리프 노드로 탐색하고, 리프 노드에 연결된 범주 노드의 범주를 건강수준의 범주로 판단하는 것을 특징으로 한다.In addition, in the present invention, in the open API-based real-time rule processing system for healthcare services, the health rule execution unit receives the user's status data, and applies the received status data to the determination rule to determine the category of health level, It is characterized in that according to the combination of the state values of the user's state data, in the tree structure of the decision rule, the root node is searched from the root node to the leaf node, and the category of the category node connected to the leaf node is determined as the health level category.
또, 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 있어서, 상기 상태데이터 수집부와 상기 수준범주 판단부는 제1 모듈로 구성되고, 상기 헬스규칙 관리부와 상기 헬스규칙 실행부는 제2 모듈로 구성되고, 상기 제1 및 제2 모듈은 서로 독립적인 모듈로 구성되는 것을 특징으로 한다.In addition, in the present invention, in the open API-based real-time rule processing system for healthcare services, the state data collection unit and the level category determination unit are configured as a first module, and the health rule management unit and the health rule execution unit are configured as a second module. is configured, and the first and second modules are characterized in that they are configured as modules independent of each other.
또, 본 발명은 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 있어서, 상기 수준범주 판단부는 공개된(open) API(application program interface) 인터페이스를 통해 상기 헬스규칙 실행부에 범주 판단을 요청하고, 그 판단 결과를 회신받는 것을 특징으로 한다.In addition, the present invention is an open API-based real-time rule processing system for healthcare services, wherein the level category determination unit requests a category determination from the health rule execution unit through an open API (application program interface) interface, It is characterized in that the judgment result is returned.
상술한 바와 같이, 본 발명에 따른 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템에 의하면, 건강수준의 범주를 판단하는 헬스케어 관련 규칙만을 별도로 저장하여 관리하고, 서비스 시 해당 규칙을 불러옴으로써, 헬스관련 규칙을 직접 프로그램으로 작성하지 않아도 되고, 규칙을 보다 손쉽게 변경할 수 있고, 이미 만들어진 규칙을 재사용할 수 있는 효과가 얻어진다.As described above, according to the open API-based real-time rule processing system for health care service according to the present invention, only the health care-related rules for determining the health level category are separately stored and managed, and the rules are called during service, There is no need to directly program the health-related rules, the rules can be changed more easily, and the already created rules can be reused.
도 1은 본 발명을 실시하기 위한 전체 시스템에 대한 구성도.
도 2는 본 발명의 일실시예에 따른 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템의 구성에 대한 블록도.
도 3 및 도 4는 본 발명의 일실시예에 따른 판단 규칙에 대한 예시도.
도 5는 본 발명의 일실시예에 따른 판단 규칙의 입력 데이터의 예시도.1 is a block diagram of an entire system for implementing the present invention.
2 is a block diagram of a configuration of an open API-based real-time rule processing system for healthcare services according to an embodiment of the present invention.
3 and 4 are exemplary diagrams of a decision rule according to an embodiment of the present invention.
5 is an exemplary diagram of input data of a decision rule according to an embodiment of the present invention;
이하, 본 발명의 실시를 위한 구체적인 내용을 도면에 따라서 설명한다.Hereinafter, specific contents for carrying out the present invention will be described with reference to the drawings.
또한, 본 발명을 설명하는데 있어서 동일 부분은 동일 부호를 붙이고, 그 반복 설명은 생략한다.In addition, in demonstrating this invention, the same part is attached|subjected with the same code|symbol, and the repetition description is abbreviate|omitted.
먼저, 본 발명을 실시하기 위한 전체 시스템의 구성을 도 1을 참조하여 설명한다.First, the configuration of the entire system for implementing the present invention will be described with reference to FIG. 1 .
도 1(a)에서 보는 바와 같이, 본 발명에 따른 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템(이하 헬스서비스 시스템)은 측정된 사용자의 상태 데이터에 따라 건강 수준의 범주를 판단하여 제공하는, 헬스기기(10) 상의 프로그램 시스템으로 실시될 수 있다. 즉, 상기 헬스서비스 시스템은 프로그램으로 구성되어 헬스기기(10)에 설치되어 실행될 수 있다. 헬스기기(10)에 설치된 프로그램은 하나의 프로그램 시스템(30)과 같이 동작할 수 있다.As shown in Fig. 1 (a), the open API-based real-time rule processing system (hereafter, health service system) for health care services according to the present invention determines and provides the category of health level according to the measured state data of the user, It may be implemented as a program system on the
한편, 다른 실시예로서, 도 1(b)에서 보는 바와 같이, 상기 헬스서비스 시스템(30)은 스마트폰, 태플릿PC 등 스마트 단말(10') 상의 프로그램 시스템으로 실시될 수 있다. 특히, 상기 헬스서비스 시스템은 모바일 어플리케이션(또는 어플, 앱)으로 구성되어, 스마트 단말(10')에 설치되어 실행될 수 있다.On the other hand, as another embodiment, as shown in Figure 1 (b), the
상기 헬스서비스 시스템(30)은 스마트 단말(10')의 하드웨어 또는 소프트웨어 자원을 이용하여, 건강 수준의 범주를 판단하여 제공하는 서비스를 제공한다.The
또한, 또 다른 실시예로서, 도 1(b)에서 보는 바와 같이, 상기 헬스서비스 시스템은 스마트 단말(10') 상의 헬스서비스 앱(30)과 헬스서비스 서버(30')로 구성된 서버-클라이언트 시스템으로 구성되어 실행될 수 있다.In addition, as another embodiment, as shown in Fig. 1 (b), the health service system is a server consisting of a
한편, 헬스서비스 앱(30)과 헬스서비스 서버(30')는 통상의 클라이언트와 서버의 구성 방법에 따라 구현될 수 있다. 즉, 전체 시스템의 기능들을 클라이언트의 성능이나 서버와 통신량 등에 따라 분담될 수 있다. 예를 들어, 헬스서비스 앱(30)은 단순히 사용자의 상태 데이터만 측정하거나 수집하고, 서버(30')가 건강 수준의 범주를 판단하는 작업을 수행할 수 있다. 또는, 헬스서비스 앱(30)이 사용자의 상태 데이터 수집 및 건강수준의 범주 판단 작업 등 모든 작업을 수행하고 서버(30')는 데이터나 백업 기능만 수행할 수도 있다. 이하에서는 실시간 규칙 처리 시스템 또는 헬스서비스 시스템으로 설명하나, 서버-클라이언트의 구성 방법에 따라 다양한 분담 형태로 구현될 수 있다.On the other hand, the
다음으로, 본 발명의 일실시예에 따른 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템을 도 2를 참조하여 설명한다.Next, an open API-based real-time rule processing system for healthcare services according to an embodiment of the present invention will be described with reference to FIG. 2 .
앞서 설명한 바와 같이, 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템은 헬스 기기 또는 스마트 단말 상의 프로그램 시스템이나, 서버-클라이언트 시스템 상의 시스템으로 실시될 수 있다.As described above, the open API-based real-time rule processing system for healthcare services may be implemented as a program system on a health device or a smart terminal, or as a system on a server-client system.
도 2에서 보는 바와 같이, 본 발명의 일실시예에 따른 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템은 헬스케어 서비스를 제공하는 서비스 모듈(31)과, 사전에 정해진 헬스 규칙에 따라 사용자의 건강 수준의 범주를 판단하는 규칙처리 모듈(32)로 구성된다.As shown in FIG. 2 , the open API-based real-time rule processing system for health care services according to an embodiment of the present invention includes a
바람직하게는, 서비스 모듈(31)과 규칙처리 모듈(32)은 서로 독립적인 모듈로 구성될 수 있다. 또한, 더욱 바람직하게는, 서비스 모듈(31)은 공개된(open) API(application program interface) 인터페이스(또는 함수)를 통해 규칙처리 모듈(32)에 범주 판단을 요청하고, 그 판단 결과를 회신받는다.Preferably, the
또한, 서비스 모듈(31)은 사용자의 건강상태 데이터를 수집하는 상태데이터 수집부(33)와, 상태 데이터에 따라 사용자의 건강수준의 범주를 판단하는 수준범주 판단부(34)로 구성된다.In addition, the
또한, 규칙처리 모듈(32)은 건강수준의 범주를 판단하기 위한 처리 규칙(또는 판단 규칙)을 저장하고 관리하는 헬스규칙 관리부(35), 및, 수준범주 판단부(34)의 요청에 따라 판단 규칙을 참조하여 건강수준의 범주를 판단하고 판단결과를 회신하는 헬스규칙 실행부(36)로 구성된다. 특히, 수준범주 판단부(34)는 공개된 API 인터페이스를 통해 헬스규칙 실행부(36)에 범주 판단을 요청하고, 그 판단 결과를 회신받는다.In addition, the rule processing module 32 determines according to the request of the health
이하에서, 각 구성요소를 보다 구체적으로 설명한다.Hereinafter, each component will be described in more detail.
먼저, 상태데이터 수집부(33)는 사용자의 상태 데이터를 수집한다.First, the state
상태 데이터는 사용자의 인적 정보나, 측정된 생체 데이터, 또는 병력 데이터 등을 포함한다. 즉, 인적 정보는 사용자의 나이, 성별, 거주지역 등 사용자의 인적 사항과 관련된 데이터이다. 또한, 생체 데이터는 사용자의 체중, 근육량, BMI(Body Mass Index, 신체질량지수), 심박수, 혈당 등 사용자의 건강 상태를 측정한 데이터이다. 병력 데이터는 과거 병력이나, 현재 질환 등을 나타내는 데이터이다.The status data includes user's personal information, measured biometric data, or medical history data. That is, the personal information is data related to the user's personal information, such as the user's age, gender, and residence area. In addition, the biometric data is data obtained by measuring the user's health status, such as the user's weight, muscle mass, BMI (Body Mass Index), heart rate, and blood sugar. The medical history data is data indicating a past medical history, a current disease, or the like.
각 상태 데이터는 상태 변수와 상태 값으로 구분된다. 상태 변수는 상태 데이터를 나타내는 변수이고, 상태 값은 실제 사용자의 해당 상태에 대한 데이터 값이다. 예를 들어, 상태 데이터가 체중인 경우, 상태 변수는 "체중"이고, 상태 값은 "65kg"으로 나타낸다.Each state data is divided into a state variable and a state value. A state variable is a variable representing state data, and a state value is a data value for a corresponding state of an actual user. For example, when the state data is weight, the state variable is "weight", and the state value is "65 kg".
바람직하게는, 상태 데이터 또는 상태 변수의 개수는 적어도 2개 이상이다.Preferably, the number of state data or state variables is at least two or more.
한편, 사용자 k의 상태 데이터는 상태 변수 Vi와 상태 값 Pk,i 의 집합 또는 조합으로 구성된다. 따라서 사용자 k의 상태 데이터 Uk는 다음과 같이 표시될 수 있다.Meanwhile, state data of user k is composed of a set or combination of state variable V i and state value P k,i . Therefore, the user k's state data U k can be expressed as follows.
[수학식 1][Equation 1]
Uk = { (V1,Pk,1), (V2,Pk,2), ..., (VN, Pk,N) }U k = { (V 1 ,P k,1 ), (V 2 ,P k,2 ), ..., (V N , P k,N ) }
여기서, N은 상태 변수의 개수를 나타낸다.Here, N represents the number of state variables.
이때, 상태 변수 Vi는 모든 사용자 k에 대하여 동일하다. 따라서, 다음과 같이, 사용자 k의 상태 데이터는 상태 값 Pk,i 의 조합으로 표시될 수 있다.In this case, the state variable V i is the same for all users k. Accordingly, the state data of user k may be expressed as a combination of state values P k,i as follows.
[수학식 2][Equation 2]
Uk = < Pk,1, Pk,2, ..., Pk,N >U k = < P k,1 , P k,2 , ..., P k,N >
다음으로, 헬스규칙 관리부(35)는 사용자의 상태 데이터에 따라 건강수준의 범주를 판단하는 규칙(이하 판단 규칙)을 저장한다.Next, the health
도 3 및 도 4에서 보는 바와 같이, 판단 규칙은 트리 구조로 구성되고, 트리 구조의 마지막 리프 노드는 범주 노드와 연결된다. 바람직하게는 각 리프 노드는 다수의 범주 노드들 중 하나에 연결된다. 트리 구조는 상태 데이터에 따른 판단을 나타내며, 범주 노드는 건강수준의 범주를 나타낸다.3 and 4 , the decision rule is configured in a tree structure, and the last leaf node of the tree structure is connected to a category node. Preferably each leaf node is connected to one of a plurality of category nodes. The tree structure represents the judgment according to the status data, and the category node represents the category of health level.
범주 노드는 리프 노드의 하위 노드로 구성된다. 범주 노드는 트리 구조에 속하지 않는다. 또한, 범주 노드의 개수는 사전에 정해진 개수로 정해지되, 건강수준의 범주의 개수로 정해진다. 따라서 범주 노드는 다수 개의 리프 노드와 연결될 수 있다. 도 3 또는 도 4의 예에서, 범주 노드는 "under standard", "standard", "over standard" 등 3개로 구성된다. 각 범주 노드는 저체중, 표준체중, 과체중 등 3개의 건강수준을 나타낸다.Category nodes are composed of sub-nodes of leaf nodes. Category nodes do not belong to the tree structure. In addition, the number of category nodes is determined as a predetermined number, but is determined by the number of categories of health level. Therefore, a category node can be connected to multiple leaf nodes. In the example of FIG. 3 or FIG. 4, the category node consists of three "under standard", "standard", and "over standard". Each category node represents three health levels: underweight, standard weight, and overweight.
트리 구조는 상태 변수의 개수만큼의 깊이(또는 레벨)로 구성된다. 루트 노드를 레벨 0으로 보면, "성별", "키", "몸무게"가 각각 레벨 1, 2, 3을 나타낸다. 즉, 루트 노드를 제외한 각 노드의 레벨은 해당 상태 변수에 대응된다.The tree structure consists of as many depths (or levels) as the number of state variables. If we look at the root node as level 0, "gender", "height", and "weight" represent levels 1, 2, and 3, respectively. That is, the level of each node except for the root node corresponds to the corresponding state variable.
이때, 바람직하게는, 상태 변수의 순서는 사전에 정해진다. 그리고 상태 변수의 순서에 따라 순차적으로 레벨이 정해진다. 예를 들어, 상태 변수 Vi (i=1,2,..,N)는 각각 트리 구조의 레벨 i에 해당되도록 구성될 수 있다.In this case, preferably, the order of the state variables is predetermined. And the levels are sequentially determined according to the order of the state variables. For example, each of the state variables V i (i=1,2,..,N) may be configured to correspond to the level i of the tree structure.
트리 구조의 각 노드는 해당 레벨의 상태 변수의 범위를 나타낸다. 즉, 각 노드는 상태 변수 또는 상태 데이터의 범위를 속성(이하 범위 속성)으로 갖는다. 이때, 범위는 수치 범위 또는 상태 범주를 나타낸다. 수치 범위는 38.5 ~ 46.5 등 수치에 의한 범위를 나타낸고, 상태 범주는 male, female 등 범주를 나타낸다.Each node in the tree structure represents a range of state variables for that level. That is, each node has a range of state variables or state data as an attribute (hereinafter, scope attribute). In this case, the range indicates a numerical range or a state category. The numerical range indicates the range by the number such as 38.5 ~ 46.5, and the status category indicates the male and female categories.
트리 구조의 각 에지는 상위 노드와 하위 노드를 연결한다. 이때, 에지에 의해, 하위 노드는 하나의 상위 노드와 연결되고, 상위 노드는 다수의 하위 노드와 연결될 수 있다. 따라서 상위 노드에서 하위 노드로 분기하는 것으로 볼 수 있다.Each edge of the tree structure connects the upper and lower nodes. In this case, by the edge, the lower node may be connected to one upper node, and the upper node may be connected to a plurality of lower nodes. Therefore, it can be seen as branching from the upper node to the lower node.
바람직하게는, 각 에지는 분기 규칙을 속성으로 가질 수 있다. 분기 규칙은 하위 노드의 레벨에 해당하는 상태 변수의 범위이다. 즉, 각 에지의 분기 규칙의 속성은 하위 노드의 범위 속성에 대응된다. 즉, 에지의 분기규칙 속성과 하위 노드의 범위 속성은 동일한 상태 변수의 범위를 나타낸다.Preferably, each edge may have a branch rule as an attribute. A branching rule is a range of state variables corresponding to the level of a lower node. That is, the property of the branch rule of each edge corresponds to the range property of the lower node. That is, the branch rule attribute of the edge and the scope attribute of the lower node indicate the same scope of the state variable.
한편, 바람직하게는, 헬스규칙 관리부(35)는 다수의 종류의 판단 규칙을 저장할 수 있다. 이때, 각 판단 규칙은 이름 또는 아이디 등 식별정보를 이용하여 식별된다.On the other hand, preferably, the health
한편, 바람직하게는, 헬스규칙 관리부(35)는 판단 규칙을 텍스트 형태로 입력받고, 트리 구조의 판단 규칙(또는 실행가능한 형태의 판단 규칙)으로 구성한다.On the other hand, preferably, the health
도 5에서 보는 바와 같이, 텍스트 형태의 규칙은 크게 5파트로 나누어질 수 있다. 명칭(name), 입력(input), 출력(ouput), 노드(node), 에지(edge)로 구분된다. 명칭(name) 파트는 "@name"으로 시작되며 규칙의 이름을 명시한다. 입력(input)은 "@input"으로 시작하며 호출시 입력으로 주어야 할 인자의 이름과 타입 정보로 구성된다. 출력(ouput)은 "@output"으로 시작하며 출력으로 반환할 인자의 이름과 타입 정보로 구성된다. 노드(node)와 에지(edge)는 규칙의 결정과정을 표현하기 위한 것이다. 노드(node)는 결정지점과 최종 결과값을 표현하고, 에지(edge)는 각 노드(node)에서 내릴 수 있는 결정 패스를 나타낸다. As shown in FIG. 5 , the text-type rule can be divided into five parts. It is divided into name, input, output, node, and edge. The name part begins with "@name" and specifies the name of the rule. Input starts with "@input" and consists of the name and type information of the argument to be given as input when calling. Output starts with "@output" and consists of the name and type information of the argument to be returned as output. A node and an edge are used to express the decision-making process of a rule. A node represents a decision point and a final result, and an edge represents a decision path that can be made at each node.
다음으로, 헬스규칙 실행부(36)는 판단 규칙을 참조하여 건강수준의 범주를 판단하고 판단결과를 출력(회신)한다.Next, the health
즉, 헬스규칙 실행부(36)는 사용자의 상태 데이터를 입력받고, 입력받은 상태 데이터를 판단 규칙에 적용하여, 건강수준의 범주를 판단한다.That is, the health
앞서 설명한 바와 같이, 상태 데이터는 수학식 1 또는 수학식 2와 같이, 각 상태 변수에 대한 상태 값으로 입력받는다. 바람직하게는, 사전에 정해진 상태 변수의 순서에 따라 상태 값 Pk,i 의 조합으로 입력된다.As described above, the state data is input as a state value for each state variable as shown in Equation 1 or Equation 2. Preferably, a combination of state values P k,i according to a predetermined order of state variables is input.
그리고, 헬스규칙 실행부(36)는 상태 데이터의 상태 값 조합에 따라, 판단 규칙의 트리 구조에서, 루트 노드부터 리프 노드로 탐색하고, 리프 노드에 연결된 범주 노드의 범주를 건강수준의 범주로 설정(판단)한다. 즉, 상태 값 조합의 다수의 상태 값을 순차적으로 각 노드 또는 에지에서 적용하여, 하위 노드로 탐색을 진행하고, 최종적으로 리프 노드까지 탐색한다. 그리고 리프 노드에 연결된 범주 노드가 탐색 결과 값이 된다.Then, the health
이때, 헬스규칙 실행부(36)는 상태 데이터의 조합의 상태 값을 순차적으로 각 노드에서 적용할 때, 해당 상태값이 하위 노드의 속성(범위 속성) 또는 하위 노드로의 에지의 속성(분기규칙 속성)의 범위에 포함되면, 해당 하위 노드로 탐색한다.At this time, when the health
도 3 또는 도 4의 예에서, 사용자의 상태 데이터가 < 남, 165cm, 42kg > 이라고 하면, "성별", "키", "몸무게"의 3개의 상태 변수로 구성된 것이다. 먼저, 루트 노드에서 첫번째 상태 값 "남"을 적용하여 탐색하면, 하위 노드 "male"로 이동한다. 그리고 해당 노드에서 두번째 상태 값 "165cm"을 적용하여 탐색 하면, 하위 노드 "160~170"로 이동한다. 그리고 탐색된 노드에서 세번째 상태 값 "42kg"을 적용하면, 하위 노드 "< 44.0"노드로 탐색한다. "< 44.0"노드는 리프 노드이고, 리프 노드에 연결된 범주 노드는 "under standard" 노드이다. 따라서 최종적으로 탐색된 범주는 "저체중" 범주이다.In the example of FIG. 3 or FIG. 4 , if the user's state data is <male, 165cm, 42kg>, it is composed of three state variables: “gender”, “height”, and “weight”. First, if the root node is searched by applying the first state value "Male", it moves to the lower node "male". And if the second state value "165cm" is applied to the corresponding node to search, it moves to the lower node "160~170". And if the third state value "42kg" is applied to the searched node, it searches to the lower node "< 44.0". A "< 44.0" node is a leaf node, and a category node connected to a leaf node is an "under standard" node. Therefore, the final searched category is the "low weight" category.
한편, 바람직하게는, 헬스규칙 실행부(36)는 사용자의 상태 데이터 외에도, 판단 규칙의 이름(또는 아이디 또는 식별정보)을 추가로 입력받고, 해당 이름 또는 식별정보에 대응되는 판단 규칙을 로딩할 수 있다. 그리고 앞서 판단 규칙을 적용할 때, 로딩된 판단 규칙을 이용한다. 즉, 판단 규칙을 로딩하고, 로딩된 판단 규칙에 사용자의 상태 데이터를 적용하여, 건강수준의 범주를 판단한다.On the other hand, preferably, the health
다음으로, 수준범주 판단부(34)는 수집된 사용자의 상태 데이터를 헬스규칙 실행부(36)에 전달하고, 해당 사용자의 건강수준의 범주를 요청하여 회신 받는다.Next, the level category determination unit 34 transmits the collected user's state data to the health
이때, 수집된 사용자의 상태 데이터는 상태데이터 수집부(33)에 의해 수집된 사용자의 상태 데이터이다. 상태 데이터는 다수의 상태 값의 조합으로 구성된다.At this time, the collected user state data is the user's state data collected by the state
또한, 바람직하게는, 수준범주 판단부(34)는 수집된 사용자의 상태 데이터에 맞는 판단 규칙의 이름 등 식별정보를 헬스규칙 실행부(36)에 상태 데이터와 함께 전달할 수 있다.Also, preferably, the level category determination unit 34 may transmit identification information such as the name of a determination rule that matches the collected user's condition data to the health
이상, 본 발명자에 의해서 이루어진 발명을 상기 실시 예에 따라 구체적으로 설명하였지만, 본 발명은 상기 실시 예에 한정되는 것은 아니고, 그 요지를 이탈하지 않는 범위에서 여러 가지로 변경 가능한 것은 물론이다.In the above, the invention made by the present inventors has been described in detail according to the above embodiments, but the present invention is not limited to the above embodiments, and various modifications can be made without departing from the gist of the present invention.
10 : 헬스기기 10' : 스마트 단말
30 : 헬스서비스 앱 30' : 헬스서비스 서버
80 : 네트워크10: fitness equipment 10': smart terminal
30: health service app 30': health service server
80: network
Claims (6)
사용자의 상태 데이터를 수집하는 상태데이터 수집부;
사용자의 상태 데이터에 따라 건강수준의 범주를 판단하는 규칙(이하 판단 규칙)을 저장하는 헬스규칙 관리부;
판단 규칙을 참조하여 건강수준의 범주를 판단하여 회신하는 헬스규칙 실행부; 및,
수집된 사용자의 상태 데이터를 상기 헬스규칙 실행부에 전달하고, 해당 사용자의 건강수준의 범주를 요청하여 회신받는 수준범주 판단부를 포함하는 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
In the public API-based real-time rule processing system for healthcare services,
a state data collection unit for collecting user state data;
a health rule management unit that stores a rule (hereinafter referred to as a determination rule) for determining a health level category according to the user's state data;
Health rule execution unit for determining the category of health level with reference to the determination rule and replying; and;
An open API-based real-time rule processing system for healthcare services, comprising a level category determining unit that transmits the collected user's state data to the health rule execution unit and receives a reply by requesting a category of the user's health level.
상기 판단 규칙은 트리 구조와 다수의 범주 노드로 구성되고, 상기 트리 구조의 리프 노드는 다수의 범주 노드 중 하나에 연결되고, 트리 구조의 레벨의 개수는 상기 상태 데이터의 개수와 동일한 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
According to claim 1,
The decision rule is composed of a tree structure and a plurality of category nodes, a leaf node of the tree structure is connected to one of a plurality of category nodes, and the number of levels in the tree structure is equal to the number of the state data. An open API-based real-time rule processing system for healthcare services.
상기 트리 구조의 각 노드는 해당 레벨의 상태 변수의 범위를 나타내는 범위 속성을 가지거나, 상기 트리 구조의 각 에지는 상위 노드와 하위 노드를 연결하되, 각 에지는 하위 노드의 범위에 대응되는 상태 변수의 범위를 나타내는 분기규칙 속성을 가지는 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
3. The method of claim 2,
Each node of the tree structure has a range attribute indicating the range of the state variable of the corresponding level, or each edge of the tree structure connects the upper node and the lower node, and each edge is a state variable corresponding to the range of the lower node An open API-based real-time rule processing system for healthcare services, characterized in that it has a branch rule attribute indicating the range of.
상기 헬스규칙 실행부는 사용자의 상태 데이터를 입력받고, 입력받은 상태 데이터를 판단 규칙에 적용하여 건강수준의 범주를 판단하되, 사용자의 상태 데이터의 상태 값 조합에 따라, 판단 규칙의 트리 구조에서, 루트 노드부터 리프 노드로 탐색하고, 리프 노드에 연결된 범주 노드의 범주를 건강수준의 범주로 판단하는 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
4. The method of claim 3,
The health rule execution unit receives the user's state data, and applies the received state data to the decision rule to determine the health level category, but according to the state value combination of the user's state data, in the tree structure of the decision rule, the root An open API-based real-time rule processing system for healthcare services, characterized in that it searches from node to leaf node, and determines the category of the category node connected to the leaf node as a health level category.
상기 상태데이터 수집부와 상기 수준범주 판단부는 제1 모듈로 구성되고,
상기 헬스규칙 관리부와 상기 헬스규칙 실행부는 제2 모듈로 구성되고,
상기 제1 및 제2 모듈은 서로 독립적인 모듈로 구성되는 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
According to claim 1,
The state data collection unit and the level category determination unit are composed of a first module,
The health rule management unit and the health rule execution unit are composed of a second module,
The open API-based real-time rule processing system for healthcare services, characterized in that the first and second modules are configured as independent modules.
상기 수준범주 판단부는 공개된(open) API(application program interface) 인터페이스를 통해 상기 헬스규칙 실행부에 범주 판단을 요청하고, 그 판단 결과를 회신받는 것을 특징으로 하는 헬스케어 서비스용 공개 API 기반 실시간 규칙 처리 시스템.
6. The method of claim 5,
The level category determination unit requests a category determination from the health rule execution unit through an open API (application program interface) interface, and receives a reply of the determination result. Open API-based real-time rule for healthcare service processing system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190175464A KR20210082959A (en) | 2019-12-26 | 2019-12-26 | A realtime rule processing system using open application program interface for health care service |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190175464A KR20210082959A (en) | 2019-12-26 | 2019-12-26 | A realtime rule processing system using open application program interface for health care service |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20210082959A true KR20210082959A (en) | 2021-07-06 |
Family
ID=76860896
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190175464A KR20210082959A (en) | 2019-12-26 | 2019-12-26 | A realtime rule processing system using open application program interface for health care service |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20210082959A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102532222B1 (en) * | 2022-05-18 | 2023-05-15 | 주식회사 케어라이브 | Method for medical device distribution management and distribution management system supporting the same |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101478220B1 (en) | 2013-04-30 | 2015-01-02 | 주식회사 아이엠바이오 | Gloves unit for diagnosis health state ans system for diagnosis health state using the same |
-
2019
- 2019-12-26 KR KR1020190175464A patent/KR20210082959A/en not_active Application Discontinuation
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101478220B1 (en) | 2013-04-30 | 2015-01-02 | 주식회사 아이엠바이오 | Gloves unit for diagnosis health state ans system for diagnosis health state using the same |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102532222B1 (en) * | 2022-05-18 | 2023-05-15 | 주식회사 케어라이브 | Method for medical device distribution management and distribution management system supporting the same |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11968105B2 (en) | Systems and methods for social graph data analytics to determine connectivity within a community | |
JP4920023B2 (en) | Inter-object competition index calculation method and system | |
US11263208B2 (en) | Context-sensitive cross-lingual searches | |
CA3001912A1 (en) | System and method for dynamic autonomous transactional identity management | |
CN109346192A (en) | The system and method that whole process is seen a doctor and serviced on line is provided based on internet | |
Sharma et al. | On some generalized correlation coefficients of the fuzzy sets and fuzzy soft sets with application in cleanliness ranking of public health centres | |
CN113360300B (en) | Interface call link generation method, device, equipment and readable storage medium | |
JP5720536B2 (en) | Information processing method and apparatus for searching for concealed data | |
CN113066531B (en) | Risk prediction method, risk prediction device, computer equipment and storage medium | |
KR20210082959A (en) | A realtime rule processing system using open application program interface for health care service | |
CN117670128A (en) | Data processing method and device | |
CN117457159A (en) | Medical main body recommendation method, medical main body recommendation device, computer equipment and storage medium | |
GB2517358A (en) | Recommendation creation system | |
CN114334061A (en) | Service information processing method and device | |
CN113360612A (en) | AI diagnosis method, device, storage medium and equipment based on inquiry request | |
CN112016979A (en) | User grouping method, device, equipment and computer readable storage medium | |
CN115563356B (en) | Method and device for dynamically collecting and inquiring system interaction information based on monitoring service | |
CN113139005B (en) | Same person identification method based on same person identification model and related equipment | |
CN114334067B (en) | Label processing method and device for clinical data | |
CN111128376A (en) | Method and device for recommending evaluation form | |
CN114464327A (en) | Method and device for screening subjects in clinical scientific research projects | |
CN116610581A (en) | Test result generation method and device | |
CN114783594A (en) | Recommendation information determination method, device, equipment, storage medium and program product | |
CN116825321A (en) | Medical information processing method, device, electronic equipment and storage medium | |
CN117312626A (en) | Intelligent question-answering method and device and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
E601 | Decision to refuse application |