Pidgeon.Core
0.1.0-beta.1
This is a prerelease version of Pidgeon.Core.
dotnet add package Pidgeon.Core --version 0.1.0-beta.1
NuGet\Install-Package Pidgeon.Core -Version 0.1.0-beta.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pidgeon.Core" Version="0.1.0-beta.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pidgeon.Core" Version="0.1.0-beta.1" />
<PackageReference Include="Pidgeon.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pidgeon.Core --version 0.1.0-beta.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pidgeon.Core, 0.1.0-beta.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pidgeon.Core@0.1.0-beta.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pidgeon.Core&version=0.1.0-beta.1&prerelease
#tool nuget:?package=Pidgeon.Core&version=0.1.0-beta.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Pidgeon.Core
The Pidgeon healthcare-interoperability engine: deterministic HL7 v2 / FHIR R4 / NCPDP SCRIPT generation and validation, lookup/reference, and de-identification — all local, all offline, no PHI required or produced.
- Generation is seed-deterministic: the same seed and options produce byte-identical output.
- Validation is spec-derived: validators are driven by machine-readable standard definitions, not hand-coded against the generator.
- Data flows through explicit packages.
Pidgeon.Corealone carries no standards data: installPidgeon.Data.Baseline(or supply your own package directory) and register it withAddPidgeonBaselineData(). Absent data degrades honestly — typedPACKAGE_REQUIREDresults and structurally valid, hollow output; never fabricated content, never a crash. - Composition is explicit. Register the capabilities you use:
AddPidgeonHl7Validation(),AddPidgeonFhirValidation(),AddPidgeonHl7Reference(),AddPidgeonHl7Generation(),AddPidgeonFhirGeneration(). NCPDP SCRIPT generation is a separate opt-in (AddPidgeonNcpdpGeneration()) and stays closed until the member-suppliedncpdp-scriptpackage is installed.
License: MPL-2.0. Source and issues: the PidgeonHealth public repository.
| 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.3)
- YamlDotNet (>= 16.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pidgeon.Core:
| Package | Downloads |
|---|---|
|
Pidgeon.Data.Baseline
Offline baseline data package for Pidgeon.Core with provenance-cleared reference resources. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-beta.1 | 213 | 7/25/2026 |
First source-correspondent public beta of the Pidgeon healthcare interoperability engine.