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

: DaType2PghdDeviceExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType2PghdDeviceExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"/>
  </meta>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
      <code value="device"/>
      <display value="디바이스"/>
    </coding>
  </code>
  <effectivePeriod>
    <start value="2026-04-20T09:00:00+09:00"/>
    <end value="2026-04-20T10:00:00+09:00"/>
  </effectivePeriod>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="device.usage-time"/>
        <display
                 value="Daily ventilator usage duration 일일 인공호흡기 사용 시간(hour)"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="8"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="h"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="device.battery-percent"/>
        <display value="배터리 잔량 (%)"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="75"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="device.sd-write-error"/>
        <display value="SD card data write error SD 카드 데이터 쓰기 오류"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
</Observation>