pub fn process_view_definition_with_external(
view_definition: SofViewDefinition,
bundle: SofBundle,
external: Vec<FhirResource>,
) -> Result<ProcessedResult, SofError>Expand description
Like process_view_definition, but folds external resources (fetched by the
remote resolve() prefetch) into the resolution pool. external must already
be parsed in the bundle’s FHIR version.