The FPE module has a bunch of useful utils for looking up conformance resource in FHIR packages.
These utils should be exposed as user-facing functions.
Some example use-cases:
- For implementing CCPE (labeling engine) using GraphDefinition and other resources that live in a FHIR package (the rule-pack) and not on the server.
- Help diagnose issues in mappings that may stem from the underlying definitions (e.g, looking up exactly how a ValueSet is composed, or searching for a definition that couldn't be found by the known identifier)
The FPE module has a bunch of useful utils for looking up conformance resource in FHIR packages.
These utils should be exposed as user-facing functions.
Some example use-cases: