![]() |
VOOZH | about |
dotnet add package InteropSuite --version 1.1.3
NuGet\Install-Package InteropSuite -Version 1.1.3
<PackageReference Include="InteropSuite" Version="1.1.3" />
<PackageVersion Include="InteropSuite" Version="1.1.3" />Directory.Packages.props
<PackageReference Include="InteropSuite" />Project file
paket add InteropSuite --version 1.1.3
#r "nuget: InteropSuite, 1.1.3"
#:package InteropSuite@1.1.3
#addin nuget:?package=InteropSuite&version=1.1.3Install as a Cake Addin
#tool nuget:?package=InteropSuite&version=1.1.3Install as a Cake Tool
Healthcare data interoperability platform that transforms HL7 v2.x, X12 5010, and C-CDA R2.1 messages into validated FHIR R4 bundles.
using InteropSuite.Fhir.Engine;
// Activate license
Interop.ActivateLicense("your-license-key");
// Transform any message to FHIR (auto-detects format)
var result = await Interop.ToFhirAsync(message);
if (result.Success)
{
string fhirBundle = result.FhirBundle;
}
// Or use format-specific methods
var hl7Result = await Interop.HL7ToFhirAsync(hl7Message);
var x12Result = await Interop.X12ToFhirAsync(x12Message, OutputFormat.Cms0057F);
var cdaResult = await Interop.CDAToFhirAsync(cdaDocument);
Note: The String API processes a single message. For batch files or multi-message HL7 files, use
ProcessBatchAsync().
Interop.DashboardEnabled = true;
var result = await Interop.ProcessBatchAsync("/input", new BatchOptions
{
Domain = "HL7"
});
Console.WriteLine($"Processed: {result.Succeeded}/{result.Total}");
See full documentation for multi-source processing, unified batches, and multi-message file handling.
Download TraceServer for real-time monitoring:
| Platform | Download |
|---|---|
| Linux x64 | Download |
| macOS ARM64 | Download |
| macOS x64 | Download |
| Windows x64 | Download |
./InteropSuite.TraceServer -d /path/to/app/interopsuite/dashboard
# Open http://localhost:8765/report.html
Commercial license required. Visit codefhir.com for licensing options.
This package includes terminology from LOINC, CVX, and RxNorm. See for attribution.
Full documentation at codefhir.com/docs
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.1.3 | 338 | 5/19/2026 | |
| 1.1.2 | 289 | 1/27/2026 | |
| 1.1.1 | 334 | 1/23/2026 | 1.1.1 is deprecated because it is no longer maintained and has critical bugs. |
| 1.1.0 | 346 | 1/23/2026 | 1.1.0 is deprecated because it is no longer maintained and has critical bugs. |
| 1.0.9 | 311 | 1/22/2026 | 1.0.9 is deprecated because it is no longer maintained and has critical bugs. |
| 1.0.8 | 305 | 1/19/2026 | 1.0.8 is deprecated because it is no longer maintained and has critical bugs. |