ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-device-example - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="connectdtx-device-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Device</b><a name="connectdtx-device-example"> </a></p><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">Resource Device &quot;connectdtx-device-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-device.html">ConnectDTx Device</a></p></div><p><b>identifier</b>: id: PROVIDED_PHI_CODE</p><p><b>manufacturer</b>: 파이DTx</p><h3>DeviceNames</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Hypnus</td><td>model-name</td></tr></table><p><b>type</b>: Digital therapeutics <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-connectdtx-device-type.html">ConnectDTx Device Type</a>#dtx)</span></p><h3>Versions</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>*</td><td>Production <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-connectdtx-version-type.html">ConnectDTx Version Type</a>#prod)</span></td><td>1.0.1</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://connectdtx.net/phicode"/>
    <value value="PROVIDED_PHI_CODE"/>
  </identifier>
  <manufacturer value="파이DTx"/>
  <deviceName>
    <name value="Hypnus"/>
    <type value="model-name"/>
  </deviceName>
  <type>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type"/>
      <code value="dtx"/>
    </coding>
  </type>
  <version>
    <type>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type"/>
        <code value="prod"/>
      </coding>
    </type>
    <value value="1.0.1"/>
  </version>
</Device>