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" />
                    
Directory.Packages.props
<PackageReference Include="Pidgeon.Core" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Pidgeon.Core&version=0.1.0-beta.1&prerelease
                    
Install as a Cake Tool

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.Core alone carries no standards data: install Pidgeon.Data.Baseline (or supply your own package directory) and register it with AddPidgeonBaselineData(). Absent data degrades honestly — typed PACKAGE_REQUIRED results 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-supplied ncpdp-script package is installed.

License: MPL-2.0. Source and issues: the PidgeonHealth public repository.

Product 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.

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.