JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"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
}
]
}