Skip to content

Add Service to Validate FHIR Resources via Plugin API #372

@hhund

Description

@hhund

The service should allow process plugin developers to validated FHIR resources against specified FHIR packages.
Admins should be able to disable the feature for the BPE server instance.

We may want to implement two modes:

  • Offline: ValueSets are expanded against- and CodeSystems downloaded from a configured terminology server on startup. Validation is performed against cached values only. Validation is only enabled for packages configured for the BPE server instance. Packages are downloaded from a FHIR package server at startup or read from a folder.
  • Online: Validation of Codes is performed against a configured terminology server without storing CodeSystems or expanded ValueSets. Packages are downloaded from a FHIR package server when needed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestready for releaseIssue is fixed and merged into develop, ready for next release

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions