Logo
Base-64-kodiertes Logo der
Domain (Studie, Organisation)
Übersicht
Extension | | | Extension | There are no (further) constraints on this element Element IdShort description Optional Extensions Element Definition Optional Extension Element - found in all resources.
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 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/Logo Mappings |
value[x] | | 1..1 | | 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).
Comments A stream of bytes, base64 encoded
Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
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>