{
  "resourceType" : "Device",
  "id" : "janusync-dtx-device-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-device"]
  },
  "identifier" : [{
    "system" : "https://connectdtx.net/phicode",
    "value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
  }],
  "manufacturer" : "파이DTx",
  "deviceName" : [{
    "name" : "Hypnus",
    "type" : "model-name"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type",
      "code" : "dtx"
    }]
  },
  "version" : [{
    "type" : {
      "coding" : [{
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-type",
        "code" : "prod"
      }]
    },
    "value" : "1.0.1"
  }]
}