Query FHIR LPR using Python

I would like to query a FHIR LPR file using Python. Can I extract all Observations and load them into a dataframe? Thanks, CB

Trying to use pandas.json_normalize but having trouble extracting Observations from the hierarchy.
Does anyone have a better solution? Just looking to extract a list of obs.

Not sure what you mean by “hierarchy” - are you referring to the searchset Bundle? (Also, be super cautious about querying for ‘all’ Observations - there could be tens or hundreds of thousands…)

By hierarchy I mean Resource within a Bundle.

Can you explain what you’re doing to navigate through the Bundle and where you’re running into issues?