{
    "resourceType": "Bundle",
    "type": "collection",
    "entry": [
        {
            "fullUrl": "https://dxe.omshealth.com:6908/OAuth2/interface-connect-oms/api/FHIR/R4/Endpoint/end-999",
            "resource": {
                "resourceType": "Endpoint",
                "id": "end-999",
                "contained": [
                    {
                        "resourceType": "Organization",
                        "id": "org-999",
                        "name": "Objective Medical Systems"
                    }
                ],
                "status": "active",
                "connectionType": {
                    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
                    "code": "hl7-fhir-rest"
                },
                "name": "Objective Medical Systems - Sandbox",
                "managingOrganization": {
                    "reference": "#org-999"
                },
                "period": {
                    "start": "2022-12-13T00:00:00Z"
                },
                "payloadType": [
                    {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointPayloadTypeCS",
                                "code": "NA"
                            }
                        ]
                    }
                ],
                "address": "https://dxe.omshealth.com:6908/OAuth2/interface-connect-oms/api/FHIR/R4"
            }
        },
        {
            "fullUrl": "https://dxe.omshealth.com:6908/OAuth2/interface-connect-oms/api/FHIR/R4/Organization/org-999",
            "resource": {
                "resourceType": "Organization",
                "id": "org-999",
                "identifier": [
                    {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "999999999"
                    }
                ],
                "active": true,
                "type": [
                    {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                                "code": "prov",
                                "display": "Healthcare Provider"
                            }
                        ]
                    }
                ],
                "name": "CIS",
                "telecom": [
                    {
                        "system": "phone",
                        "value": "(+1) (999) 000-0000"
                    }
                ],
                "address": [
                    {
                        "line": [
                            "10310 Houma Highlands"
                        ],
                        "city": "Houma",
                        "state": "LA",
                        "postalCode": "70360",
                        "country": "US"
                    }
                ],
                "endpoint": [
                    {
                        "reference": "Endpoint/end-999"
                    }
                ]
            }
        }
    ]
}