github.com/apache/beam/sdks/v2@v2.48.2/go/data/fhir_bundles/transaction-success.json (about)

     1  {
     2    "resourceType": "Bundle",
     3    "type": "transaction",
     4    "entry": [
     5      {
     6        "request": {
     7          "method": "POST",
     8          "url": "Organization"
     9        },
    10        "resource": {
    11          "resourceType": "Organization",
    12          "id": "b0e04623-b02c-3f8b-92ea-943fc4db60da",
    13          "identifier": [
    14            {
    15              "system": "https://github.com/synthetichealth/synthea",
    16              "value": "b0e04623-b02c-3f8b-92ea-943fc4db60da"
    17            }
    18          ],
    19          "active": true,
    20          "type": [
    21            {
    22              "coding": [
    23                {
    24                  "system": "http://terminology.hl7.org/CodeSystem/organization-type",
    25                  "code": "prov",
    26                  "display": "Healthcare Provider"
    27                }
    28              ],
    29              "text": "Healthcare Provider"
    30            }
    31          ],
    32          "name": "LOWELL GENERAL HOSPITAL",
    33          "telecom": [
    34            {
    35              "system": "phone",
    36              "value": "9789376000"
    37            }
    38          ],
    39          "address": [
    40            {
    41              "line": [
    42                "295 VARNUM AVENUE"
    43              ],
    44              "city": "LOWELL",
    45              "state": "MA",
    46              "postalCode": "01854",
    47              "country": "US"
    48            }
    49          ]
    50        }
    51      },
    52      {
    53        "request": {
    54          "method": "POST",
    55          "url": "Patient"
    56        },
    57        "resource": {
    58          "name": [
    59            {
    60              "use": "official",
    61              "family": "Smith",
    62              "given": [
    63                "Alice"
    64              ]
    65            }
    66          ],
    67          "gender": "female",
    68          "birthDate": "1970-01-01",
    69          "resourceType": "Patient"
    70        }
    71      },
    72      {
    73        "request": {
    74          "method": "POST",
    75          "url": "Practitioner"
    76        },
    77        "resource": {
    78          "resourceType": "Practitioner",
    79          "name": [
    80            {
    81              "family": "Tillman293",
    82              "given": [
    83                "Franklin857"
    84              ],
    85              "prefix": [
    86                "Dr."
    87              ]
    88            }
    89          ],
    90          "telecom": [
    91            {
    92              "system": "email",
    93              "value": "Franklin857.Tillman293@example.com",
    94              "use": "work"
    95            }
    96          ],
    97          "address": [
    98            {
    99              "line": [
   100                "295 VARNUM AVENUE"
   101              ],
   102              "city": "LOWELL",
   103              "state": "MA",
   104              "postalCode": "01854",
   105              "country": "US"
   106            }
   107          ],
   108          "gender": "male"
   109        }
   110      }
   111    ]
   112  }