F POLARIS · FHIR

Removed in @polaris/sdk 5.0.0. Polaris owns no FHIR construction. Every FHIR type, profile, canonical, terminology constant and client capability comes from @cognovis/fhir-sdk; @cognovis/fhir-release is internal to it. The /emission, /deidentification, /fhir-practitioner, /projections, /patient-context, /patient-summary, /agent-context, /punktwert and /eau subpaths no longer exist; the published surface is ., /adapters, /sync, /documents, /scanner and /llm. Examples below that import a removed subpath are historical.

FHIR facade retired

The @polaris/sdk/fhir subpath is removed without a compatibility replacement. Its client aliases, boot wrapper and public mock transport are retired. Consumers still importing this subpath must migrate when adopting the breaking release.

Ordinary FHIR access belongs to @cognovis/fhir-sdk/client. Configure that client using its published setup contract, caller-specific credentials and store-granted authority. No Polaris wrapper is required.

Generated profile descriptors and types come from @cognovis/fhir-sdk, which owns the generated @cognovis/fhir-release artifacts internally. The former @polaris/sdk/emission, @polaris/sdk/projections and @polaris/sdk/agent-context subpaths no longer exist and have no Polaris replacement.

The former raw transport and piiMode examples are retired. For ordinary deidentification use the canonical client's explicit policy scope. Existing Polaris emission and audited context helpers retain their own privacy boundaries.

See the retained emission transport helper and deidentification catalogue.

Return to the SDK hub