[
  {
    "resourceType": "Organization",
    "id": "123456",
    "identifier": [
      {
        "system": "https://github.com/synthetichealth/synthea",
        "value": "123456"
      }
    ],
    "active": true,
    "type": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/organization-type",
            "code": "prov",
            "display": "Healthcare Provider"
          }
        ],
        "text": "Healthcare Provider"
      }
    ],
    "name": "Hospital 1",
    "telecom": [
      {
        "system": "phone",
        "value": "2001111111"
      }
    ],
    "address": [
      {
        "line": [
          "100 SAMPLE STREET"
        ],
        "city": "TAUNTON",
        "state": "MA",
        "postalCode": "02780",
        "country": "US"
      }
    ]
  },
  {
    "resourceType": "Organization",
    "id": "123457",
    "identifier": [
      {
        "system": "https://github.com/synthetichealth/synthea",
        "value": "123457"
      }
    ],
    "active": true,
    "type": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/organization-type",
            "code": "prov",
            "display": "Healthcare Provider"
          }
        ],
        "text": "Healthcare Provider"
      }
    ],
    "name": "Hospital 2",
    "telecom": [
      {
        "system": "phone",
        "value": "2001112222"
      }
    ],
    "address": [
      {
        "line": [
          "200 SAMPLE STREET"
        ],
        "city": "Framingham",
        "state": "MA",
        "postalCode": "01701",
        "country": "US"
      }
    ]
  }
]