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

<Observation xmlns="http://hl7.org/fhir">
  <id value="janusync-observation-hosp-edi-example"/>
  <meta>
    <profile value="http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-observation"/>
  </meta>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="activity"/>
      <display value="Activity"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
      <code value="FZ700"/>
      <display value="수면리듬양상검사"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/janusync-patient-example"/>
  </subject>
  <effectiveDateTime value="2000-01-01T14:05:00+09:00"/>
  <valueQuantity>
    <value value="95"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
</Observation>