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

: janusync-curation-observation-bundle-example - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="janusync-curation-observation-bundle-example"/>
  <type value="collection"/>
  <entry>
    <resource>
      <Observation>
        <id value="janusync-curation-observation-example"/>
        <meta>
          <profile
                   value="http://connectdtx.kr/fhir/StructureDefinition/janusync-curation-observation"/>
        </meta>
        <extension
                   url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncCurationContentType">
          <valueCode value="video/mp4"/>
        </extension>
        <identifier>
          <system value="https://connectdtx.net/phicode"/>
          <value value="sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"/>
        </identifier>
        <status value="preliminary"/>
        <code>
          <text value="검사안내동영상(대장내시경 안내)"/>
        </code>
        <effectiveDateTime value="2024-02-21T15:41:00+09:00"/>
        <performer>🔗 
          <reference value="Patient/janusync-patient-example"/>
        </performer>
        <dataAbsentReason>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
            <code value="not-permitted"/>
            <display value="Not Permitted"/>
          </coding>
        </dataAbsentReason>
        <component>
          <code>
            <text value="시청완료여부 (Viewing Completion Status)"/>
          </code>
          <valueBoolean value="true"/>
        </component>
        <component>
          <code>
            <text value="시청시간 (Viewing Time)"/>
          </code>
          <valueQuantity>
            <value value="3.5"/>
            <code value="min"/>
          </valueQuantity>
        </component>
      </Observation>
    </resource>
  </entry>
</Bundle>