{
  "resourceType" : "Bundle",
  "id" : "293e2d8b-162f-4c8d-a20a-4cd18197dc0d",
  "type": "collection",
  "entry" : [{
    "fullUrl" : "https://ice3.mychn.org/apis/default/fhir/Endpoint/962e9c29-4151-4c3a-9e88-5f442ac147ee",
    "resource" : {
      "resourceType" : "Endpoint",
      "id" : "962e9c29-4151-4c3a-9e88-5f442ac147ee",
      "name": "Example Endpoint",
      "status" : "active",
      "connectionType": {
        "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "code": "hl7-fhir-rest"
      },
	"payloadType": [
	{
		"coding": [
		{
			"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
			"code": "any"
		}
		]
	}
	],
	"address": "https://ice3.mychn.org/apis/default/fhir"
    }
  },
  {
    "fullUrl" : "https://ice3.mychn.org/apis/default/fhir/Organization/95f0e672-be37-4c73-95c9-649c2d200018",
    "resource" : {
      "id": "95f0e672-be37-4c73-95c9-649c2d200018",
      "resourceType": "Organization",
      "name": "Community Health Network",
      "active": true,
	"identifier": [
		{
		"system": "http://hl7.org/fhir/sid/us-npi",
		"value": "1578730818"
		}
	],
      "address": [
				{
						"line": [
							"1111 W. Adoue St."
						],
						"city": "Alvin",
						"state": "TX",
						"postalCode": "77511",
						"country": "USA"
					}
 			],
				"endpoint": [
					{
						"reference": "Endpoint/962e9c29-4151-4c3a-9e88-5f442ac147ee"
					}
				]
    }
  },
  {
    "fullUrl" : "https://ice3.mychn.org/apis/default/fhir/Organization/119924fa-5fcd-4e3a-88f5-f9cdd2b27eb8",
    "resource" : {
      "id": "119924fa-5fcd-4e3a-88f5-f9cdd2b27eb8",
      "resourceType": "Organization",
      "name": "Stephen F Austin Health Network",
      "active": true,
	"identifier": [
		{
		"system": "http://hl7.org/fhir/sid/us-npi",
		"value": "1578730818"
		}
	],
      "address": [
				{
						"line": [
							"1111 W. Adoue St."
						],
						"city": "Alvin",
						"state": "TX",
						"postalCode": "77511",
						"country": "USA"
					}
 			],
				"endpoint": [
					{
						"reference": "Endpoint/962e9c29-4151-4c3a-9e88-5f442ac147ee"
					}
				]
    }
  }
  ]
}
