<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <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>