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

: DaType5HospPostopFollowupObservationExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType5HospPostopFollowupObservationExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-postop-followup-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="postop-followup"/>
      <display value="Postoperative follow-up"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/DaType5HospEncounter"/>
  </encounter>
  <effectiveDateTime value="2026-04-25T09:00:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="postop.flatus-date"/>
        <display value="First flatus date"/>
      </coding>
    </code>
    <valueDateTime value="2026-04-25T08:30:00+09:00"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="postop.sow-date"/>
        <display value="Start of water date"/>
      </coding>
    </code>
    <valueDateTime value="2026-04-25T12:00:00+09:00"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="postop.liquid-diet-date"/>
        <display value="Liquid diet start date"/>
      </coding>
    </code>
    <valueDateTime value="2026-04-26T08:00:00+09:00"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="postop.soft-diet-date"/>
        <display value="Soft diet start date"/>
      </coding>
    </code>
    <valueDateTime value="2026-04-27T08:00:00+09:00"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="postop.transfusion-status"/>
        <display value="Postoperative transfusion status"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
</Observation>