{
    "resourceType": "Bundle",
    "id": "endpoints-r4",
    "type": "collection",
    "entry": [
        {
            "fullUrl": "https://qafhir.medonehp.com:9443/fhir-server/api/v4/Endpoint/endpoint-1",
            "resource": {
                "resourceType": "Endpoint",
                "id": "endpoint-1",
                "name": "Endpoint 1",
                "status": "active",
                "connectionType": {
                    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
                    "code": "direct-project"
                },
                "payloadType": [
                    {
                        "coding": [
                            {
                                "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
                                "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
                            }
                        ]
                    }
                ],
                "address": "https://qafhir.medonehp.com:9443/fhir-server/api/v4/"
            }
        },
        {
            "fullUrl": "https://qafhir.medonehp.com:9443/fhir-server/api/v4/Organization/1811435a7ea-7a1b883e-e0f0-4cb2-b938-4b6fd8d60f0c",
            "resource": {
				"resourceType": "Organization",
				"id": "1811435a7ea-7a1b883e-e0f0-4cb2-b938-4b6fd8d60f0c",
				"meta": {
					"versionId": "1",
					"lastUpdated": "2022-05-30T09:04:29.67488Z",
					"profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ]
				},
				"identifier": [
					{
						"system": "http://hl7.org/fhir/sid/us-npi",
						"value": "1376083733"
					}
				],
				"active": true,
				"name": "PCP170967",
				"telecom": [
					{
						"system": "phone",
						"value": "413-221-0546"
					}
				],
				"address": [
					{
						"line": [ "1111 ELM ST" ],
						"city": "WEST SPRINGFIELD",
						"state": "MA",
						"postalCode": "01089-1540",
						"country": "US"
					}
				],
				"endpoint": [
                    {
                        "reference": "Endpoint/endpoint-1"
                    }
                ]				
			}
        }
		
    ]
}