View raw Markdown
type: exampleresource: Deviceexample: device-example-ANDThermometer

Device Example: device-example-ANDThermometer

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Device xmlns="http://hl7.org/fhir">
<id value="ANDThermometer"/> 
<identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers" />
        <code value="SYSID" />
        <display value="System Identifier" />
      </coding>
    </type>
    <system value="urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680" />
    <value value="54-4A-16-FF-FE-32-12-26"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers" />
        <code value="BTMAC"/>
        <display value="Bluetooth Address"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/eui-48" />
    <value value="54-4A-16-32-12-26" />
  </identifier>
  <udiCarrier>
    <deviceIdentifier value="92677176693286" />
    <issuer value="http://hl7.org/fhir/NamingSystem/gs1-di" />
    <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi" />
    <carrierHRF value="(01)92677176693286(21)5160800011" />
    <entryType value="unknown" />
  </udiCarrier>
  <manufacturer value="A&amp;D Medical" />
  <serialNumber value="5160800011" />
  <name>
    <value value="A&amp;D_UT201BLEA_321226"/>
      <type>
      <coding>
        <system value="http://hl7.org/fhir/device-nametype"/>
            <code value="user-friendly-name"/>
        </coding>
      </type>	
    </name>
  <modelNumber value="UT-201BLE-A" />
  <type>
    <coding>
      <system value="urn:iso:std:iso:11073:10101" />
      <code value="65573" />
      <display value="MDC_MOC_VMS_MDS_SIMP" />
    </coding>
    <text value="MDC_MOC_VMS_MDS_SIMP: Personal Health Device" />
  </type>
  <deviceVersion>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="531976"/>
      </coding>
      <text value="MDC_ID_PROD_SPEC_FW: Firmware revision"/>
    </type>
    <value value="HTP009_137"/>
  </deviceVersion>
  <deviceVersion>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="531975"/>
      </coding>
      <text value="MDC_ID_PROD_SPEC_SW: Software revision"/>
    </type>
    <value value="0.00"/>
  </deviceVersion>
  <deviceVersion>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="531974"/>
      </coding>
      <text value="MDC_ID_PROD_SPEC_HW: Hardware revision" />
    </type>
    <value value="0.00"/>
  </deviceVersion>
  <deviceVersion>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="532352"/>
      </coding>
      <text value="MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version"/>
    </type>
    <value value="4.1"/>
  </deviceVersion>
  <conformsTo>
    <specification>
      <coding>
        <system value="urn:iso:std:iso:11073:10101" />
        <code value="528392" />
      </coding>
      <text value="MDC_DEV_SPEC_PROFILE_TEMP: Thermometer" />
    </specification>
    <version value="1"/>
  </conformsTo>
  <property>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101" />
        <code value="532353"/>
      </coding>
      <text value="MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list"/>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ContinuaPAN" />
        <code value="32776"/>
      </coding>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ASN1ToHL7" />
        <code value="532354.0"/>
        <display value="regulation-status"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0136" />
        <code value="N"/>
      </coding>
      <text value="Device is Regulated"/>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="68220"/>
      </coding>
      <text value="MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol"/>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="urn:iso:std:iso:11073:10101"/>
        <code value="532224"/>
      </coding>
      <text value="MDC_TIME_SYNC_NONE: No time synchronization"/>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ASN1ToHL7"/>
        <code value="68219.0"/>
        <display value="mds-time-capab-real-time-clock"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
        <code value="Y"/>
      </coding>
      <text value="real time clock supported"/>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/ASN1ToHL7"/>
        <code value="68219.1"/>
        <display value="mds-time-capab-set-clock"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
        <code value="Y"/>
      </coding>
      <text value="setting the time supported"/>
    </valueCodeableConcept>
  </property>

  </Device>