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

: DaType2CareSummaryObservation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType2CareSummaryObservation"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"/>
  </meta>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="survey"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group"/>
      <code value="outpatient-care-summary"/>
      <display value="외래 진료 요약"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/DaType2HospAmbEncounter"/>
  </encounter>
  <effectiveDateTime value="2026-04-20T11:25:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="outpatient.assessment"/>
        <display value="외래 진료 평가 요약"/>
      </coding>
    </code>
    <valueString value="활력징후 안정적이며 최근 악화 소견은 없고 기관절개관 관리 상태도 양호함."/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="outpatient.plan"/>
        <display value="외래 진료 계획"/>
      </coding>
    </code>
    <valueString
                 value="현 인공호흡기 설정을 유지하고 4주 후 외래 추적, 호흡곤란 악화 시 조기 내원하도록 교육함."/>
  </component>
</Observation>