github.com/apache/beam/sdks/v2@v2.48.2/go/data/fhir_bundles/batch-success-failure.json (about) 1 { 2 "resourceType": "Bundle", 3 "type": "batch", 4 "entry": [ 5 { 6 "request": { 7 "method": "POST", 8 "url": "Patient" 9 }, 10 "resource": { 11 "name": [ 12 { 13 "use": "official", 14 "given": [ 15 "John" 16 ] 17 } 18 ], 19 "gender": "male", 20 "birthDate": "1973-01-21", 21 "resourceType": "Patient" 22 } 23 }, 24 { 25 "request": { 26 "method": "PUT", 27 "url": "Patient" 28 }, 29 "resource": { 30 "name": [ 31 { 32 "use": "official", 33 "given": [ 34 "Alice" 35 ] 36 } 37 ], 38 "gender": "female", 39 "birthDate": "1970-01-01", 40 "resourceType": "Patient" 41 } 42 } 43 ] 44 }