메타데이터 작업
구성
기존 OpenMRS 테이블
평탄화된 Mart 테이블
a) meta_data_dictionary - metadata dictionary 테이블은 OpenMRS의 All Observation Templates 테이블에 매핑된 concept set의 모든 정보를 표시합니다. 'Disposition'이라는 concept set에 두 개의 concept set member가 매핑된 경우 meta_data_dictionary mart 테이블의 예시 항목은 아래와 같습니다.
fully_specified_namequestionquestion_datatypedescriptionansweranswer_code
| fully_specified_name | question | question_datatype | description | answer | answer_code |
|---|---|---|---|---|---|
| Disposition | Disposition | Coded | | Answerconcept-1 | |
| Disposition | Disposition | Coded | | Answerconcept-2 | |
| Column Name | Description |
|---|---|
| fully_specified_name | Full Name of concept from concept_name table in openmrs |
| question | Short Name of concept from concept_name table in openmrs |
| question_datatype | Data type of the concept |
| description | Description/ helptext of a concept |
| answer | answers mapped to the coded question concepts |
| answer_code | answer code |
참고: Form 1과 Form2 모두 concepts, concept_set, concept_name을 사용합니다.
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0