| { |
| "resourceType": "Bundle", |
| "type": "transaction", |
| "entry": [ |
| { |
| "request": { |
| "method": "POST", |
| "url": "Organization" |
| }, |
| "resource": { |
| "resourceType": "Organization", |
| "id": "b0e04623-b02c-3f8b-92ea-943fc4db60da", |
| "identifier": [ |
| { |
| "system": "https://github.com/synthetichealth/synthea", |
| "value": "b0e04623-b02c-3f8b-92ea-943fc4db60da" |
| } |
| ], |
| "active": true, |
| "type": [ |
| { |
| "coding": [ |
| { |
| "system": "http://terminology.hl7.org/CodeSystem/organization-type", |
| "code": "prov", |
| "display": "Healthcare Provider" |
| } |
| ], |
| "text": "Healthcare Provider" |
| } |
| ], |
| "name": "LOWELL GENERAL HOSPITAL", |
| "telecom": [ |
| { |
| "system": "phone", |
| "value": "9789376000" |
| } |
| ], |
| "address": [ |
| { |
| "line": [ |
| "295 VARNUM AVENUE" |
| ], |
| "city": "LOWELL", |
| "state": "MA", |
| "postalCode": "01854", |
| "country": "US" |
| } |
| ] |
| } |
| }, |
| { |
| "request": { |
| "method": "POST", |
| "url": "Patient" |
| }, |
| "resource": { |
| "name": [ |
| { |
| "use": "official", |
| "family": "Smith", |
| "given": [ |
| "Alice" |
| ] |
| } |
| ], |
| "gender": "female", |
| "birthDate": "1970-01-01", |
| "resourceType": "Patient" |
| } |
| }, |
| { |
| "request": { |
| "method": "POST", |
| "url": "Practitioner" |
| }, |
| "resource": { |
| "resourceType": "Practitioner", |
| "name": [ |
| { |
| "family": "Tillman293", |
| "given": [ |
| "Franklin857" |
| ], |
| "prefix": [ |
| "Dr." |
| ] |
| } |
| ], |
| "telecom": [ |
| { |
| "system": "email", |
| "value": "Franklin857.Tillman293@example.com", |
| "use": "work" |
| } |
| ], |
| "address": [ |
| { |
| "line": [ |
| "295 VARNUM AVENUE" |
| ], |
| "city": "LOWELL", |
| "state": "MA", |
| "postalCode": "01854", |
| "country": "US" |
| } |
| ], |
| "gender": "male" |
| } |
| } |
| ] |
| } |