- Transform coded fields to lowercase with Label suffix for display text - Controllers: OrderTestController, DemoOrderController, SpecimenController,
SpecimenStatusController, SpecimenCollectionController, ContainerDefController,
ContactController, TestMapController
- Example: Priority: "R" → priority: "R", priorityLabel: "Routine"
- Update api-docs.yaml with new OpenAPI schema definitions
- Add API docs reminder to CLAUDE.md
11 lines
284 B
JSON
11 lines
284 B
JSON
{"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"}
|
|
]
|
|
}
|