{
    "resourceType": "Bundle",
    "id": "example-endpoints-r4",
    "type": "collection",
    "entry": [{
            "fullUrl": "https://fhir.genensys.com/fhir",
            "resource": {
                "resourceType": "Endpoint",
                "id": "endpoint-1",
                "name": "FHIR Endpoint",
                "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://fhir.genensys.com/fhir"
            }
        },
{
            "fullUrl": "https://TEST1.com",
            "resource": {
                "resourceType": "Organization",
                "id": "organization-1",
                "name": "TEST1",
                "active": true,
                "identifier": [{
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "123123123"
                    }
                ],
                "address": [{
                        "line": ["123 Main Street"],
                        "city": "orlando",
                        "state": "FL",
                        "postalCode": "32765",
                        "country": "United States of America"
                    }
                ],
                "endpoint": [{
                        "reference": "Endpoint/endpoint-1"
                    }
                ]
            }
        },
{
            "fullUrl": "https://TEST2.com",
            "resource": {
                "resourceType": "Organization",
                "id": "organization-2",
                "name": "TEST2",
                "active": true,
                "identifier": [{
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "321123123"
                    }
                ],
                "address": [{
                        "line": ["321 MAIN STREET"],
                        "city": "ORLANDO",
                        "state": "FL",
                        "postalCode": "32817",
                        "country": "United States of America"
                    }
                ],
                "endpoint": [{
                        "reference": "Endpoint/endpoint-1"
                    }
                ]
            }
        }
]
}