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

: DaType6HospPosttxTumorAssessmentObservationExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType6HospPosttxTumorAssessmentObservationExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-posttx-tumor-assessment-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://connectdtx.kr/fhir/CodeSystem/janusync-observation-group"/>
      <code value="posttx-tumor-assessment"/>
      <display value="치료 후 종양평가"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <effectiveDateTime value="2026-04-24T09:00:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="tumor.marker.cea.posttx"/>
        <display value="치료 후 CEA 수치"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="2.1"/>
      <unit value="ng/mL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="ng/mL"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="tumor.stage.clinical.tnm.posttx"/>
        <display value="치료 후 임상적 TNM 병기"/>
      </coding>
    </code>
    <valueString value="T2N1M0"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
        <code value="tumor.metastasis.synchronous.posttx"/>
        <display value="치료 후 동시성 전이 존재 여부"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
</Observation>