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 - JSON Representation

Raw json | Download

{
  "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" : "%"
        }
      ]
    }
  ]
}