SNOMED-CT extractor with Breexe-8x7B

#2
by HengJay - opened

😃: 下列是三位病人的不同病例描述,請比對並找出其中的 SNOMED CT 術語以及對應編碼,每位病人個別列出,以 JSON 格式排列:

  1. A 65-year-old woman with depression presented with worsening neuropsychiatric symptoms, weight loss, unsteady gait, recurrent falls, and progression of weakness on the left side for several months.
  2. A 14-year-old boy was admitted with fatigue, fever, joint pain, abdominal cramping, and diarrhea.
  3. A 19-year-old man was admitted because of shock, multiple organ failure, skin mottling, and a rapidly progressive reticular rash.
    🤖: 以下是根據三個病例描述所找到的 SNOMED CT 術語及其對應編碼。每個病例分別列出,並以 JSON 格式排列:

病例一(65 歲女性):
{
"SNOMED_CT": {
"Depression": "408734005",
"Neuropsychiatric Symptoms": "26045006",
"Weight Loss": "371654003",
"Unsteady Gait": "19731000",
"Recurrent Falls": "26046004",
"Progressive Weakness": "372016006"
},
"Age": 65,
"Gender": "Female"
}

病例二(14 歲少年):
{
"SNOMED_CT": {
"Fatigue": "23971008",
"Fever": "197879006",
"Joint Pain": "23552003",
"Abdominal Cramping": "23553005",
"Diarrhea": "23554006"
},
"Age": 14,
"Gender": "Male"
}

病例三(19 歲男子):
{
"SNOMED_CT": {
"Shock": "19587000",
"Multiple Organ Failure": "23571005",
"Skin Mottling": "23555007",
"Reticular Rash": "23556008"
},
"Age": 19,
"Gender": "Male"
}

Sign up or log in to comment