Id1.3.6.1.4.1.12559.11.10.1.3.1.3.5
ref
epsos-
Effective Date2020‑09‑09 14:16:50
Statusretired RetiredVersion Label
NameeHDSIMedicalDeviceDisplay NameeHDSI Medical Device
DescriptionThe medical devices entry content module describes the kind of device that is, or has been used by the patient
ContextParent nodes of template element with id 1.3.6.1.4.1.12559.11.10.1.3.1.3.5
ClassificationCDA Entry Level Template
Open/ClosedOpen (other than defined elements are allowed)
RelationshipVersion: template 1.3.6.1.4.1.12559.11.10.1.3.1.3.5 eHDSI Medical Device (2020‑04‑16 13:07:31)
ref
epsos-

Version: template 1.3.6.1.4.1.12559.11.10.1.3.1.3.5 Medical Devices (2013‑12‑20)
ref
epsos-
Example
Example
<supply moodCode="EVN" classCode="SPLY">
  <templateId root="1.3.6.1.4.1.12559.11.10.1.3.1.3.5"/>  <id root="2.16.840.1.113883.19.811.3"/>  <text>
    <reference value="#DevDescr"/>  </text>
  <effectiveTime value="20070728"/>  <participant typeCode="DEV">
    <participantRole classCode="MANU">
      <id root=""/>      <playingDevice classCode="DEV" determinerCode="INSTANCE">
        <code code="" codeSystem=""/>      </playingDevice>
    </participantRole>
  </participant>
  <!-- ... -->
</supply>
Example
No information available
<supply classCode="SPLY" moodCode="EVN">
  <templateId root="1.3.6.1.4.1.12559.11.10.1.3.1.3.5"/>  <id root="2.999.5.1" extension="__example only__"/>  <text>
    <reference value="#Medical_Devices_Unknown"/>  </text>
  <effectiveTime nullFlavor="NA"/>  <participant typeCode="DEV">
    <participantRole classCode="MANU">
      <playingDevice classCode="DEV" determinerCode="INSTANCE">
        <code code="no-device-info" displayName="No information about devices" codeSystem="2.16.840.1.113883.5.1150.1" codeSystemName="IPS Absent and Unknown Data"/>      </playingDevice>
    </participantRole>
  </participant>
</supply>
Example
Known absence
<supply classCode="SPLY" moodCode="EVN">
  <templateId root="1.3.6.1.4.1.12559.11.10.1.3.1.3.5"/>  <id root="2.999.5.1" extension="__example only__"/>  <text>
    <reference value="#Medical_Devices_None"/>  </text>
  <effectiveTime nullFlavor="NA"/>  <participant typeCode="DEV">
    <participantRole classCode="MANU">
      <playingDevice classCode="DEV" determinerCode="INSTANCE">
        <code code="no-known-devices" displayName="No known devices in use" codeSystem="2.16.840.1.113883.5.1150.1" codeSystemName="IPS Absent and Unknown Data"/>      </playingDevice>
    </participantRole>
  </participant>
</supply>
ItemDTCardConfDescriptionLabel
hl7:supply
R

The <supply> element shall be present. The moodCode attribute shall be EVN to reflect that a medical device has been provided.

eHDSdotsvice
@classCode
cs1 … 1FSPLY
@moodCode
cs1 … 1FEVN
hl7:templateId
II1 … 1ReHDSI Medical DeviceeHDSdotsvice
@root
uid1 … 1F1.3.6.1.4.1.12559.11.10.1.3.1.3.5
hl7:id
II0 … *R

This optional element identifies the provision of the device.

eHDSdotsvice
hl7:code
CD0 … 1ReHDSdotsvice
hl7:text
ED0 … 1R

The <text> element references the part of the section narrative, which contains the description of the device.

eHDSdotsvice
hl7:reference
TEL1 … 1MeHDSdotsvice
@value
1 … 1RReference pointing to the narrative, typically #{label}-{generated-id}, e.g. #xxx-1
hl7:effectiveTime
IVL_TS1 … 1RThis element provides the interval of time corresponding to the device usage by/presence in the patient.
If only the value attribute is specified without the low/high sub elements, it is considered the implant date of the device.
eHDSdotsvice
@xsi:type
1 … 1FIVL_TS
 Example
A medical device still present in the patient
<effectiveTime xsi:type="20070728">
  <low value="20070728"/></effectiveTime>
 Example
A medical device that has been removed from the patient
<effectiveTime xsi:type="IVL_TS">
  <low value="20070728"/>  <high value="20150215"/></effectiveTime>
 Example
A medical device still present in the patient
<effectiveTime value="20070728" xsi:type="IVL_TS"/>
hl7:low
1 … 1RThe lower bound of the interval represents the start date/time.eHDSdotsvice
hl7:high
0 … 1CThe upper bound represents the end date/time. If it is not present, the device is still used by or present in the patient.eHDSdotsvice
hl7:participant
1 … *R

The device is represented as a participant in the supply structure. The following descriptions apply to the device structure.

eHDSdotsvice
@typeCode
cs1 … 1FDEV
 Example<participant typeCode="DEV">
  <participantRole classCode="MANU">
    <id root=""/>    <playingDevice classCode="DEV" determinerCode="INSTANCE">
      <code code="" codeSystem=""/>      <!-- ... -->
    </playingDevice>
  </participantRole>
</participant>
hl7:participantRole
1 … 1ReHDSdotsvice
@classCode
cs1 … 1FMANU
hl7:id
0 … *R

The device ID is represented by the <id> element of the participant role. This element is optional, as not all device identifiers (serial numbers) may be known to the provider or patient.

eHDSdotsvice
hl7:playingDevice
1 … 1R

The <playingDevice> element describes the device instance. The class code shall contain the value of "DEV", and the determiner code shall contain "INSTANCE".

eHDSdotsvice
@classCode
cs1 … 1FDEV
@determinerCode
cs1 … 1FINSTANCE
hl7:code
1 … 1R

The device code describes the type of device (e.g. arm prosthesis, arterial stent). It shall contain codes from the eHDSIMedicalDevice value set OID 1.3.6.1.4.1.12559.11.10.1.3.1.42.8.

One of the concepts from the Value Set eHDSIAbsentOrUnknownDevice shall be used in the <code> element to record that:

  • There is no information available regarding implanted or external devices for the subject.
  • There are no devices known to be implanted in or used by the subject that have to be reported in this record. This can mean either that there are none known, or that those known are not relevant for the purpose of this record.
eHDSdotsvice
 CONF
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.8 eHDSIMedicalDevice (DYNAMIC)
or
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.48 eHDSIAbsentOrUnknownDevice (DYNAMIC)