description: 'JSON FHIR Bundle (type: `collection`) of Organizations and Endpoints that is hosted at a stable, publicly available, publicly disclosed location. \n\nFor background and context, see **[Patient Access Brands Overview](brands.html#brand-bundle-profile)**.\n\nBundle Entries include:\n* [Patient Access Endpoint Profile](StructureDefinition-patient-access-endpoint.html) resources.\n* [Patient Access Brand (Organization)](StructureDefinition-patient-access-brand.html) resources. Vendors SHALL publish at least a \"primary brand\" for each endpoint and SHOULD support the publication of a more detailed Brand hierarchy.\n\nBrand Bundles SHALL populate `Bundle.timestamp` to advertise the timestamp of the last change to the contents. In addition, Brand Bundles SHOULD populate `Bundle.entry.resource.meta.lastUpdated` with a more detailed timestamp if the system tracks updates per Resource.' package_name: hl7.fhir.uv.smart-app-launch derivation: constraint name: PatientAccessBrandsBundle type: Bundle elements: meta: mustSupport: true index: 0 elements: lastUpdated: {mustSupport: true, index: 1} required: [lastUpdated] type: pattern: {type: Code, value: collection} mustSupport: true index: 2 entry: mustSupport: true index: 3 slicing: rules: open discriminator: - {path: resource, type: type} min: null slices: PatientAccessEndpoint: match: {} schema: mustSupport: true array: true index: 4 elements: resource: {type: Endpoint, mustSupport: true, index: 5} PatientAccessBrand: match: {} schema: mustSupport: true array: true index: 6 elements: resource: {type: Organization, mustSupport: true, index: 7} package_version: 2.2.0-ballot class: profile kind: resource url: http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 2.2.0-ballot