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

: DaType2PghdAlarmSummaryExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType2PghdAlarmSummaryExample"/>
  <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="ventilator.alarm"/>
      <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="ventilator.alarm.high-airway-pressure"/>
        <display value="기도압 상한 초과"/>
      </coding>
    </code>
    <valueInteger value="2"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="ventilator.alarm.low-tidal-volume"/>
        <display value="일회호흡량 하한 미달"/>
      </coding>
    </code>
    <valueInteger value="3"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
        <code value="ventilator.alarm.apnea"/>
        <display value="무호흡"/>
      </coding>
    </code>
    <valueInteger value="1"/>
  </component>
</Observation>