PackagesCanonicalsLogsProblems
    Packages
    fhir.trustedhealthapps.org@1.1.0
    https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffect
description: Ein positiver Versorgungseffekt eines HealthAppModuls.
package_name: fhir.trustedhealthapps.org
derivation: constraint
name: HealthAppEffect
type: Basic
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        description:
          match: {url: null}
          schema: {type: Extension, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffectDescription', index: 1}
          max: 1
        type:
          match: {url: null}
          schema: {type: Extension, url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffectType', index: 2}
          min: 1
  code:
    elements:
      coding:
        mustSupport: true
        index: 3
        elements:
          system:
            pattern: {type: uri, value: 'https://fhir.trustedhealthapps.org/CodeSystem/Resources'}
            mustSupport: true
            type: uri
            index: 4
          code:
            pattern: {type: code, value: health-app-effect}
            mustSupport: true
            type: code
            index: 5
          display:
            pattern: {type: string, value: HealthAppEffect}
            mustSupport: true
            type: string
            index: 6
        required: [system]
    required: [coding]
  subject:
    type: Reference
    short: Referenz zum Modul
    mustSupport: true
    refers: ['https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModule']
    index: 7
    elements:
      reference: {mustSupport: true, index: 8}
      display: {short: Name des Moduls, mustSupport: true, index: 9}
    required: [display, reference]
package_version: 1.1.0
extensions:
  description: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffectDescription', max: 1, type: Extension, index: 1}
  type: {url: 'https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffectType', min: 1, type: Extension, index: 2}
class: profile
kind: resource
url: https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppEffect
base: http://hl7.org/fhir/StructureDefinition/Basic
version: 1.1.0
required: [subject]