Format von Versionsangaben
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 | Extension | Element IdExtension Format von Versionsangaben DefinitionFormat von Versionsangaben Werden sowohl formatString als auch formatExpression angegeben, müssen diese synonym sein.
| ||
extension | 0..* | Extension | Element IdExtension.extension Additional content defined by implementations Alternate namesextensions, user content DefinitionMay 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. 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. Unordered, Open, by url(Value) Constraints
| |
formatString | 0..1 | Extension | Element IdExtension.extension:formatString Beschreibung des Formats einer Versionsangabe in textueller Form (menschenlesbar) Alternate namesextensions, user content DefinitionMay 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. 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.
| |
url | 1..1 | System.StringFixed Value | Element IdExtension.extension:formatString.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. System.String Fixed ValueformatString
| |
value[x] | 1..1 | There are no (further) constraints on this element Element IdExtension.extension:formatString.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). A stream of bytes, base64 encoded
| ||
valueString | string | Data Type | ||
formatExpression | 0..1 | Extension | Element IdExtension.extension:formatExpression Regular Expression, die das erlaubte Format von Versionen bestimmt. Alternate namesextensions, user content DefinitionMay 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. 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.
| |
url | 1..1 | System.StringFixed Value | Element IdExtension.extension:formatExpression.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. System.String Fixed ValueformatExpression
| |
value[x] | 1..1 | There are no (further) constraints on this element Element IdExtension.extension:formatExpression.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). A stream of bytes, base64 encoded
| ||
valueString | string | Data Type | ||
url | 1..1 | System.StringFixed Value | Element IdExtension.url identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. 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. System.String Fixed Valuehttp://fhir.de/ConsentManagement/StructureDefinition/VersionFormat
| |
value[x] | 0..0 | There are no (further) constraints on this element Element IdExtension.value[x] Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). A stream of bytes, base64 encoded
|
Beispiel für Variante "FormatString"
<extension url="formatString"> <valueString value="major.minor.char" /> </extension>