pub fn create_bundle_from_resources_for_version( resources: Vec<Value>, version: FhirVersion, ) -> Result<SofBundle, SofError>
Wraps a list of raw FHIR resources in a collection Bundle of the specified FHIR version.
collection