Generated Narrative: StructureDefinition Datenarten-diab

NameFlagsCard.TypeDescription & Constraintsdoco
.. Datenarten-diab 0..*BaseDatenarten für das versorgungsstufenübergreifende elektronische Leitdokument
... Esentiell 1..1BackboneElementEssentielle Daten
.... Diagnose 0..*stringDiabetes- und Komplikations-Diagnosen
.... Termine 0..*stringKontakte & Termine: GDA-Kontakte, zu planende und durchgeführte Kontrolltermine und Überweisungen inkl. Befunden, zu planende und durchgeführte Schulungen
.... Diabetesmedikation 0..*stringTherapie: Diabetesmedikation im Verlauf
.... Labor 0..*stringLaborwerte: HbA1c mit Datum und im Verlauf, HbA1c-Zielwert, Kreatinin, Eiweiß im Harn
.... Vitalparameter 0..*stringKlinische Parameter: Größe, Gewicht, BMI
.... AllgemeineInfo 0..1stringAllgemeine Informationen: Metformin-Unverträglichkeit
... Zusatz 1..1BackboneElementSinnvolle zusätzliche Daten
.... Nebendiagnosen 0..*stringNebendiagnosen
.... Medikation 0..*stringGesamtmedikation
.... Labor 0..*stringLaborwerte: BZ-Tagesprofil, Cholesterin ges., HDL, LDL
.... Vitalparameter 0..*stringKlinische Parameter: Blutdruck
.... Allergien 0..*stringMedikamentenallergien
.... Allgemein 0..1stringTeilnahme am DMP

