{
  "resourceType" : "Bundle",
  "id" : "example4",
  "type" : "collection",
  "timestamp" : "2023-09-05T20:36:42.268403-07:00",
  "entry" : [{
    "fullUrl" : "https://ehr.example.org/Organization/brand1",
    "resource" : {
      "resourceType" : "Organization",
      "id" : "brand1",
      "extension" : [{
        "extension" : [{
          "url" : "brandLogo",
          "valueUrl" : "https://example.org/brand1/logo/main.svg"
        }],
        "url" : "http://hl7.org/fhir/StructureDefinition/organization-brand"
      },
      {
        "extension" : [{
          "url" : "portalName",
          "valueString" : "Brand1 Portal"
        },
        {
          "url" : "portalUrl",
          "valueUrl" : "https://example.org/chart.brand1.org"
        },
        {
          "url" : "portalEndpoint",
          "valueReference" : {
            "reference" : "Endpoint/coequal-example",
            "display" : "FHIR R4 Endpoint for Brand1/Brand2"
          }
        }],
        "url" : "http://hl7.org/fhir/StructureDefinition/organization-portal"
      }],
      "identifier" : [{
        "system" : "urn:ietf:rfc:3986",
        "value" : "https://brand1.example.com"
      }],
      "active" : true,
      "type" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins",
          "display" : "Insurance Company"
        }]
      }],
      "name" : "Brand1",
      "alias" : ["Umbrella Insurance"],
      "telecom" : [{
        "system" : "url",
        "value" : "https://www.brand1.example.com"
      }],
      "address" : [{
        "city" : "Napa",
        "state" : "CA",
        "country" : "US"
      },
      {
        "city" : "Sonoma",
        "state" : "CA",
        "country" : "US"
      },
      {
        "city" : "St Helena",
        "state" : "CA",
        "country" : "US"
      }],
      "endpoint" : [{
        "reference" : "Endpoint/coequal-example",
        "display" : "FHIR R4 Endpoint for Brand1/Brand2"
      }]
    }
  },
  {
    "fullUrl" : "https://ehr.example.org/Organization/brand2",
    "resource" : {
      "resourceType" : "Organization",
      "id" : "brand2",
      "extension" : [{
        "extension" : [{
          "url" : "brandLogo",
          "valueUrl" : "https://example.org/brand2/logo/main.svg"
        }],
        "url" : "http://hl7.org/fhir/StructureDefinition/organization-brand"
      },
      {
        "extension" : [{
          "url" : "portalName",
          "valueString" : "Brand2 Portal"
        },
        {
          "url" : "portalUrl",
          "valueUrl" : "https://example.org/chart.brand2.org"
        },
        {
          "url" : "portalEndpoint",
          "valueReference" : {
            "reference" : "Endpoint/coequal-example",
            "display" : "FHIR R4 Endpoint for Brand1/Brand2"
          }
        }],
        "url" : "http://hl7.org/fhir/StructureDefinition/organization-portal"
      }],
      "identifier" : [{
        "system" : "urn:ietf:rfc:3986",
        "value" : "https://brand2.example.com"
      }],
      "active" : true,
      "type" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins",
          "display" : "Insurance Company"
        }]
      }],
      "name" : "Brand2",
      "alias" : ["Shield Insurance"],
      "telecom" : [{
        "system" : "url",
        "value" : "https://www.brand1.example.com"
      }],
      "address" : [{
        "city" : "Sonoma",
        "state" : "CA",
        "country" : "US"
      },
      {
        "city" : "San Rafael",
        "state" : "CA",
        "country" : "US"
      },
      {
        "city" : "Santa Rosa",
        "state" : "CA",
        "country" : "US"
      }],
      "endpoint" : [{
        "reference" : "Endpoint/coequal-example",
        "display" : "FHIR R4 Endpoint for Brand1/Brand2"
      }]
    }
  },
  {
    "fullUrl" : "https://ehr.example.org/Endpoint/coequal-example",
    "resource" : {
      "resourceType" : "Endpoint",
      "id" : "coequal-example",
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version",
        "valueCode" : "4.0.1"
      }],
      "status" : "active",
      "connectionType" : {
        "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "code" : "hl7-fhir-rest"
      },
      "name" : "FHIR R4 Endpoint for Brand1/Brand2",
      "contact" : [{
        "system" : "url",
        "value" : "https://open.ehr.com"
      }],
      "payloadType" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code" : "none"
        }]
      }],
      "address" : "https://example.org/brand1.org/ProdFHIR/api/FHIR/R4"
    }
  }]
}