PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erp.t-prescription@1.1.0-ballot-1
    https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-vzd-searchset
description: Dieses Profil beschreibt die Datenstruktur, die der E-Rezept-Fachdienst nach Suche am FHIR-VZD zurück erhält. Die Angaben einer Apotheke zu Name, Adresse und Telefonnummer sind in den FHIR-Ressourcen Organization, HealthcareService und Location am FHIR-VZD hinterlegt. Dieses Profil dient dazu das Mapping zu beschreiben und zu verstehen.
package_name: de.gematik.erp.t-prescription
derivation: constraint
name: ERP_TPrescription_VZD_SearchSet
type: Bundle
elements:
  entry:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      ordered: false
      description: Slicing for Bundle Entries of VZD Searchset
      discriminator:
      - {path: resource, type: type}
      min: 2
      slices:
        organization:
          match: {}
          schema:
            _required: true
            index: 1
            elements:
              resource: {type: Organization, index: 2}
        healthcareservice:
          match: {}
          schema:
            _required: true
            index: 3
            elements:
              resource: {type: HealthcareService, index: 4}
        location:
          match: {}
          schema:
            index: 5
            elements:
              resource: {type: Location, index: 6}
package_version: 1.1.0-ballot-1
class: profile
kind: resource
url: https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-vzd-searchset
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0-ballot-1