doco Documentation for this format
<status value="draft"/> <date value="2025-08-06T09:30:29+00:00"/> <publisher value="ELGA GmbH"/> <contact> <name value="ELGA GmbH"/> <telecom> <system value="url"/> <value value="https://elga.gv.at"/> </telecom> </contact> <contact> <name value="ELGA GmbH"/> <telecom> <system value="url"/> <value value="https://elga.gv.at"/> <use value="work"/> </telecom> </contact> <description value="Datenarten für das Versorgungsstufenübergreifende elektronische Leitdokument basierend auf dem Rahmenkonzept Integrierte Versorgung Diabetes mellitus Typ 2. Refer to the **[mapping from the logical model of diabetes to the logical model based on the International Patient Summary (IPS)](mappings.html#patient)** in order to get an idea how the IPS can be used in this context."/> <fhirVersion value="4.0.1"/> <kind value="logical"/> <abstract value="false"/> <type value="https://fhir.hl7.at/elga-iv-diabetes-r4/StructureDefinition/Datenarten-diab"/> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Base"/> <derivation value="specialization"/> <snapshot> <extension url="http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"> <valueString value="4.0.1"/> </extension> <element id="Datenarten-diab"> <path value="Datenarten-diab"/> <short value="Datenarten für das versorgungsstufenübergreifende elektronische Leitdokument"/> <definition value="Datenarten für das Versorgungsstufenübergreifende elektronische Leitdokument basierend auf dem Rahmenkonzept Integrierte Versorgung Diabetes mellitus Typ 2. Refer to the **[mapping from the logical model of diabetes to the logical model based on the International Patient Summary (IPS)](mappings.html#patient)** in order to get an idea how the IPS can be used in this context."/> <min value="0"/> <max value="*"/> <base> <path value="Base"/> <min value="0"/> <max value="*"/> </base> <isModifier value="false"/> </element> <element id="Datenarten-diab.Esentiell"> <path value="Datenarten-diab.Esentiell"/> <short value="Essentielle Daten"/> <definition value="Essentielle Daten"/> <min value="1"/> <max value="1"/> <base> <path value="Datenarten-diab.Esentiell"/> <min value="1"/> <max value="1"/> </base> <type> <code value="BackboneElement"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> </element> <element id="Datenarten-diab.Esentiell.id"> <path value="Datenarten-diab.Esentiell.id"/> <representation value="xmlAttr"/> <short value="Unique id for inter-element referencing"/> <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."/> <min value="0"/> <max value="1"/> <base> <path value="Element.id"/> <min value="0"/> <max value="1"/> </base> <type> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> <valueUrl value="string"/> </extension> <code value="http://hl7.org/fhirpath/System.String"/> </type> <isModifier value="false"/> <isSummary value="false"/> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element id="Datenarten-diab.Esentiell.extension"> <path value="Datenarten-diab.Esentiell.extension"/> <slicing> <discriminator> <type value="value"/> <path value="url"/> </discriminator> <description value="Extensions are always sliced by (at least) url"/> <rules value="open"/> </slicing> <short value="Additional content defined by implementations"/> <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/> <alias value="extensions"/> <alias value="user content"/> <min value="0"/> <max value="*"/> <base> <path value="Element.extension"/> <min value="0"/> <max value="*"/> </base> <type> <code value="Extension"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> <constraint> <key value="ext-1"/> <severity value="error"/> <human value="Must have either extensions or value[x], not both"/> <expression value="extension.exists() != value.exists()"/> <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])"/> <source value="http://hl7.org/fhir/StructureDefinition/Extension"/> </constraint> <isModifier value="false"/> <isSummary value="false"/> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element id="Datenarten-diab.Esentiell.modifierExtension"> <path value="Datenarten-diab.Esentiell.modifierExtension"/> <short value="Extensions that cannot be ignored even if unrecognized"/> <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."/> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/> <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)."/> <alias value="extensions"/> <alias value="user content"/> <alias value="modifiers"/> <min value="0"/> <max value="*"/> <base> <path value="BackboneElement.modifierExtension"/> <min value="0"/> <max value="*"/> </base> <type> <code value="Extension"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> <constraint> <key value="ext-1"/> <severity value="error"/> <human value="Must have either extensions or value[x], not both"/> <expression value="extension.exists() != value.exists()"/> <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])"/> <source value="http://hl7.org/fhir/StructureDefinition/Extension"/> </constraint> <isModifier value="true"/> <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them"/> <isSummary value="true"/> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element id="Datenarten-diab.Esentiell.Diagnose"> <path value="Datenarten-diab.Esentiell.Diagnose"/> <short value="Diabetes- und Komplikations-Diagnosen"/> <definition value="Diabetes- und Komplikations-Diagnosen"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Esentiell.Diagnose"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Termine"> <path value="Datenarten-diab.Esentiell.Termine"/> <short value="Kontakte & Termine: GDA-Kontakte, zu planende und durchgeführte Kontrolltermine und Überweisungen inkl. Befunden, zu planende und durchgeführte Schulungen"/> <definition value="Kontakte & Termine: GDA-Kontakte, zu planende und durchgeführte Kontrolltermine und Überweisungen inkl. Befunden, zu planende und durchgeführte Schulungen"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Esentiell.Termine"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Diabetesmedikation"> <path value="Datenarten-diab.Esentiell.Diabetesmedikation"/> <short value="Therapie: Diabetesmedikation im Verlauf"/> <definition value="Therapie: Diabetesmedikation im Verlauf"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Esentiell.Diabetesmedikation"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Labor"> <path value="Datenarten-diab.Esentiell.Labor"/> <short value="Laborwerte: HbA1c mit Datum und im Verlauf, HbA1c-Zielwert, Kreatinin, Eiweiß im Harn"/> <definition value="Laborwerte: HbA1c mit Datum und im Verlauf, HbA1c-Zielwert, Kreatinin, Eiweiß im Harn"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Esentiell.Labor"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Vitalparameter"> <path value="Datenarten-diab.Esentiell.Vitalparameter"/> <short value="Klinische Parameter: Größe, Gewicht, BMI"/> <definition value="Klinische Parameter: Größe, Gewicht, BMI"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Esentiell.Vitalparameter"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.AllgemeineInfo"> <path value="Datenarten-diab.Esentiell.AllgemeineInfo"/> <short value="Allgemeine Informationen: Metformin-Unverträglichkeit"/> <definition value="Allgemeine Informationen: Metformin-Unverträglichkeit"/> <min value="0"/> <max value="1"/> <base> <path value="Datenarten-diab.Esentiell.AllgemeineInfo"/> <min value="0"/> <max value="1"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz"> <path value="Datenarten-diab.Zusatz"/> <short value="Sinnvolle zusätzliche Daten"/> <definition value="Sinnvolle zusätzliche Daten"/> <min value="1"/> <max value="1"/> <base> <path value="Datenarten-diab.Zusatz"/> <min value="1"/> <max value="1"/> </base> <type> <code value="BackboneElement"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> </element> <element id="Datenarten-diab.Zusatz.id"> <path value="Datenarten-diab.Zusatz.id"/> <representation value="xmlAttr"/> <short value="Unique id for inter-element referencing"/> <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."/> <min value="0"/> <max value="1"/> <base> <path value="Element.id"/> <min value="0"/> <max value="1"/> </base> <type> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> <valueUrl value="string"/> </extension> <code value="http://hl7.org/fhirpath/System.String"/> </type> <isModifier value="false"/> <isSummary value="false"/> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element id="Datenarten-diab.Zusatz.extension"> <path value="Datenarten-diab.Zusatz.extension"/> <slicing> <discriminator> <type value="value"/> <path value="url"/> </discriminator> <description value="Extensions are always sliced by (at least) url"/> <rules value="open"/> </slicing> <short value="Additional content defined by implementations"/> <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/> <alias value="extensions"/> <alias value="user content"/> <min value="0"/> <max value="*"/> <base> <path value="Element.extension"/> <min value="0"/> <max value="*"/> </base> <type> <code value="Extension"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> <constraint> <key value="ext-1"/> <severity value="error"/> <human value="Must have either extensions or value[x], not both"/> <expression value="extension.exists() != value.exists()"/> <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])"/> <source value="http://hl7.org/fhir/StructureDefinition/Extension"/> </constraint> <isModifier value="false"/> <isSummary value="false"/> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element id="Datenarten-diab.Zusatz.modifierExtension"> <path value="Datenarten-diab.Zusatz.modifierExtension"/> <short value="Extensions that cannot be ignored even if unrecognized"/> <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."/> <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/> <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)."/> <alias value="extensions"/> <alias value="user content"/> <alias value="modifiers"/> <min value="0"/> <max value="*"/> <base> <path value="BackboneElement.modifierExtension"/> <min value="0"/> <max value="*"/> </base> <type> <code value="Extension"/> </type> <constraint> <key value="ele-1"/> <severity value="error"/> <human value="All FHIR elements must have a @value or children"/> <expression value="hasValue() or (children().count() > id.count())"/> <xpath value="@value|f:*|h:div"/> <source value="http://hl7.org/fhir/StructureDefinition/Element"/> </constraint> <constraint> <key value="ext-1"/> <severity value="error"/> <human value="Must have either extensions or value[x], not both"/> <expression value="extension.exists() != value.exists()"/> <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])"/> <source value="http://hl7.org/fhir/StructureDefinition/Extension"/> </constraint> <isModifier value="true"/> <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them"/> <isSummary value="true"/> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element id="Datenarten-diab.Zusatz.Nebendiagnosen"> <path value="Datenarten-diab.Zusatz.Nebendiagnosen"/> <short value="Nebendiagnosen"/> <definition value="Nebendiagnosen"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Zusatz.Nebendiagnosen"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Medikation"> <path value="Datenarten-diab.Zusatz.Medikation"/> <short value="Gesamtmedikation"/> <definition value="Gesamtmedikation"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Zusatz.Medikation"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Labor"> <path value="Datenarten-diab.Zusatz.Labor"/> <short value="Laborwerte: BZ-Tagesprofil, Cholesterin ges., HDL, LDL"/> <definition value="Laborwerte: BZ-Tagesprofil, Cholesterin ges., HDL, LDL"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Zusatz.Labor"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Vitalparameter"> <path value="Datenarten-diab.Zusatz.Vitalparameter"/> <short value="Klinische Parameter: Blutdruck"/> <definition value="Klinische Parameter: Blutdruck"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Zusatz.Vitalparameter"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Allergien"> <path value="Datenarten-diab.Zusatz.Allergien"/> <short value="Medikamentenallergien"/> <definition value="Medikamentenallergien"/> <min value="0"/> <max value="*"/> <base> <path value="Datenarten-diab.Zusatz.Allergien"/> <min value="0"/> <max value="*"/> </base> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Allgemein"> <path value="Datenarten-diab.Zusatz.Allgemein"/> <short value="Teilnahme am DMP"/> <definition value="Teilnahme am DMP"/> <min value="0"/> <max value="1"/> <base> <path value="Datenarten-diab.Zusatz.Allgemein"/> <min value="0"/> <max value="1"/> </base> <type> <code value="string"/> </type> </element> </snapshot> <differential> <element id="Datenarten-diab"> <path value="Datenarten-diab"/> <short value="Datenarten für das versorgungsstufenübergreifende elektronische Leitdokument"/> <definition value="Datenarten für das Versorgungsstufenübergreifende elektronische Leitdokument basierend auf dem Rahmenkonzept Integrierte Versorgung Diabetes mellitus Typ 2. Refer to the **[mapping from the logical model of diabetes to the logical model based on the International Patient Summary (IPS)](mappings.html#patient)** in order to get an idea how the IPS can be used in this context."/> </element> <element id="Datenarten-diab.Esentiell"> <path value="Datenarten-diab.Esentiell"/> <short value="Essentielle Daten"/> <definition value="Essentielle Daten"/> <min value="1"/> <max value="1"/> <type> <code value="BackboneElement"/> </type> </element> <element id="Datenarten-diab.Esentiell.Diagnose"> <path value="Datenarten-diab.Esentiell.Diagnose"/> <short value="Diabetes- und Komplikations-Diagnosen"/> <definition value="Diabetes- und Komplikations-Diagnosen"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Termine"> <path value="Datenarten-diab.Esentiell.Termine"/> <short value="Kontakte & Termine: GDA-Kontakte, zu planende und durchgeführte Kontrolltermine und Überweisungen inkl. Befunden, zu planende und durchgeführte Schulungen"/> <definition value="Kontakte & Termine: GDA-Kontakte, zu planende und durchgeführte Kontrolltermine und Überweisungen inkl. Befunden, zu planende und durchgeführte Schulungen"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Diabetesmedikation"> <path value="Datenarten-diab.Esentiell.Diabetesmedikation"/> <short value="Therapie: Diabetesmedikation im Verlauf"/> <definition value="Therapie: Diabetesmedikation im Verlauf"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Labor"> <path value="Datenarten-diab.Esentiell.Labor"/> <short value="Laborwerte: HbA1c mit Datum und im Verlauf, HbA1c-Zielwert, Kreatinin, Eiweiß im Harn"/> <definition value="Laborwerte: HbA1c mit Datum und im Verlauf, HbA1c-Zielwert, Kreatinin, Eiweiß im Harn"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.Vitalparameter"> <path value="Datenarten-diab.Esentiell.Vitalparameter"/> <short value="Klinische Parameter: Größe, Gewicht, BMI"/> <definition value="Klinische Parameter: Größe, Gewicht, BMI"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Esentiell.AllgemeineInfo"> <path value="Datenarten-diab.Esentiell.AllgemeineInfo"/> <short value="Allgemeine Informationen: Metformin-Unverträglichkeit"/> <definition value="Allgemeine Informationen: Metformin-Unverträglichkeit"/> <min value="0"/> <max value="1"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz"> <path value="Datenarten-diab.Zusatz"/> <short value="Sinnvolle zusätzliche Daten"/> <definition value="Sinnvolle zusätzliche Daten"/> <min value="1"/> <max value="1"/> <type> <code value="BackboneElement"/> </type> </element> <element id="Datenarten-diab.Zusatz.Nebendiagnosen"> <path value="Datenarten-diab.Zusatz.Nebendiagnosen"/> <short value="Nebendiagnosen"/> <definition value="Nebendiagnosen"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Medikation"> <path value="Datenarten-diab.Zusatz.Medikation"/> <short value="Gesamtmedikation"/> <definition value="Gesamtmedikation"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Labor"> <path value="Datenarten-diab.Zusatz.Labor"/> <short value="Laborwerte: BZ-Tagesprofil, Cholesterin ges., HDL, LDL"/> <definition value="Laborwerte: BZ-Tagesprofil, Cholesterin ges., HDL, LDL"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Vitalparameter"> <path value="Datenarten-diab.Zusatz.Vitalparameter"/> <short value="Klinische Parameter: Blutdruck"/> <definition value="Klinische Parameter: Blutdruck"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Allergien"> <path value="Datenarten-diab.Zusatz.Allergien"/> <short value="Medikamentenallergien"/> <definition value="Medikamentenallergien"/> <min value="0"/> <max value="*"/> <type> <code value="string"/> </type> </element> <element id="Datenarten-diab.Zusatz.Allgemein"> <path value="Datenarten-diab.Zusatz.Allgemein"/> <short value="Teilnahme am DMP"/> <definition value="Teilnahme am DMP"/> <min value="0"/> <max value="1"/> <type> <code value="string"/> </type> </element> </differential> </StructureDefinition>