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

<Condition xmlns="http://hl7.org/fhir">
  <id value="DaType1HospPrimaryCondition"/>
  <meta>
    <profile value="http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"/>
  </meta>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"/>
      <code value="진단"/>
      <display value="진단"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"/>
      <code value="O62.8"/>
      <display value="Other abnormalities of forces of labor"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <encounter>
    <reference value="Encounter/DaType1HospInitialEncounterExample"/>
  </encounter>
  <recordedDate value="2026-04-10T09:00:00+09:00"/>
</Condition>