Back To Index  <<  Back To Templates

active Template  Multimedia Embedded Content

Id 2.16.756.5.30.1.1.10.4.18
ref
ch-palm-
Effective Date 2019‑08‑20
Other versions this id:
Status active Active Version Label 2020
Name chpalm_entry_MultimediaEmbeddedContent Display Name Multimedia Embedded Content
Description

Multimedia objects (e.g., PDF representations of the CDA document, pictures, Reiber diagrams, electrophoresis, etc.) MAY be integrated into a CDA document, either by reference to external multimedia objects or by means of XML embedding.

This template defines only the embedding of multimedia objects in the CDA document. References to external documents can be created with the ExternalDocument template.

For embedding in XML, the multimedia objects Base-64 must be encoded.

Due to the amount of data, only light objects should be embedded.

Heavy objects should be integrated using links to external documents.

Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.18
Label CH‑PALM
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 3 transactions and 16 templates, Uses 0 templates
Used by as Name Version
cdachvacd-transaction-5 Transaction pending CDA-CH-VACD - Immunization Recommendation Request (2018) 2018‑04‑10 18:08:44
cdachvacd-transaction-6 Transaction pending CDA-CH-VACD - Immunization Recommendation Response (2018) 2018‑04‑10 18:09:59
cdachvacd-transaction-7 Transaction pending CDA-CH-VACD - Vaccination Record (2018) 2018‑04‑10 18:10:49
2.16.756.5.30.1.1.10.4.17 Containment active Laboratory Isolate Organizer (2019) 2019‑08‑20
2.16.756.5.30.1.1.10.4.4 link active Laboratory Report Data Processing Entry (2019) 2019‑08‑20
2.16.756.5.30.1.1.10.3.3 link active Laboratory Speciality Section - coded (2019) 2019‑08‑20
2.16.756.5.30.1.1.10.1.17 link active Immunization Recommendation Request (2020) 2020‑06‑26
2.16.756.5.30.1.1.10.1.17 link rejected Immunization Recommendation Request (2018) 2018‑04‑19
2.16.756.5.30.1.1.10.1.18 link active Immunization Recommendation Response (2020) 2020‑06‑26
2.16.756.5.30.1.1.10.1.18 link rejected Immunization Recommendation Response (2018) 2018‑04‑19
2.16.756.5.30.1.1.10.1.19 link active Vaccination Record (2020) 2020‑06‑26
2.16.756.5.30.1.1.10.1.19 link rejected Vaccination Record (2018) 2018‑04‑19
2.16.756.5.30.1.1.10.3.3 link rejected Laboratory Speciality Section - coded (2017) 2017‑06‑21
2.16.756.5.30.1.1.10.3.5 link active Laboratory Report Item Section - coded (2019) 2019‑08‑20
2.16.756.5.30.1.1.10.3.5 link rejected Laboratory Report Item Section - coded (2017) 2017‑06‑21
2.16.756.5.30.1.1.10.4.4 link rejected Laboratory Report Data Processing Entry (2017) 2017‑06‑21
2.16.756.5.30.1.1.10.4.17 Containment rejected Laboratory Isolate Organizer (2017) 2017‑06‑21
2.16.756.5.30.1.1.10.4.19 Containment active Laboratory Battery Organizer (2019) 2019‑08‑20
2.16.756.5.30.1.1.10.4.19 Containment rejected Laboratory Battery Organizer (2017) 2017‑06‑21
Relationship Specialization: template 2.16.840.1.113883.10.12.304 CDA ObservationMedia (2005‑09‑07)
ref
ad1bbr-

Specialization: template 2.16.756.5.30.1.1.10.4.83 Observation Media (DYNAMIC)
ref
hl7chcda-
Example
XD-LAB Example
<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>
Example
Example
<observationMedia ID="pdf1">
  <templateId root="2.16.756.5.30.1.1.10.4.18"/>  <templateId root="2.16.756.5.30.1.1.10.4.83"/>  <id root="2.999" extension="1095634"/>  <languageCode code="en-US"/>  <value type="ED" mediaType="application/pdf" representation="B64">JVBERi0xL ... 1DQolJUVPRg==</value></observationMedia>
Item DT Card Conf Description Label
hl7:observationMedia
CH-PALM
@ID
st 1 … 1 R Key for the reference to the narrative part of the document (<renderMultimedia referencedObject="the Key..."/>)
hl7:templateId
II 1 … 1 M CH-PALM
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.18
hl7:templateId
II 1 … 1 M CH-PALM
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.83
hl7:id
II 0 … * IDs for this item CAN be filled for traceability. CH-PALM
@root
uid 1 … 1 R MUST contain the OID of the system that issued the ID. OIDs of code systems, which are published in the public OID registry for the Swiss health care system (oid.refdata.ch) are REQUIRED. Others are NOT ALLOWED.
@extension
st 0 … 1   Contains the ID itself. The ID MUST be unique within the system that issued the ID.
hl7:languageCode
CS 1 … 1 R The RFC 1766 (ISO-639-1 and ISO 3166) based language in which the multimedia object is written. If it isn't known or not available (e.g. for pictures), use nullFlavor instead. CH-PALM
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.11526 HumanLanguage (DYNAMIC)
hl7:value
ED 1 … 1 R The Base-64 encoded multimedia object. CH-PALM
@representation
cs 1 … 1 F B64
  Indicates that the object is Base-64 encoded.
@mediaType
cs 1 … 1 R Mime type of the multimedia object. According to XD-LAB, only gif, jpeg, png or bmp formats are permitted for laboratory reports (Value-Set Multimedia Embedded Media Types)
  CONF
The value of @mediaType shall be drawn from value set 1.3.6.1.4.1.19376.1.3.11.5 Multimedia Embedded Media Types (DYNAMIC)
hl7:entryRelationship
NP This template defines only the embedding of multimedia objects in the CDA document. CH-PALM
hl7:reference
NP This template defines only the embedding of multimedia objects in the CDA document. CH-PALM