clqms-be/app/Libraries/Data/formula_language.json
OpenCode Bot 9946978487 chore: refresh CLQMS backend baseline
Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
2026-04-08 16:07:19 +07:00

11 lines
284 B
JSON
Executable File

{"name": "formula_language",
"VSName": "Formula Language",
"VCategory": "System",
"values": [
{"key": "Phyton", "value": "Phyton"},
{"key": "CQL", "value": "Clinical Quality Language"},
{"key": "FHIRP", "value": "FHIRPath"},
{"key": "SQL", "value": "SQL"}
]
}