<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="EWoundSummary" />
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category">
    <valueString value="Foundation.Documents" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category">
    <valueCode value="not-classified" />
  </extension>
  <url value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary" />
  <version value="0.9" />
  <name value="EWoundSummary" />
  <status value="draft" />
  <publisher value="Hochschule Osnabrück" />
  <contact>
    <name value="Mareike Przysucha" />
    <telecom>
      <system value="email" />
      <value value="ewundbericht@hs-osnabrueck.de" />
      <use value="work" />
    </telecom>
    <telecom>
      <system value="phone" />
      <value value="+49 541 969 3354" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="The Composition structures the wound summary. The resources are not contained within the composition, but *only* referenced. In order to obtain the content, the bundle is required." />
  <copyright value="Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück" />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="workflow" />
    <uri value="http://hl7.org/fhir/workflow" />
    <name value="Workflow Pattern" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="cda" />
    <uri value="http://hl7.org/v3/cda" />
    <name value="CDA (R2)" />
  </mapping>
  <mapping>
    <identity value="fhirdocumentreference" />
    <uri value="http://hl7.org/fhir/documentreference" />
    <name value="FHIR DocumentReference" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Composition" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Composition" />
  <derivation value="constraint" />
  <differential>
    <element id="Composition.status">
      <path value="Composition.status" />
      <mustSupport value="true" />
    </element>
    <element id="Composition.type">
      <path value="Composition.type" />
      <mustSupport value="true" />
    </element>
    <element id="Composition.type.coding">
      <path value="Composition.type.coding" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="1" />
    </element>
    <element id="Composition.type.coding:loinc">
      <path value="Composition.type.coding" />
      <sliceName value="loinc" />
      <min value="1" />
      <max value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96378-5" />
      </patternCoding>
    </element>
    <element id="Composition.type.coding:IHE-XDS">
      <path value="Composition.type.coding" />
      <sliceName value="IHE-XDS" />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Composition.type.coding:IHE-XDS.system">
      <path value="Composition.type.coding.system" />
      <min value="1" />
      <patternUri value="WUND" />
    </element>
    <element id="Composition.type.coding:dvmd-kdl">
      <path value="Composition.type.coding" />
      <sliceName value="dvmd-kdl" />
      <min value="0" />
      <max value="1" />
      <fixedCoding>
        <system value="http://dvmd.de/fhir/CodeSystem/kdl" />
        <code value="V230199" />
      </fixedCoding>
    </element>
    <element id="Composition.category">
      <path value="Composition.category" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Composition.category.coding">
      <path value="Composition.category.coding" />
      <slicing>
        <discriminator>
          <type value="type" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="1" />
      <mustSupport value="false" />
    </element>
    <element id="Composition.category.coding:loinc">
      <path value="Composition.category.coding" />
      <sliceName value="loinc" />
      <min value="1" />
      <max value="1" />
      <fixedCoding>
        <system value="http://loinc.org" />
        <code value="18842-5" />
      </fixedCoding>
    </element>
    <element id="Composition.category.coding:IHE-XDS">
      <path value="Composition.category.coding" />
      <sliceName value="IHE-XDS" />
      <min value="0" />
      <max value="1" />
      <patternCoding>
        <system value="http://ihe-d.de/CodeSystems/IHEXDSclassCode" />
        <code value="BRI" />
      </patternCoding>
    </element>
    <element id="Composition.subject">
      <path value="Composition.subject" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient" />
      </type>
      <mustSupport value="true" />
    </element>
    <element id="Composition.date">
      <path value="Composition.date" />
      <mustSupport value="true" />
    </element>
    <element id="Composition.author">
      <path value="Composition.author" />
      <mustSupport value="true" />
    </element>
    <element id="Composition.title">
      <path value="Composition.title" />
      <fixedString value="eWundbericht" />
      <mustSupport value="true" />
    </element>
    <element id="Composition.section">
      <path value="Composition.section" />
      <slicing>
        <discriminator>
          <type value="pattern" />
          <path value="code.coding" />
        </discriminator>
        <rules value="closed" />
      </slicing>
      <min value="4" />
    </element>
    <element id="Composition.section:wound">
      <path value="Composition.section" />
      <sliceName value="wound" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Composition.section:wound.title">
      <path value="Composition.section.title" />
      <fixedString value="Wunde" />
    </element>
    <element id="Composition.section:wound.code">
      <path value="Composition.section.code" />
      <min value="1" />
    </element>
    <element id="Composition.section:wound.code.coding">
      <path value="Composition.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="29308-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:wound.entry">
      <path value="Composition.section.entry" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound" />
      </type>
    </element>
    <element id="Composition.section:wound.emptyReason">
      <path value="Composition.section.emptyReason" />
      <max value="0" />
    </element>
    <element id="Composition.section:wound.section">
      <path value="Composition.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese">
      <path value="Composition.section" />
      <sliceName value="anamnese" />
      <min value="1" />
      <max value="1" />
      <constraint>
        <key value="SectionOrEmpty" />
        <severity value="error" />
        <human value="In der Section existiert mindestens eine section oder ein Grund, weshalb nichts da ist" />
        <expression value="section.exists() or emptyReason.exists()" />
        <source value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary" />
      </constraint>
    </element>
    <element id="Composition.section:anamnese.title">
      <path value="Composition.section.title" />
      <min value="1" />
      <fixedString value="Anamnese" />
    </element>
    <element id="Composition.section:anamnese.code">
      <path value="Composition.section.code" />
      <min value="1" />
    </element>
    <element id="Composition.section:anamnese.code.coding">
      <path value="Composition.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96179-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.entry">
      <path value="Composition.section.entry" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section">
      <path value="Composition.section.section" />
      <slicing>
        <discriminator>
          <type value="pattern" />
          <path value="code.coding" />
        </discriminator>
        <rules value="closed" />
      </slicing>
    </element>
    <element id="Composition.section:anamnese.section:wundbeurteilung">
      <path value="Composition.section.section" />
      <sliceName value="wundbeurteilung" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:wundbeurteilung.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Wundbeurteilung" />
    </element>
    <element id="Composition.section:anamnese.section:wundbeurteilung.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96379-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:wundbeurteilung.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundSize" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundBase" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundEdge" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundExudate" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundOdor" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/SignOfInfection" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/RiskOfInfection" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundEdema" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundRelatedPain" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/PeriWound" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/WoundDescription" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:wundbeurteilung.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:aktuellerStatus">
      <path value="Composition.section.section" />
      <sliceName value="aktuellerStatus" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:aktuellerStatus.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Aktueller Status" />
    </element>
    <element id="Composition.section:anamnese.section:aktuellerStatus.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="11323-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:aktuellerStatus.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/NutritionStatus" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/ImmuneStatus" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:aktuellerStatus.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeFaktoren">
      <path value="Composition.section.section" />
      <sliceName value="psychosozialeFaktoren" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeFaktoren.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Psychosoziale Faktoren" />
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeFaktoren.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="363910003" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeFaktoren.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/StateOfConsciousness" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeFaktoren.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:individuelleRisikofaktoren">
      <path value="Composition.section.section" />
      <sliceName value="individuelleRisikofaktoren" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:individuelleRisikofaktoren.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Individuelle Risikofaktoren" />
    </element>
    <element id="Composition.section:anamnese.section:individuelleRisikofaktoren.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="46467-7" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:individuelleRisikofaktoren.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:individuelleRisikofaktoren.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:risikoassessment">
      <path value="Composition.section.section" />
      <sliceName value="risikoassessment" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:risikoassessment.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Risikoassessment" />
    </element>
    <element id="Composition.section:anamnese.section:risikoassessment.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="71482-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:risikoassessment.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/RiskAssessment" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Score" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:risikoassessment.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:koerperhygiene">
      <path value="Composition.section.section" />
      <sliceName value="koerperhygiene" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:koerperhygiene.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Hygieneassessment, Koerperhygiene" />
    </element>
    <element id="Composition.section:anamnese.section:koerperhygiene.code.coding.system">
      <path value="Composition.section.section.code.coding.system" />
      <fixedUri value="http://loinc.org" />
    </element>
    <element id="Composition.section:anamnese.section:koerperhygiene.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:koerperhygiene.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:hautassessment">
      <path value="Composition.section.section" />
      <sliceName value="hautassessment" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:hautassessment.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Hautassessment: Hautsituation, Einschraenkung der Hautbarrierefunktion" />
    </element>
    <element id="Composition.section:anamnese.section:hautassessment.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="72284-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:hautassessment.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:hautassessment.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:adhaerenz">
      <path value="Composition.section.section" />
      <sliceName value="adhaerenz" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:adhaerenz.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Gesundheitsrelevantes Verhalten, Adhaerenz" />
    </element>
    <element id="Composition.section:anamnese.section:adhaerenz.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96383-5" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:adhaerenz.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:adhaerenz.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:koerperlicheBeeintraechtigung">
      <path value="Composition.section.section" />
      <sliceName value="koerperlicheBeeintraechtigung" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:koerperlicheBeeintraechtigung.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Körperliche Beeinträchtigung" />
    </element>
    <element id="Composition.section:anamnese.section:koerperlicheBeeintraechtigung.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96386-8" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:koerperlicheBeeintraechtigung.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:koerperlicheBeeintraechtigung.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeBeeintraechtigung">
      <path value="Composition.section.section" />
      <sliceName value="psychosozialeBeeintraechtigung" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeBeeintraechtigung.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Psychosoziale Beeinträchtigung" />
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeBeeintraechtigung.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="46002-2" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeBeeintraechtigung.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:psychosozialeBeeintraechtigung.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:anamnese.section:detailsUeberGeheilteWunden">
      <path value="Composition.section.section" />
      <sliceName value="detailsUeberGeheilteWunden" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:detailsUeberGeheilteWunden.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Details ueber geheilte Wunden" />
    </element>
    <element id="Composition.section:anamnese.section:detailsUeberGeheilteWunden.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96382-7" />
      </patternCoding>
    </element>
    <element id="Composition.section:anamnese.section:detailsUeberGeheilteWunden.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Procedure" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/DeviceRequest" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:anamnese.section:detailsUeberGeheilteWunden.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:diagnose">
      <path value="Composition.section" />
      <sliceName value="diagnose" />
      <min value="1" />
      <max value="1" />
      <constraint>
        <key value="SectionOrEmpty" />
        <severity value="error" />
        <human value="In der Section existiert mindestens eine section oder ein Grund, weshalb nichts da ist" />
        <expression value="section.exists() or emptyReason.exists()" />
        <source value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary" />
      </constraint>
    </element>
    <element id="Composition.section:diagnose.title">
      <path value="Composition.section.title" />
      <fixedString value="Diagnose" />
    </element>
    <element id="Composition.section:diagnose.code.coding">
      <path value="Composition.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96391-8" />
      </patternCoding>
    </element>
    <element id="Composition.section:diagnose.entry">
      <path value="Composition.section.entry" />
      <max value="0" />
    </element>
    <element id="Composition.section:diagnose.section">
      <path value="Composition.section.section" />
      <slicing>
        <discriminator>
          <type value="pattern" />
          <path value="code.coding" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="Composition.section:diagnose.section:wundbezogeneDiagnose">
      <path value="Composition.section.section" />
      <sliceName value="wundbezogeneDiagnose" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:diagnose.section:wundbezogeneDiagnose.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Wundbezogene Diagnose" />
    </element>
    <element id="Composition.section:diagnose.section:wundbezogeneDiagnose.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="29308-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:diagnose.section:wundbezogeneDiagnose.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Condition" />
      </type>
    </element>
    <element id="Composition.section:diagnose.section:wundbezogeneDiagnose.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:diagnose.section:medizinischeInformationen">
      <path value="Composition.section.section" />
      <sliceName value="medizinischeInformationen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:diagnose.section:medizinischeInformationen.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Medizinische Informationen" />
    </element>
    <element id="Composition.section:diagnose.section:medizinischeInformationen.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="28616-1" />
      </patternCoding>
    </element>
    <element id="Composition.section:diagnose.section:medizinischeInformationen.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Score" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Condition" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" />
      </type>
    </element>
    <element id="Composition.section:diagnose.section:medizinischeInformationen.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie">
      <path value="Composition.section" />
      <sliceName value="therapie" />
      <min value="1" />
      <max value="1" />
      <constraint>
        <key value="SectionOrEmpty" />
        <severity value="error" />
        <human value="In der Section existiert mindestens eine section oder ein Grund, weshalb nichts da ist" />
        <expression value="section.exists() or emptyReason.exists()" />
        <source value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary" />
      </constraint>
    </element>
    <element id="Composition.section:therapie.title">
      <path value="Composition.section.title" />
      <fixedString value="Therapie" />
    </element>
    <element id="Composition.section:therapie.code.coding">
      <path value="Composition.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96393-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section">
      <path value="Composition.section.section" />
      <slicing>
        <discriminator>
          <type value="pattern" />
          <path value="code.coding" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="Composition.section:therapie.section:behandlungsziel">
      <path value="Composition.section.section" />
      <sliceName value="behandlungsziel" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsziel.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Behandlungsziele" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsziel.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="61146-7" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsziel.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/GoalOfTreatment" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Goal" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsziel.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan">
      <path value="Composition.section.section" />
      <sliceName value="behandlungsplan" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <constraint>
        <key value="SectionOrEmpty" />
        <severity value="error" />
        <human value="In der Section existiert mindestens eine section oder ein Grund, weshalb nichts da ist" />
        <expression value="section.exists() or emptyReason.exists()" />
        <source value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary" />
      </constraint>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Behandlungsplan" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="18776-5" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.entry">
      <path value="Composition.section.section.entry" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section">
      <path value="Composition.section.section.section" />
      <slicing>
        <discriminator>
          <type value="pattern" />
          <path value="code.coding" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:wundreinigung">
      <path value="Composition.section.section.section" />
      <sliceName value="wundreinigung" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:wundreinigung.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Wundreinigung" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:wundreinigung.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="39128-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:wundreinigung.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:wundreinigung.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:debridement">
      <path value="Composition.section.section.section" />
      <sliceName value="debridement" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:debridement.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Debridement" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:debridement.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="96392-6" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:debridement.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:debridement.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:primaerverband">
      <path value="Composition.section.section.section" />
      <sliceName value="primaerverband" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:primaerverband.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Primaerverband" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:primaerverband.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="450964002" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:primaerverband.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:primaerverband.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:sekundaerverband">
      <path value="Composition.section.section.section" />
      <sliceName value="sekundaerverband" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:sekundaerverband.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Sekundaerverband" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:sekundaerverband.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="450965001" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:sekundaerverband.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:sekundaerverband.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:abwehrreaktionAllergie">
      <path value="Composition.section.section.section" />
      <sliceName value="abwehrreaktionAllergie" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:abwehrreaktionAllergie.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Abwehrreaktion auf Wundprodukte, Allergien" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:abwehrreaktionAllergie.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="48765-2" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:abwehrreaktionAllergie.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:abwehrreaktionAllergie.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:physikalischeIntervention">
      <path value="Composition.section.section.section" />
      <sliceName value="physikalischeIntervention" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:physikalischeIntervention.title">
      <path value="Composition.section.section.section.title" />
      <fixedString value="Physikalische Intervention" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:physikalischeIntervention.code.coding">
      <path value="Composition.section.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="62387-6" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:physikalischeIntervention.entry">
      <path value="Composition.section.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Procedure" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsplan.section:physikalischeIntervention.section">
      <path value="Composition.section.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:ausruestungRessourcen">
      <path value="Composition.section.section" />
      <sliceName value="ausruestungRessourcen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:ausruestungRessourcen.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Benötigte Ausruestung, Ressourcen" />
    </element>
    <element id="Composition.section:therapie.section:ausruestungRessourcen.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="81635-5" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:ausruestungRessourcen.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/DeviceRequest" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:ausruestungRessourcen.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:therapieverlauf">
      <path value="Composition.section.section" />
      <sliceName value="therapieverlauf" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:therapieverlauf.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Therapieverlauf" />
    </element>
    <element id="Composition.section:therapie.section:therapieverlauf.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="89821-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:therapieverlauf.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Score" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:therapieverlauf.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:schmerzmanagement">
      <path value="Composition.section.section" />
      <sliceName value="schmerzmanagement" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:schmerzmanagement.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Schmerzmanagement" />
    </element>
    <element id="Composition.section:therapie.section:schmerzmanagement.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="54557-4" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:schmerzmanagement.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:schmerzmanagement.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:hygienemassnahmen">
      <path value="Composition.section.section" />
      <sliceName value="hygienemassnahmen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:hygienemassnahmen.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Hygienemassnahmen" />
    </element>
    <element id="Composition.section:therapie.section:hygienemassnahmen.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="225429000" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:hygienemassnahmen.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/VerbalAssessments" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:hygienemassnahmen.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:wundrandschutz">
      <path value="Composition.section.section" />
      <sliceName value="wundrandschutz" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:wundrandschutz.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Wundrandschutz" />
    </element>
    <element id="Composition.section:therapie.section:wundrandschutz.code">
      <path value="Composition.section.section.code" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="225424005:363702006=449747006" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:wundrandschutz.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:wundrandschutz.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:wundumgebungsschutz">
      <path value="Composition.section.section" />
      <sliceName value="wundumgebungsschutz" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:wundumgebungsschutz.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Wundumgebungsschutz" />
    </element>
    <element id="Composition.section:therapie.section:wundumgebungsschutz.code">
      <path value="Composition.section.section.code" />
      <patternCoding>
        <system value="http://snomed.org/sct" />
        <code value="225424005:363702006=449736004" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:wundumgebungsschutz.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:wundumgebungsschutz.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:kausaltherapie">
      <path value="Composition.section.section" />
      <sliceName value="kausaltherapie" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:kausaltherapie.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Kausaltherapie" />
    </element>
    <element id="Composition.section:therapie.section:kausaltherapie.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="62387-6" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:kausaltherapie.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:kausaltherapie.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:patientenedukation">
      <path value="Composition.section.section" />
      <sliceName value="patientenedukation" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:patientenedukation.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Patientenedukation" />
    </element>
    <element id="Composition.section:therapie.section:patientenedukation.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="34895-3" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:patientenedukation.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Education" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:patientenedukation.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsergebnisse">
      <path value="Composition.section.section" />
      <sliceName value="behandlungsergebnisse" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsergebnisse.title">
      <path value="Composition.section.section.title" />
      <fixedString value="Bisherige Ergebnisse der Behandlung" />
    </element>
    <element id="Composition.section:therapie.section:behandlungsergebnisse.code.coding">
      <path value="Composition.section.section.code.coding" />
      <min value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="61146" />
      </patternCoding>
    </element>
    <element id="Composition.section:therapie.section:behandlungsergebnisse.entry">
      <path value="Composition.section.section.entry" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" />
      </type>
    </element>
    <element id="Composition.section:therapie.section:behandlungsergebnisse.section">
      <path value="Composition.section.section.section" />
      <max value="0" />
    </element>
  </differential>
</StructureDefinition>