{
  "resourceType" : "Bundle",
  "id" : "DaType2PghdBundleExample",
  "type" : "collection",
  "entry" : [{
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2PghdAlarmExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "ventilator.alarm.low-battery",
          "display" : "배터리 부족"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T10:00:00+09:00"
      },
      "valueBoolean" : true
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2PghdAlarmSummaryExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "ventilator.alarm",
          "display" : "알람"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T10:00:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.alarm.high-airway-pressure",
            "display" : "기도압 상한 초과"
          }]
        },
        "valueInteger" : 2
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.alarm.low-tidal-volume",
            "display" : "일회호흡량 하한 미달"
          }]
        },
        "valueInteger" : 3
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.alarm.apnea",
            "display" : "무호흡"
          }]
        },
        "valueInteger" : 1
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2PghdDeviceExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "device",
          "display" : "디바이스"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T10:00:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "device.usage-time",
            "display" : "Daily ventilator usage duration 일일 인공호흡기 사용 시간(hour)"
          }]
        },
        "valueQuantity" : {
          "value" : 8,
          "system" : "http://unitsofmeasure.org",
          "code" : "h"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "device.battery-percent",
            "display" : "배터리 잔량 (%)"
          }]
        },
        "valueQuantity" : {
          "value" : 75,
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "device.sd-write-error",
            "display" : "SD card data write error SD 카드 데이터 쓰기 오류"
          }]
        },
        "valueBoolean" : false
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2PghdVitalSignsExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "85353-1",
          "display" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-04-20T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "59408-5",
            "display" : "Oxygen saturation by Pulse oximetry"
          }]
        },
        "valueQuantity" : {
          "value" : 98,
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "8867-4",
            "display" : "Heart rate"
          }]
        },
        "valueQuantity" : {
          "value" : 72,
          "system" : "http://unitsofmeasure.org",
          "code" : "/min"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2PghdSaturationAssessmentExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "ventilator.monitoring",
          "display" : "모니터링 중 발생한 이벤트"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T10:00:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.monitoring.spo2-min",
            "display" : "Minimum SpO2 during monitoring period 모니터링 기간 중 최저 산소포화도(%)"
          }]
        },
        "valueQuantity" : {
          "value" : 94,
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.monitoring.desaturation-event",
            "display" : "Oxygen desaturation event 산소 불포화 이벤트 횟수(count)"
          }]
        },
        "valueInteger" : 2
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType2VentilatorExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "ventilator.set",
          "display" : "설정 값"
        }]
      },
      "effectiveDateTime" : "2026-04-20T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.ipap",
            "display" : "Set inspiratory positive airway pressure 설정 흡기 양압 (cmH2O)"
          }]
        },
        "valueQuantity" : {
          "value" : 12,
          "system" : "http://unitsofmeasure.org",
          "code" : "cm[H2O]"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.epap",
            "display" : "Set expiratory positive airway pressure 설정 호기 양압 (cmH2O)"
          }]
        },
        "valueQuantity" : {
          "value" : 5,
          "system" : "http://unitsofmeasure.org",
          "code" : "cm[H2O]"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.tidal-volume",
            "display" : "Set tidal volume 설정 일회호흡량 (mL)"
          }]
        },
        "valueQuantity" : {
          "value" : 500,
          "system" : "http://unitsofmeasure.org",
          "code" : "mL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.backup-rate",
            "display" : "Backup respiratory rate 보조 호흡수 (bpm)"
          }]
        },
        "valueQuantity" : {
          "value" : 12,
          "system" : "http://unitsofmeasure.org",
          "code" : "/min"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.insp-time",
            "display" : "Set inspiratory time 설정 흡기 시간 (sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 1.2,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      }]
    }
  }]
}