clqms-be/app/Libraries/Data/order_priority.json

14 lines
385 B
JSON
Raw Permalink Normal View History

{"name": "order_priority",
"VSName": "Order Priority",
"VCategory": "System",
"values": [
{"key": "S", "value": "Stat"},
{"key": "R", "value": "Routine"},
{"key": "A", "value": "ASAP"},
{"key": "P", "value": "Preop"},
{"key": "C", "value": "Callback"},
{"key": "T", "value": "Timing critical"},
{"key": "PRN", "value": "As needed"}
]
}