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

: DaType5HospLymphNodeDissectionObservationExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType5HospLymphNodeDissectionObservationExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-lymph-node-dissection-observation"/>
  </meta>
  <partOf>🔗 
    <reference value="Procedure/DaType5HospAbdominalCancerProcedureExample"/>
  </partOf>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group"/>
      <code value="lymph-node-dissection-by-station"/>
      <display value="Lymph node dissection by station"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/DaType5HospEncounter"/>
  </encounter>
  <effectiveDateTime value="2026-04-24T09:00:00+09:00"/>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station"/>
        <code value="station-1"/>
        <display value="#1 lymph node"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station"/>
        <code value="station-3"/>
        <display value="#3 lymph node"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station"/>
        <code value="station-4d"/>
        <display value="#4d lymph node"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station"/>
        <code value="station-7"/>
        <display value="#7 lymph node"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
</Observation>