PackagesCanonicalsLogsProblems
    Packages
    kbv.basis@1.5.0
    https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication
description: Dieses Profil bildet Informationen zu einem Fertigarzneimittel oder einer Rezeptur ab.
package_name: kbv.basis
derivation: constraint
name: KBV_PR_Base_Medication
type: Medication
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        Kategorie:
          match: {url: null}
          schema:
            type: Extension
            url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type
            index: 1
            elements:
              value:
                choices: []
                index: 3
                slicing:
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema:
                        choices: []
                        _required: true
                        index: 5
                      min: 1
            required: [value]
        Normgroesse:
          match: {url: null}
          schema: {type: Extension, short: Packungsgröße nach N-Bezeichnung, url: 'http://fhir.de/StructureDefinition/normgroesse', index: 6}
          min: 0
          max: 1
  code:
    index: 7
    elements:
      coding:
        index: 8
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            pzn:
              match: {system: 'http://fhir.de/CodeSystem/ifa/pzn'}
              schema:
                type: Coding
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/ifa/pzn'}
                index: 9
              max: 1
            snomed:
              match: {system: 'http://snomed.info/sct'}
              schema:
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                index: 10
                elements:
                  system: {index: 11}
                  code: {index: 12}
                required: [system, code]
            atc:
              match: {system: 'http://fhir.de/CodeSystem/bfarm/atc'}
              schema:
                type: Coding
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/bfarm/atc'}
                index: 13
  form:
    index: 14
    elements:
      coding:
        index: 15
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            snomed:
              match: {system: 'http://snomed.info/sct'}
              schema:
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                index: 16
                elements:
                  system: {index: 17}
                  version: {index: 18}
                  code: {index: 19}
                  display: {index: 20}
                required: [version, display, system, code]
            edqm:
              match: {system: 'http://standardterms.edqm.eu'}
              schema:
                binding: {strength: extensible, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Medicine_Doseform'}
                pattern:
                  type: Coding
                  value: {system: 'http://standardterms.edqm.eu'}
                index: 21
                elements:
                  system: {index: 22}
                  code: {index: 23}
                  display: {index: 24}
                required: [display, system, code]
            kbvDarreichungsform:
              match: {system: 'https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM'}
              schema:
                binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_KBV_DARREICHUNGSFORM'}
                pattern:
                  type: Coding
                  value: {system: 'https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM'}
                index: 25
                elements:
                  system: {index: 26}
                  version: {index: 27}
                  code: {index: 28}
                  display: {index: 29}
                required: [version, display, system, code]
  ingredient:
    index: 30
    elements:
      item:
        choices: [itemReference]
        index: 42
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                choices: [itemReference]
                index: 42
      itemCodeableConcept:
        type: CodeableConcept
        choiceOf: item
        index: 35
        slicing:
          slices:
            itemCodeableConcept:
              match: {}
              schema: {type: CodeableConcept, choiceOf: item, index: 35}
      item[x]:
        elements:
          reference: {index: 44}
        required: [reference]
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['http://hl7.org/fhir/StructureDefinition/Medication', 'https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication|1.5.0']
        index: 43
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                type: Reference
                choiceOf: item
                refers: ['http://hl7.org/fhir/StructureDefinition/Medication', 'https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication|1.5.0']
                index: 43
      strength:
        index: 45
        elements:
          numerator:
            elements:
              value: {index: 46}
          denominator: {index: 47}
package_version: 1.5.0
extensions:
  Kategorie:
    url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type
    type: Extension
    index: 1
    elements:
      value:
        choices: []
        index: 3
        slicing:
          slices:
            valueCodeableConcept:
              match: {}
              schema:
                choices: []
                _required: true
                index: 5
              min: 1
    required: [value]
  Normgroesse: {url: 'http://fhir.de/StructureDefinition/normgroesse', min: 0, max: 1, type: Extension, short: Packungsgröße nach N-Bezeichnung, index: 6}
class: profile
kind: resource
url: https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 1.5.0
required: [code]