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

: DaType1HospPregnancyEventExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType1HospPregnancyEventExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-pregnancy-event-observation"/>
  </meta>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group"/>
      <code value="pregnancy-event"/>
      <display value="임신 및 분만 정보"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <effectiveDateTime value="2026-04-20T11:00:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="ob.preg.onset-date"/>
      </coding>
    </code>
    <valueDateTime value="2025"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="ob.preg.duration-of-gestation"/>
      </coding>
    </code>
    <valueString value="20+4wks"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="ob.preg.other-complication"/>
      </coding>
    </code>
    <valueString value="current preg"/>
  </component>
</Observation>