ตามคู่มือ อมรบ ที่วังน้ำเขียว "การส่งข้อมูล 18 แฟ้มมาตรฐาน"
แฟ้ม CHRONIC ข้อมูลประวัติการเจ็บป่วยด้วยโรคเรื้อรังของบุคคล
select o.hospitalcode as PCUCODE
,p2.cid as CID
,p2.cid as P_ID
,p1.regdate as DATEDX
,p1.icd10 as CHRONIC
,p1.discharge_date as DATEDIS
,p1.clinic_member_status_id as TYPEDIS
,p1.last_update as "UPDATE"
from person_chronic p1
left join person p2 on p2.person_id = p1.person_id
left join clinic c on c.clinic = p1.clinic
cross join opdconfig o
ลองดูครับ