You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 5.3.0 - 2026-02-09
2
+
* feat: add custom code system export endpoint
3
+
* Add new exportCustomCodeSystem method to the construe client that allows exporting custom (non-builtin) code systems as JSON files. This feature enables users to backup and transfer code systems between instances.
4
+
* Key changes:
5
+
* Add exportCustomCodeSystem method to Construe client with GET endpoint
6
+
* Create ExportCodeSystemResponse type definition for structured export data
7
+
* Add GetConstrueCodesSystemsCodesystemExportRequest for version parameter
8
+
* Include comprehensive test coverage for all HTTP response codes
9
+
* Remove ForbiddenError from fhirProvider.get method and related tests
10
+
* 🌿 Generated with Fern
11
+
1
12
## 5.2.0 - 2026-02-08
2
13
* feat: refactor upload request structure with format-specific types
3
14
* Refactor the upload code system functionality to use a discriminated union approach with format-specific request types. This improves type safety and API clarity by separating CSV and JSON upload requirements.
0 commit comments