CRUD
Termbox supports the FHIR REST API for managing terminology resources. Full CRUD support is planned; the table below shows the current status.
Capabilities
| Interaction | FHIR Spec | CodeSystem | ValueSet | ConceptMap |
|---|---|---|---|---|
| Create | POST /fhir/[type] | ✅ | ✅ | ✅ |
| Read | GET /fhir/[type]/[id] | |||
| Update | PUT /fhir/[type]/[id] | |||
| Delete | DELETE /fhir/[type]/[id] | ✅ | ✅ | ✅ |
| Search | GET /fhir/[type] |