- 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
17 lines
636 B
JSON
17 lines
636 B
JSON
{"name": "collection_method",
|
|
"VSName": "Collection Method",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "pcntr", "value": "Puncture"},
|
|
{"key": "fprk", "value": "Finger-prick sampling"},
|
|
{"key": "ucct", "value": "Urine specimen collection, clean catch"},
|
|
{"key": "utcl", "value": "Timed urine collection"},
|
|
{"key": "ucth", "value": "Urine specimen collection, catheterized"},
|
|
{"key": "scgh", "value": "Collection of coughed sputum"},
|
|
{"key": "bpsy", "value": "Biopsy"},
|
|
{"key": "aspn", "value": "Aspiration"},
|
|
{"key": "excs", "value": "Excision"},
|
|
{"key": "scrp", "value": "Scraping"}
|
|
]
|
|
}
|