Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Implantable Device Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="device-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device device-example</b></p><a name="device-example"> </a><a name="hcdevice-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-implantable-device.html">US Core Implantable Device Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: Device Manufacturer Inc.</p><p><b>manufactureDate</b>: 2023-01-15</p><p><b>expirationDate</b>: 2028-01-15</p><p><b>lotNumber</b>: LOT123456</p><p><b>serialNumber</b>: SER987654</p><h3>DeviceNames</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>No implantable devices</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 56961003}">Cardiac transvenous pacemaker</span></p><p><b>patient</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p></div>
  </text>
  <status value="active"/>
  <manufacturer value="Device Manufacturer Inc."/>
  <manufactureDate value="2023-01-15"/>
  <expirationDate value="2028-01-15"/>
  <lotNumber value="LOT123456"/>
  <serialNumber value="SER987654"/>
  <deviceName>
    <name value="No implantable devices"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="56961003"/>
      <display value="Cardiac transvenous pacemaker"/>
    </coding>
  </type>
  <patient>🔗 
    <reference value="Patient/patient-ledner"/>
  </patient>
</Device>