VersionierungsFormat der Policies, Modules und Templates im Kontext einer Consent Domain.
Die Angabe ist in Form eines Formatstrings (siehe Beispiele in der nachfolgenden Tabelle) oder als Formatexpression (Regex) möglich. Wird beides angegeben, müssen beide synonym sein.
| Format von Versionsvorgaben | 
Beispiel | 
| major | 
Version 1, Version 2,... | 
| major.minor | 
Version 1.0, Version 1.1, Version 2.0,... | 
| major.minor.maintenance | 
Version 1.0.1, Version 2.1.0, Version 2.1.2,... | 
| major.minor.char | 
Version 1.6.a, Version 1.6.b, Version 1.6.c,... | 
Übersicht
| Extension | I |  | Extension | Element IdShort description  Format von Versionsangaben Definition Format von Versionsangaben 
 Comments Werden sowohl formatString als auch formatExpression angegeben, müssen diese synonym sein. 
 Data Type Extension Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) - ext-1:Must have either extensions or value[x], not both
 extension.exists() != value.exists() 
  Mappings | 
| extension | I | 0..* | Extension | Element IdShort description  Additional content defined by implementations Alternate names extensions, user content Definition 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. 
 Comments 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. 
 Data Type Extension Sliced: Unordered, Open, by url(Value) Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) - ext-1:Must have either extensions or value[x], not both
 extension.exists() != value.exists() 
  Mappings | 
| formatString | I | 0..1 | Extension | Element IdExtension.extension:formatString  Short description Beschreibung des Formats einer Versionsangabe in textueller Form (menschenlesbar) Alternate names extensions, user content Definition 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. 
 Comments 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. 
 Data Type Extension Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) - ext-1:Must have either extensions or value[x], not both
 extension.exists() != value.exists() 
  Mappings | 
| url |  | 1..1 | System.StringFixed Value | Element IdExtension.extension:formatString.url  Short description identifies the meaning of the extension Definition Source of the definition for the extension code - a logical name or a URL. 
 Comments The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. 
 Data Type System.String Fixed Value Mappings | 
| value[x] |  | 1..1 |  | There are no (further) constraints on this element Element IdExtension.extension:formatString.value[x]  Short description Value of extension Definition Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). 
 Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) 
  Mappings | 
| valueString |  |  | string | Data Type  string  | 
| formatExpression | I | 0..1 | Extension | Element IdExtension.extension:formatExpression  Short description Regular Expression, die das erlaubte Format von Versionen bestimmt. Alternate names extensions, user content Definition 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. 
 Comments 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. 
 Data Type Extension Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) - ext-1:Must have either extensions or value[x], not both
 extension.exists() != value.exists() 
  Mappings | 
| url |  | 1..1 | System.StringFixed Value | Element IdExtension.extension:formatExpression.url  Short description identifies the meaning of the extension Definition Source of the definition for the extension code - a logical name or a URL. 
 Comments The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. 
 Data Type System.String Fixed Value Mappings | 
| value[x] |  | 1..1 |  | There are no (further) constraints on this element Element IdExtension.extension:formatExpression.value[x]  Short description Value of extension Definition Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). 
 Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) 
  Mappings | 
| valueString |  |  | string | Data Type  string  | 
| url |  | 1..1 | System.StringFixed Value | Element IdShort description  identifies the meaning of the extension Definition Source of the definition for the extension code - a logical name or a URL. 
 Comments The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. 
 Data Type System.String Fixed Value 
http://fhir.de/ConsentManagement/StructureDefinition/VersionFormat  Mappings | 
| value[x] |  | 0..0 |  | There are no (further) constraints on this element Element IdShort description Value of extension Definition Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). 
 Constraints- ele-1:All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count()) 
  Mappings | 
 
<extension url="formatString">
            <valueString value="major.minor.char" />
</extension>