Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Device Example - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <versionId value="1799684833200430"/>
    <lastUpdated value="2017-04-21T06:20:31.903+05:30"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-device-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="New"/>
      <display value="New"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="Pencil"/>
      <display value="Pencil"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="NewPencil"/>
      <display value="New Pencil"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </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">version: versionId: id (PrimitiveType/Device.meta.versionId): element = id -&gt; versionId=id[1799684833200430]; Last updated: 2017-04-21 06:20:31+0530</p><p style="margin-bottom: 0px">Profiles: <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-implantable-device.html">US Core Implantable Device Profile</a>, <a href="StructureDefinition-athena-device-profile.html">AthenaDevice</a></p><p style="margin-bottom: 0px">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil  = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil  = ' NewPencil ', stated as ' New Pencil ')</p><p style="margin-bottom: 0px">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/00643169007222</p><h3>UdiCarriers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style="display: none">*</td><td>00643169007222</td><td>(01)00643169007222(17)160128(21)BLC200461I</td></tr></table><p><b>status</b>: Inactive</p><p><b>manufacturer</b>: ABBOTT VASCULAR INC.</p><p><b>manufactureDate</b>: 2017-04-21 06:20:31+0530</p><p><b>expirationDate</b>: 2017-04-21 06:20:31+0530</p><p><b>lotNumber</b>: A213B1</p><p><b>serialNumber</b>: 12377</p><p><b>modelNumber</b>: 1145350-28</p><p><b>type</b>: <span title="Codes:">Cardiac resynchronization therapy implantable defibrillator</span></p><h3>Versions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td>1145350-28</td></tr></table><p><b>patient</b>: <a href="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>note</b>: Implantable device is installed</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DEVICEIDENTIFIER/Training"/>
    <value value="00643169007222"/>
  </identifier>
  <udiCarrier>
    <deviceIdentifier value="00643169007222"/>
    <carrierHRF value="(01)00643169007222(17)160128(21)BLC200461I"/>
  </udiCarrier>
  <status value="inactive">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/devicestatus"/>
        <code value="I"/>
        <display value="Inactive"/>
      </valueCoding>
    </extension>
  </status>
  <manufacturer value="ABBOTT VASCULAR INC."/>
  <manufactureDate value="2017-04-21T06:20:31+05:30"/>
  <expirationDate value="2017-04-21T06:20:31+05:30"/>
  <lotNumber value="A213B1"/>
  <serialNumber value="12377"/>
  <modelNumber value="1145350-28"/>
  <type>
    <text
          value="Cardiac resynchronization therapy implantable defibrillator"/>
  </type>
  <version>
    <value value="1145350-28"/>
  </version>
  <patient>🔗 
    <reference value="Patient/Example1"/>
  </patient>
  <note>
    <text value="Implantable device is installed"/>
  </note>
</Device>