Logo
Base-64-kodiertes Logo der
Domain (Studie, Organisation)
Übersicht
| ConsentManagementLogo (Extension) | I |  | Extension | There are no (further) constraints on this elementElement idShort description Optional Extensions ElementDefinition Data typeOptional Extension Element - found in all resources.ExtensionConstraints Mappingsele-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()
 | 
| id |  | 0..1 | string | There are no (further) constraints on this elementElement idShort description Unique id for inter-element referencingDefinition Data typeUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.stringMappings | 
| extension | I | 0..* | Extension | There are no (further) constraints on this elementElement idShort description Additional content defined by implementationsAlternate names extensions, user contentDefinition CommentsMay 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.Data typeThere 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.ExtensionSliced: Unordered, Open, by url(Value) Extensions are always sliced by (at least) urlConstraints Mappingsele-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()
 | 
| url |  | 1..1 | uriFixed Value | Element idShort description identifies the meaning of the extensionDefinition CommentsSource of the definition for the extension code - a logical name or a URL.Data typeThe 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.uriFixed value Mappingshttp://fhir.de/ConsentManagement/StructureDefinition/Logo | 
| value[x] |  | 1..1 |  | There are no (further) constraints on this elementElement idShort description Value of extensionDefinition ConstraintsValue of extension - must be one of a constrained set of the data types (see Extensibility for a list).Mappingsele-1: All FHIR elements must have a @value or children
 hasValue() or (children().count() > id.count())
 | 
| valueAttachment |  |  | Attachment | Data type Attachment | 
Beispiel
<extension url="http://fhir.de/ConsentManagement/StructureDefinition/Logo">
    <valueAttachment>
        <contentType value="image/png" />
        <data value="YOUR-BASE64-ENCODED-LOGO-HERE"/>
    </valueAttachment>
</extension>