PackagesCanonicalsLogsProblems
    Packages
    de.gecco@0.9.3
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/pharmacological-therapy-ace-inhibitors
description: Pharmacological therapy using ACE inhibitors in the context of Covid-19
package_name: de.gecco
derivation: constraint
name: PharmacologicalTherapyACEInhibitors
type: MedicationStatement
elements:
  medication:
    choices: [medicationCodeableConcept]
    index: 4
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema:
            choices: [medicationCodeableConcept]
            index: 4
  medicationCodeableConcept:
    type: CodeableConcept
    choiceOf: medication
    index: 5
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: medication, index: 5}
  medication[x]:
    elements:
      coding:
        mustSupport: true
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            snomed:
              match: {code: '41549009', system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: '41549009', system: 'http://snomed.info/sct'}
                _required: true
                index: 7
                elements:
                  system: {mustSupport: true, index: 8}
                  code: {mustSupport: true, index: 9}
                required: [system, code]
            atcClassDe:
              match: {system: 'http://fhir.de/CodeSystem/dimdi/atc'}
              schema:
                binding: {strength: extensible, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/ace-inhibitors-atc'}
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/dimdi/atc'}
                index: 10
                elements:
                  system: {index: 11}
                  code: {index: 12}
                required: [system, code]
    required: [coding]
package_version: 0.9.3
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/pharmacological-therapy-ace-inhibitors
base: https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement
version: '0.9'