- 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
15 lines
407 B
JSON
15 lines
407 B
JSON
{"name": "marital_status",
|
|
"VSName": "Marital Status",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "A", "value": "Separated"},
|
|
{"key": "D", "value": "Divorced"},
|
|
{"key": "M", "value": "Married"},
|
|
{"key": "S", "value": "Single"},
|
|
{"key": "W", "value": "Widowed"},
|
|
{"key": "B", "value": "Unmarried"},
|
|
{"key": "U", "value": "Unknown"},
|
|
{"key": "O", "value": "Other"}
|
|
]
|
|
}
|