- 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
10 lines
223 B
JSON
10 lines
223 B
JSON
{"name": "fasting_status",
|
|
"VSName": "Fasting Status",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "F", "value": "Fasting"},
|
|
{"key": "NF", "value": "Not Fasting"},
|
|
{"key": "NG", "value": "Not Given"}
|
|
]
|
|
}
|