Id1.3.182.11.3.3.3Effective Date2018‑09‑26 15:16:32
Statusdraft DraftVersion Label
NameMultimediaembeddedcontentXDLABDisplay NameMultimedia Embedded Content
Description
The embedding of multimedia content (e.g. a small image of an electrophoresis chart) in a Laboratory Report is consistent with the CDA R2 Standard. The CDA schema allows both embedded multimedia objects and referenced external multimedia objects. However, this content module restrains the use to embedded multimedia objects only. Additionally, the embedded content SHALL be B64 encoded. This is indicated by setting observationMedia/value/ representation="B64". This profile supports only small images in gif, jpeg, png or bmp format, which are in most cases, not real pictures but simple graphics, such as an electrophoresis chart, embedded in the report, or an illustration of the test results. The sharing of real images (e.g. a picture taken from a microscope, such as the the picture of a kariotype) will be addressed in the future by an extension of the Laboratory Technical Framework.
ContextPathname /
ClassificationCDA Entry Level Template
Open/ClosedClosed (only defined elements are allowed)
Used by / Uses
Used by 0 transactions and 3 templates, Uses 0 templates
Used by as NameVersion
1.3.182.11.3.3.5Containmentdraft Laboratory Battery Organizer2018‑09‑26 16:34:35
1.3.182.11.3.3.6Includedraft Laboratory Isolate Organizer2018‑09‑26 16:45:01
1.3.182.11.3.3.7Containmentdraft Laboratory Report Data Processing Entry2018‑09‑26 16:56:18
Example
Multimedia Content Example
<observationMedia classCode="OBS" moodCode="EVN" ID="ELECTRO">
  <value mediaType="image/gif" representation="B64">Here is the inline B64 multimedia content</value></observationMedia>
Example
Multimedia Content Example with section overview
<section>
  <text>
    <!-- .. -->
    <renderMultimedia referencedObject="ELECTRO"/>    <!-- .. -->
  </text>
  <entry>
    <!-- .. -->
    <observationMedia classCode="OBS" moodCode="EVN" ID="ELECTRO">
      <value mediaType="image/gif" representation="B64">Here is the inline B64 multimedia content</value>    </observationMedia>
    <!-- .. -->
  </entry>
</section>
ItemDTCardConfDescriptionLabel
hl7:observationMedia
MultdotsDLAB
@ID
st1 … 1R
XML – ID attribute to serve as the target
of a <renderMultimedia> reference
@classCode
cs1 … 1FOBS
@moodCode
cs1 … 1FEVN
hl7:templateId
II1 … 1MMultdotsDLAB
@root
uid1 … 1F1.3.182.11.3.3.3
hl7:id
II0 … 1
Unique identifier, if existing from the source
MultdotsDLAB
hl7:value
1 … 1MMultdotsDLAB
@mediaType
cs1 … 1R
 CONF
@mediaType shall be "image/gif"
or
@mediaType shall be "image/jpeg"
or
@mediaType shall be "image/png"
or
@mediaType shall be "image/bmp"
@representation
cs1 … 1FB64