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

: DaType2HospVentilatorCheckObservationExample - XML Representation

Raw xml | Download


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