Back To Index  <<  Back To Templates

active Template  Multimedia Embedded Content

Id 1.3.6.1.4.1.19376.1.3.10.9.2
ref
XDLAB-
Effective Date 2008‑08‑08
Status active Active Version Label 2017
Name Multimediaembeddedcontent Display Name Multimedia Embedded Content
Description
en-US 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.
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 6 templates, Uses 0 templates
Used by as Name Version
1.3.6.1.4.1.19376.1.3.1.5 Include active Laboratory Isolate Organizer (2017) 2008‑08‑08
1.3.6.1.4.1.19376.1.3.1 link active Laboratory Report Data Processing Entry (2017) 2008‑08‑08
1.3.6.1.4.1.19376.1.3.3.2.1 link active Laboratory Specialty Section (2017) 2008‑08‑08
2.16.840.1.113883.2.9.10.1.1 link draft Referto di Medicina di Laboratorio (LAB) 2018‑04‑16
1.3.6.1.4.1.19376.1.3.3.2.2 link active Laboratory Report Item Section (2017) 2008‑08‑08
1.3.6.1.4.1.19376.1.3.1.4 Containment active Laboratory Battery Organizer (2017) 2008‑08‑08
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>
Item DT Card Conf Description Label
hl7:observationMedia
(Muldotsent)
@classCode
cs 1 … 1 F OBS
@moodCode
cs 1 … 1 F EVN
hl7:value
1 … 1 M (Muldotsent)
@mediaType
cs 1 … 1 R
  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
cs 1 … 1 F B64