HealthData.Interop.Logging.Extensions
1.0.2
dotnet add package HealthData.Interop.Logging.Extensions --version 1.0.2
NuGet\Install-Package HealthData.Interop.Logging.Extensions -Version 1.0.2
<PackageReference Include="HealthData.Interop.Logging.Extensions" Version="1.0.2" />
<PackageVersion Include="HealthData.Interop.Logging.Extensions" Version="1.0.2" />
<PackageReference Include="HealthData.Interop.Logging.Extensions" />
paket add HealthData.Interop.Logging.Extensions --version 1.0.2
#r "nuget: HealthData.Interop.Logging.Extensions, 1.0.2"
#:package HealthData.Interop.Logging.Extensions@1.0.2
#addin nuget:?package=HealthData.Interop.Logging.Extensions&version=1.0.2
#tool nuget:?package=HealthData.Interop.Logging.Extensions&version=1.0.2
HIPAA-aware logging bridge for FHIR / healthcare interoperability apps: connects IApplicationLogger (HealthData.Interop.Abstractions) to Microsoft.Extensions.Logging.ILogger via IApplicationLoggerBridge and the ToIApplicationLogger() extension. Works with NLog, Serilog, or any ILogger provider, with automatic PHI masking. Part of the HealthData.Interop FHIR toolkit — most users should install HealthData.Interop.Fhir. Provided as-is; does not by itself ensure HIPAA compliance.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- HealthData.Interop.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
-
net8.0
- HealthData.Interop.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HealthData.Interop.Logging.Extensions:
| Package | Downloads |
|---|---|
|
HealthData.Interop.Fhir
Meta-package for the HealthData.Interop FHIR R4 toolkit. Bundles FHIR client services, US Core validation, SMART on FHIR auth, CSV-to-FHIR ETL, HIPAA-aware security examples (RBAC, PHI masking, audit), and drift detection. Depends on HealthData.Interop.Abstractions, HealthData.Interop.Logging.Extensions, and HealthData.Interop.Logging.Serilog. Provided as-is; does not by itself ensure HIPAA compliance. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.2 - Package metadata: added Title, HIPAA-aware description wording with an as-is disclaimer, and healthcare/interoperability tags. No code changes.