unable to transform one json form to another using jolt parser
问题 I have a data like below: { "resourceType": "Immunization", "id": "example", "protocolApplied": [ { "series": "2-dose", "authority": { "reference": "Organization/org1", "type": "Organization", "display": "xyz organization" }, "targetDisease": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "40468003" } ] } ], "doseNumberPositiveInt": 1, "seriesDosesPositiveInt": 10 }, { "series": "3-dose", "targetDisease": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "66071002"