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

: janusync-dtx-device-example - JSON Representation

Raw json | Download

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