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

: DaType5HospPatientHistoryObservationExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType5HospPatientHistoryObservationExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-patient-history-observation"/>
  </meta>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="survey"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="35090-0"/>
      <display value="Patient history"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <effectiveDateTime value="2026-04-23T09:00:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.smoking-status"/>
        <display value="흡연력"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.drinking-status"/>
        <display value="음주력"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.other-cancer"/>
        <display value="타암종병력"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.other-cancer-type"/>
        <display value="타 암종 종류"/>
      </coding>
    </code>
    <valueString value="HCC"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.esd-history"/>
        <display value="ESD"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.chemotherapy-history"/>
        <display value="항암치료"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.radiation-therapy-history"/>
        <display value="방사선치료"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.medication-therapy-history"/>
        <display value="약물치료"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.hypertension"/>
        <display value="고혈압병력"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.diabetes"/>
        <display value="당뇨병력"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.pulmonary"/>
        <display value="폐질환력"/>
      </coding>
    </code>
    <valueString value="asthma"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.cardiovascular"/>
        <display value="심혈관병력"/>
      </coding>
    </code>
    <valueString value="MI"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.renal"/>
        <display value="신장병력"/>
      </coding>
    </code>
    <valueString value="ESRD"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.hepatic"/>
        <display value="간병력"/>
      </coding>
    </code>
    <valueString value="LC"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.cerebrovascular"/>
        <display value="뇌혈관병력"/>
      </coding>
    </code>
    <valueString value="CVA"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.tuberculosis"/>
        <display value="폐결핵병력"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="hx.abdominal-surgery-history"/>
        <display value="복부수술력"/>
      </coding>
    </code>
    <valueString value="stomach"/>
  </component>
</Observation>