Spaces:
Sleeping
Sleeping
File size: 1,278 Bytes
0c67c80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
{
"patient": {
"name": {
"prefix": "นาย",
"firstname": "สมชาย",
"surname": "ใจดี"
},
"age": 45,
"gender": "ชาย"
},
"medical_history": {
"chief_complaint": ["ปวดหัว", "มีไข้สูง"],
"present_illness": [
"เริ่มมีอาการปวดหัวเมื่อ 3 วันที่แล้ว",
"ไข้ขึ้นสูง 39 องศาเมื่อวานนี้",
"มีอาการอ่อนเพลียและไอเล็กน้อย"
],
"past_illness": ["เบาหวาน", "ภูมิแพ้ละอองเกสร"],
"family_history": [
{
"relation": "พ่อ",
"condition": "โรคหัวใจ"
},
{
"relation": "แม่",
"condition": "ความดันโลหิตสูง"
}
]
},
"personal_history": [
{
"type": "พฤติกรรม",
"description": "สูบบุหรี่วันละ 10 มวน"
},
{
"type": "การใช้ยา",
"description": "รับประทาน Metformin สำหรับเบาหวาน"
}
]
} |