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-observation-hosp-edi-example - XML Representation

Raw xml | Download


<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>