- 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
255 B
JSON
11 lines
255 B
JSON
{"name": "body_site",
|
|
"VSName": "Body Site",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "LA", "value": "Left Arm"},
|
|
{"key": "RA", "value": "Right Arm"},
|
|
{"key": "LF", "value": "Left Foot"},
|
|
{"key": "RF", "value": "Right Foot"}
|
|
]
|
|
}
|