임상 콘텐츠 작성
Observation template을 만들 때 liquibase 대신 CURL을 사용합니다. 이렇게 하면 버전 관리를 유지하면서 기술 지식이 많지 않은 사람도 콘텐츠(템플릿과 세부 정보)에 접근할 수 있습니다. 따라서 훨씬 더 많은 사람이 템플릿을 작성할 수 있습니다. CURL을 사용해 JSON 문서를 Bahmni(OpenMRS) REST endpoint에 게시합니다. JSON 문서를 쉽게 편집할 수 있도록 데이터 계약은 가능한 한 단순해야 합니다.
Concept { "Unique Name" : "P/A Presenting Part - Cephalic", "Display Name" : "Cephalic", //maps to short name "Description" : "I don't know...", //not mandatory "Class" : "Finding", "Data Type" : "N/A", "ICD Code" : "" //not mandatory },
{ "Unique Name" : "P/A Presenting Part - Breech", "Display Name" : "Breech", //maps to short name "Description" : "I don't know...", "Class" : "Finding", "Data Type" : "N/A", "ICD Code" : "" //not mandatory },
{ "Unique Name" : "P/A Presenting Part", "Display Name" : "Presenting Part", //maps to short name "Description" : "I don't know...", //not mandatory "Class" : "Finding", "Data Type" : "Coded", "Answers" : ["P/A Presenting Part - Cephalic", "P/A Presenting Part - Breech"], "ICD Code" : "" //not mandatory }
Concept Set { "Unique Name" : "P/A (per abdomen)", "Display Name" : "P/A", "Description" : "I don't know...", //not mandatory "Members" : ["P/A Presenting Part", "Fundal Height"] , "ICD Code" : "" //not mandatory }
Bahmni Wiki · CC BY-SA 4.0