JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DaType5PghdDeviceExample - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="DaType5PghdDeviceExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device"/>
  </meta>
  <version>
    <value value="1.0"/>
  </version>
  <version>
    <value value="2.3.5"/>
  </version>
  <property>
    <type>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="device.battery-voltage"/>
        <display value="배터리 잔량 (값 * 0.1 V)"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="3.5"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="V"/>
    </valueQuantity>
  </property>
  <property>
    <type>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="device.battery-percent"/>
        <display value="배터리 잔량 (%)"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="75"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </valueQuantity>
  </property>
</Device>