SMART App Launch
2.2.0-ballot - CI-Build International flag

This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Two co-equal brands - JSON Representation

Raw json | Download


{
  "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://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "insurance",
                "display" : "Insurance"
              }
            ]
          }
        ],
        "name" : "Brand1",
        "alias" : [
          "Umbrella Insurance"
        ],
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.brand1.example.com"
          }
        ],
        "address" : [
          {
            "city" : "Napa",
            "state" : "CA"
          },
          {
            "city" : "Sonoma",
            "state" : "CA"
          },
          {
            "city" : "St Helena",
            "state" : "CA"
          }
        ]
      }
    },
    {
      "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://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
                "code" : "insurance",
                "display" : "Insurance"
              }
            ]
          }
        ],
        "name" : "Brand2",
        "alias" : [
          "Shield Insurance"
        ],
        "telecom" : [
          {
            "system" : "url",
            "value" : "https://www.brand1.example.com"
          }
        ],
        "address" : [
          {
            "city" : "Sonoma",
            "state" : "CA"
          },
          {
            "city" : "San Rafael",
            "state" : "CA"
          },
          {
            "city" : "Santa Rosa",
            "state" : "CA"
          }
        ]
      }
    },
    {
      "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"
      }
    }
  ]
}