jsonq icon indicating copy to clipboard operation
jsonq copied to clipboard

Getting nth data

Open Matt2012 opened this issue 5 years ago • 0 comments

In my use case I want to get all results for a certain nth depth.

 "rest": [
    {
      "mode": "server",
      "resource": [
          "type": "AllergyIntolerance",
      "resource": [
          "type": "MedicationStatement",

So I want to return all resource types: i.e. ["AllergyIntolerance","MedicationStatement"]

Is that possible? The nth example does not link anywhere?

Matt2012 avatar Nov 17 '19 23:11 Matt2012