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" : "DaType2HospVentilatorCheckObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-home-ventilator-check-observation"
]
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
"code" : "home-ventilator-check",
"display" : "가정용 인공호흡기 점검"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
"reference" : "Encounter/home-nursing-encounter-example"
},
"effectiveDateTime" : "2026-04-14T14:30:00+09:00",
"performer" : [
{
"reference" : "Practitioner/nurse-example"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "home-vent-check.status",
"display" : "기기 작동 상태"
}
]
},
"valueString" : "전원, 배터리, 튜브 연결 상태 정상이며 설정값도 이상 없음."
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "home-vent-check.alarm-events",
"display" : "알람 발생 보고 내용"
}
]
},
"valueString" : "최근 일주일간 고압 알람 1회 있었으나 체위 변경 후 해소되었고 보호자가 진술함."
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "home-vent-check.caregiver-education",
"display" : "보호자 교육 시행 여부"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "home-vent-check.follow-up-req",
"display" : "추적 관찰 필요 여부"
}
]
},
"valueBoolean" : true
}
]
}