{
  "hciName": "Sample Hospital",
  "accreditationNumber": "H12345",
  "patientLastName": "Doe",
  "patientFirstName": "John",
  "patientMiddleName": "A",
  "pin": "12-3456789-0",
  "patientBirthDate": "1980-01-15",
  "patientAddress": "123 Sample St.",
  "patientZipCode": "1000",
  "patientMobile": "09171234567",
  "patientEmail": "john.doe@example.com",
  "age": "45",
  "sex": "male",
  "membershipType": "Direct Contributor",
  "admitMonth": "01",
  "admitDay": "15",
  "admitYear": "2025",
  "admitHour": "10",
  "admitMinute": "30",
  "admitAmPm": "AM",
  "dischargeMonth": "01",
  "dischargeDay": "20",
  "dischargeYear": "2025",
  "dischargeHour": "14",
  "dischargeMinute": "00",
  "dischargeAmPm": "PM",
  "firstCaseRateCode": "PNE",
  "secondCaseRateCode": "",
  "chiefComplaint": "Fever and cough for 3 days",
  "admittingDiagnosis": "Community-acquired pneumonia",
  "dischargeDiagnosis": "Community-acquired pneumonia, resolved",
  "historyPresentIllness": "Patient is a 45-year-old male who presents with 3 days of fever, productive cough with yellowish sputum, and dyspnea. Symptoms began gradually with mild fever that progressed to 39°C. No chest pain or hemoptysis. No prior similar episodes.",
  "pastMedicalHistory": "Hypertension diagnosed 5 years ago, on amlodipine. No prior surgeries. No known drug allergies.",
  "symptoms": ["Fever", "Cough", "Dyspnea"],
  "physicalExam": {
    "generalSurvey": ["Awake and alert"],
    "heent": ["Essentially normal"],
    "chest": ["Rales/crackles/rhonchi", "Decreased breath sounds"],
    "cvs": ["Essentially normal"],
    "abdomen": ["Essentially normal"],
    "gu": ["Essentially normal"],
    "skin": ["Essentially normal"],
    "neuro": ["Essentially normal"]
  },
  "doctorsOrders": [
    { "date": "01/15/2025", "action": "Admit, IV fluids, CBC, chest X-ray, start ceftriaxone" },
    { "date": "01/16/2025", "action": "Continue IV antibiotics, monitor vitals q4h" },
    { "date": "01/17/2025", "action": "Improving, continue antibiotics" },
    { "date": "01/18/2025", "action": "Afebrile, downshift to oral antibiotics" },
    { "date": "01/19/2025", "action": "Tolerating oral intake, prepare for discharge" },
    { "date": "01/20/2025", "action": "Discharge home with oral antibiotics, follow-up in 1 week" }
  ],
  "medicines": [
    { "genericName": "Ceftriaxone", "brandName": "Rocephin", "dosage": "1g IV", "quantity": "5", "cost": "500.00" },
    { "genericName": "Paracetamol", "brandName": "Biogesic", "dosage": "500mg PO", "quantity": "10", "cost": "50.00" }
  ],
  "outcome": ["IMPROVED"],
  "outcomeReason": ""
}
