Test PRF Generation - JSON Editor
Example JSON Structure:
{
"prf_number": "PRF-2025-001",
"company_logo": "",
"data": {
"patient_details": {
"patientName": "John",
"patientSurname": "Doe",
"age": 45,
"ageUnit": "years",
"gender": "male",
"id": "1234567890123"
},
"incident_details": {
"chiefComplaint": "Chest pain radiating to left arm",
"dispatchInformation": "Cardiac emergency reported",
"onArrival": "Patient conscious, clutching chest"
},
"vital_signs": {
"vital_signs": [
{
"time": "14:30",
"bloodPressure": "160/95",
"heartRate": "98",
"spO2": "96",
"temperature": "37.2",
"painScore": "8/10"
}
]
},
"diagnosis": {
"priority": "P1 - Red",
"diagnosis": "Suspected Acute Coronary Syndrome"
}
}
}