PackagesCanonicalsLogsProblems
    Packages
    fhir.trustedhealthapps.org@1.1.0
    https://fhir.trustedhealthapps.org/StructureDefinition/HealthApp
description: Eine digitalen Gesundheitsanwendung (DiGA) bzw. Health-App.
package_name: fhir.trustedhealthapps.org
derivation: constraint
name: HealthApp
type: DeviceDefinition
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        handbook:
          match: {url: null}
          schema: {type: Extension, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppHandbook', index: 1}
        media:
          match: {url: null}
          schema: {type: Extension, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppMedia', index: 2}
        nutzungshinweis:
          match: {url: null}
          schema: {type: Extension, short: Nutzungshinweise zu einer Health-App bzw. DiGA, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppNutzungshinweis', index: 3}
          max: 1
        summaries:
          match: {url: null}
          schema: {type: Extension, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppSummaries', index: 4}
  identifier:
    short: IDs einer Health-App bzw. DiGA
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        digaId:
          match: {system: 'https://fhir.trustedhealthapps.org/sid/DigaId'}
          schema:
            short: DiGA-ID im Verzeichnis nach ยง 139e SGB V
            mustSupport: true
            index: 6
            elements:
              system:
                pattern: {type: uri, value: 'https://fhir.trustedhealthapps.org/sid/DigaId'}
                mustSupport: true
                type: uri
                index: 7
              value: {mustSupport: true, index: 8}
            required: [system, value]
        healthAppId:
          match: {system: 'https://fhir.trustedhealthapps.org/sid/HealthAppId'}
          schema:
            short: Health-App-ID
            mustSupport: true
            _required: true
            index: 9
            elements:
              system:
                pattern: {type: uri, value: 'https://fhir.trustedhealthapps.org/sid/HealthAppId'}
                mustSupport: true
                type: uri
                index: 10
              value: {mustSupport: true, index: 11}
            required: [system, value]
  manufacturer:
    short: Hersteller einer Health-App bzw. DiGA
    mustSupport: true
    choices: [manufacturerReference]
    index: 13
  manufacturerReference:
    type: Reference
    short: Hersteller einer Health-App bzw. DiGA
    mustSupport: true
    choiceOf: manufacturer
    refers: ['https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppManufacturer']
    index: 14
  manufacturer[x]:
    elements:
      reference: {mustSupport: true, index: 15}
      display: {short: Klarname des Herstellers, mustSupport: true, index: 16}
    required: [reference]
  deviceName:
    short: Name einer Health-App bzw. DiGA
    mustSupport: true
    index: 17
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        udi-label-name:
          match: {type: udi-label-name}
          schema:
            short: Name
            mustSupport: true
            index: 18
            elements:
              name: {mustSupport: true, index: 19}
              type:
                pattern: {type: code, value: udi-label-name}
                mustSupport: true
                type: code
                index: 20
        user-friendly-name:
          match: {type: user-friendly-name}
          schema:
            short: Kurzname
            mustSupport: true
            index: 21
            elements:
              name: {mustSupport: true, index: 22}
              type:
                pattern: {type: code, value: user-friendly-name}
                mustSupport: true
                type: code
                index: 23
  onlineInformation: {short: Informationswebsite einer Health-App bzw. DiGA, mustSupport: true, index: 24}
package_version: 1.1.0
extensions:
  handbook: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppHandbook', type: Extension, index: 1}
  media: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppMedia', type: Extension, index: 2}
  nutzungshinweis: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppNutzungshinweis', max: 1, type: Extension, short: Nutzungshinweise zu einer Health-App bzw. DiGA, index: 3}
  summaries: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppSummaries', type: Extension, index: 4}
class: profile
kind: resource
url: https://fhir.trustedhealthapps.org/StructureDefinition/HealthApp
base: http://hl7.org/fhir/StructureDefinition/DeviceDefinition
version: 1.1.0
required: [identifier]