SMART App Launch
2.2.0 - STU 2.2 International flag

SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. 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://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"
      }
    }
  ]
}