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