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"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device janusync-dtx-device-example</b></p><a name=\"janusync-dtx-device-example\"> </a><a name=\"hcjanusync-dtx-device-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-dtx-device.html\">JanuSync DTx Device</a></p></div><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>manufacturer</b>: 파이DTx</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Hypnus</td><td>Model name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type dtx}\">Digital therapeutics</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-type prod}\">Production</span></td><td>1.0.1</td></tr></table></div>"
  },
  "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"
    }
  ]
}