{
  "resourceType": "Bundle",
  "type": "collection",
  "timestamp": "2026-04-22T00:00:00-00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:0775613f-88c0-4f4b-9993-00d6ee92e816",
      "resource": {
        "resourceType": "Organization",
        "id": "0775613f-88c0-4f4b-9993-00d6ee92e816",
        "identifier": [
          {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "YOUR_NPI_HERE"
          }
        ],
        "active": true,
        "name": "MDofficeManager",
        "address": [
          {
            "line": ["1410 S Clark Blvd", "Suite 2100"],
            "city": "Clarksville",
            "state": "IN",
            "postalCode": "47129",
            "country": "US"
          }
        ],
        "endpoint": [
          {
            "reference": "Endpoint/e33bd19e-6402-4483-bf86-582a2d720134"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:e33bd19e-6402-4483-bf86-582a2d720134",
      "resource": {
        "resourceType": "Endpoint",
        "id": "e33bd19e-6402-4483-bf86-582a2d720134",
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "hl7-fhir-rest"
        },
        "name": "MDofficeManager FHIR R4 Base URL",
        "payloadType": [
          {
            "text": "see CapabilityStatement"
          }
        ],
        "payloadMimeType": [
          "application/fhir+xml",
          "application/fhir+json"
        ],
        "address": "https://sandbox-r4.interopengine.com/fhir/r4/mdofficemanager"
      }
    }
  ]
}