{
  "resourceType" : "Bundle",
  "id" : "DaType5HospBundleExample",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-message-bundle"]
  },
  "identifier" : {
    "system" : "urn:janusync:medical-record",
    "value" : "message-id"
  },
  "type" : "message",
  "entry" : [{
    "resource" : {
      "resourceType" : "MessageHeader",
      "id" : "JanuSyncMessageHeaderExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-message-header"]
      },
      "extension" : [{
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-hospital-service-identifier",
        "valueIdentifier" : {
          "system" : "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2345",
          "value" : "DTX-SERVICE-001"
        }
      }],
      "eventCoding" : {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-message-event",
        "code" : "message"
      },
      "sender" : {
        "reference" : "Organization/janusync-organization-example"
      },
      "source" : {
        "name" : "A병원 HIS",
        "software" : "MediSys",
        "version" : "3.1.2",
        "endpoint" : "urn:janusync:message-source"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Patient",
      "id" : "janusync-deidentified-patient-example",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-deidentified-patient"]
      },
      "identifier" : [{
        "type" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type",
            "code" : "patient"
          }]
        },
        "system" : "urn:janusync:patient-id",
        "value" : "janusync-member-00001"
      },
      {
        "type" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type",
            "code" : "healthcare-patient"
          }]
        },
        "system" : "urn:oid:1.2.410.100110.10.11100123",
        "value" : "P123"
      }],
      "name" : [{
        "text" : "unknown"
      }],
      "gender" : "unknown",
      "birthDate" : "1970-01-01"
    }
  },
  {
    "resource" : {
      "resourceType" : "PractitionerRole",
      "id" : "janusync-medicaldoctor-practitionerrole-example",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"]
      },
      "identifier" : [{
        "system" : "urn:oid:1.2.410.100110.10.11100123",
        "value" : "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"
      }],
      "organization" : {
        "reference" : "Organization/janusync-organization-example"
      },
      "code" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor",
          "display" : "DOCTOR"
        }]
      }],
      "specialty" : [{
        "coding" : [{
          "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-medical-department",
          "code" : "03",
          "display" : "정신건강의학과"
        }],
        "text" : "수면건강센터"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospVitalSignsExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "85353-1",
          "display" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-04-20T11:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "8302-2",
            "display" : "Body height"
          }]
        },
        "valueQuantity" : {
          "value" : 160,
          "unit" : "cm",
          "system" : "http://unitsofmeasure.org",
          "code" : "cm"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "29463-7",
            "display" : "Body weight"
          }]
        },
        "valueQuantity" : {
          "value" : 58,
          "unit" : "kg",
          "system" : "http://unitsofmeasure.org",
          "code" : "kg"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Encounter",
      "id" : "DaType5HospEncounter",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"]
      },
      "status" : "finished",
      "class" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "IMP",
        "display" : "inpatient encounter"
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "participant" : [{
        "individual" : {
          "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
        }
      }],
      "period" : {
        "start" : "2026-04-23T09:00:00+09:00",
        "end" : "2026-04-30T11:00:00+09:00"
      },
      "serviceProvider" : {
        "reference" : "Organization/janusync-organization-example"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospPatientHistoryObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-patient-history-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "35090-0",
          "display" : "Patient history"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-04-23T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.smoking-status",
            "display" : "흡연력"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.drinking-status",
            "display" : "음주력"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.other-cancer",
            "display" : "타암종병력"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.other-cancer-type",
            "display" : "타 암종 종류"
          }]
        },
        "valueString" : "HCC"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.esd-history",
            "display" : "ESD"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.chemotherapy-history",
            "display" : "항암치료"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.radiation-therapy-history",
            "display" : "방사선치료"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.medication-therapy-history",
            "display" : "약물치료"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.hypertension",
            "display" : "고혈압병력"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.diabetes",
            "display" : "당뇨병력"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.pulmonary",
            "display" : "폐질환력"
          }]
        },
        "valueString" : "asthma"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.cardiovascular",
            "display" : "심혈관병력"
          }]
        },
        "valueString" : "MI"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.renal",
            "display" : "신장병력"
          }]
        },
        "valueString" : "ESRD"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.hepatic",
            "display" : "간병력"
          }]
        },
        "valueString" : "LC"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.cerebrovascular",
            "display" : "뇌혈관병력"
          }]
        },
        "valueString" : "CVA"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.tuberculosis",
            "display" : "폐결핵병력"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "hx.abdominal-surgery-history",
            "display" : "복부수술력"
          }]
        },
        "valueString" : "stomach"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospTumorPreopClinicalAssessmentObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-tumor-preop-clinical-assessment-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "tumor-preop-clinical-assessment",
          "display" : "종양 수술전 임상평가"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-23T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "exam.asa-class",
            "display" : "ASA 신체 등급"
          }]
        },
        "valueInteger" : 2
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "symptom.chief-complaint",
            "display" : "주증상 (CC)"
          }]
        },
        "valueString" : "abdominal pain"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.diagnosis.primary-cancer",
            "display" : "원발암 여부"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.diagnosis.associated-polyp",
            "display" : "진단 당시 동반 용종 유무"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.diagnosis.synchronous-adenoma.count",
            "display" : "동시성 선종 개수"
          }]
        },
        "valueInteger" : 2
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.diagnosis.synchronous-adenoma.site",
            "display" : "동시성 선종 위치"
          }]
        },
        "valueString" : "sigmoid colon"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.diagnosis.synchronous-adenoma.histology",
            "display" : "동시성 선종 조직형"
          }]
        },
        "valueString" : "tubular adenoma"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "condition.bowel-perforation.preop",
            "display" : "수술 전 장천공 동반 여부"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "condition.bowel-obstruction.preop",
            "display" : "수술 전 장폐색 동반 여부"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tx.neoadjuvant.performed",
            "display" : "수술 전 선행치료 시행 여부"
          }]
        },
        "valueBoolean" : true
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Procedure",
      "id" : "DaType5HospAbdominalCancerProcedureExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-abdominal-cancer-procedure"]
      },
      "extension" : [{
        "extension" : [{
          "url" : "approach",
          "valueCodeableConcept" : {
            "coding" : [{
              "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-surgical-approach",
              "code" : "lap",
              "display" : "Lap"
            }]
          }
        },
        {
          "url" : "openConversion",
          "valueBoolean" : false
        }],
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-surgical-approach"
      },
      {
        "extension" : [{
          "url" : "primary",
          "valueString" : "RYGJ"
        },
        {
          "url" : "secondary",
          "valueString" : "Antecolic"
        }],
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-reconstruction"
      },
      {
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-anastomosis-method",
        "valueString" : "stapler"
      },
      {
        "extension" : [{
          "url" : "site",
          "valueString" : "Liver"
        },
        {
          "url" : "reason",
          "valueString" : "Invasion"
        }],
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-combined-resection"
      },
      {
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-omentectomy",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-omentectomy",
            "code" : "complete",
            "display" : "Complete"
          }]
        }
      },
      {
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-drain-placement",
        "valueBoolean" : true
      },
      {
        "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-extra-abdominal-surgery",
        "valueBoolean" : false
      }],
      "status" : "completed",
      "code" : {
        "coding" : [{
          "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
          "code" : "43.99",
          "display" : "Other total gastrectomy"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "performedPeriod" : {
        "start" : "2026-04-24T09:30:00+09:00",
        "end" : "2026-04-24T12:15:00+09:00"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospIntraopFindingObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-intraop-finding-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "tumor-intraop-finding",
          "display" : "수술중 소견"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-24T10:30:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.intraop.ascites",
            "display" : "복수"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-intraop-ascites-status",
            "code" : "C0",
            "display" : "C0"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.intraop.liver-metastasis",
            "display" : "간전이"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-intraop-liver-metastasis-status",
            "code" : "H0",
            "display" : "H0"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.intraop.serosal-metastasis",
            "display" : "위장막전이"
          }]
        },
        "valueString" : "없음"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.intraop.invasive-organ",
            "display" : "침윤장기"
          }]
        },
        "valueBoolean" : false
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospIntraopOutcomeObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-intraop-outcome-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "surgery-intraop-outcome",
          "display" : "수술중 Outcome"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-24T12:30:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "surgery.intraop.blood-loss",
            "display" : "실혈양"
          }]
        },
        "valueQuantity" : {
          "value" : 250,
          "unit" : "mL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "surgery.intraop.transfusion.performed",
            "display" : "수혈여부"
          }]
        },
        "valueBoolean" : false
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospLymphNodeDissectionObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-lymph-node-dissection-observation"]
      },
      "partOf" : [{
        "reference" : "Procedure/DaType5HospAbdominalCancerProcedureExample"
      }],
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "lymph-node-dissection-by-station",
          "display" : "Lymph node dissection by station"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-24T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
            "code" : "station-1",
            "display" : "#1 lymph node"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
            "code" : "station-3",
            "display" : "#3 lymph node"
          }]
        },
        "valueBoolean" : true
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
            "code" : "station-4d",
            "display" : "#4d lymph node"
          }]
        },
        "valueBoolean" : false
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
            "code" : "station-7",
            "display" : "#7 lymph node"
          }]
        },
        "valueBoolean" : true
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospGeneralComplicationObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-postop-complication-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
          "code" : "general",
          "display" : "General complication"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-25T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "fever",
            "display" : "Fever"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "1",
            "display" : "Grade 1"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "respiratory",
            "display" : "Respiratory complication"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "2",
            "display" : "Grade 2"
          }]
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospPostopComplicationObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-postop-complication-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
          "code" : "postop",
          "display" : "Postoperative surgery-related complication"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-25T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "wound",
            "display" : "wound"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "2",
            "display" : "Grade 2"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "anastomosis-leakage",
            "display" : "anastomosis leakage"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "3a",
            "display" : "Grade 3a"
          }]
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospTumorPathologyObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-tumor-pathology-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "22637-3",
          "display" : "Pathology report final diagnosis Narrative"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-04-24T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.site"
          }]
        },
        "valueCodeableConcept" : {
          "text" : "Involvement : Lower third"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.size.dimension-a"
          }]
        },
        "valueQuantity" : {
          "value" : 45,
          "unit" : "mm",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.size.dimension-b"
          }]
        },
        "valueQuantity" : {
          "value" : 32,
          "unit" : "mm",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.count"
          }]
        },
        "valueInteger" : 1
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.type.gross"
          }]
        },
        "valueString" : "EGC type IIc+Iia / Borrmann type 3"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.type.differentiation"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-tumor-pathology-differentiation",
            "code" : "moderately",
            "display" : "moderately"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.type.histologic"
          }]
        },
        "valueString" : "TUBULAR ADENOCARCINOMA"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.type.lauren"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-lauren-classification",
            "code" : "intestinal",
            "display" : "Intestinal"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.margin"
          }]
        },
        "valueString" : "Proximal margin : Free from carcinoma"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.invasion.lymphatic"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-tumor-pathology-presence-status",
            "code" : "present",
            "display" : "present"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.invasion.venous"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-tumor-pathology-presence-status",
            "code" : "absent",
            "display" : "absent"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.invasion.perineural"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-tumor-pathology-presence-status",
            "code" : "not-identified",
            "display" : "not identified"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.stage.pathologic.t"
          }]
        },
        "valueString" : "T1b"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.stage.pathologic.n"
          }]
        },
        "valueString" : "N3b"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.stage.pathologic.m"
          }]
        },
        "valueString" : "M0"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.stage.ajcc-edition"
          }]
        },
        "valueString" : "AJCC 8th Ed."
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.lymph-node.positive-ratio"
          }]
        },
        "valueString" : "16/52"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospPostopFollowupObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-postop-followup-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "postop-followup",
          "display" : "Postoperative follow-up"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-04-25T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "postop.flatus-date",
            "display" : "First flatus date"
          }]
        },
        "valueDateTime" : "2026-04-25T08:30:00+09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "postop.sow-date",
            "display" : "Start of water date"
          }]
        },
        "valueDateTime" : "2026-04-25T12:00:00+09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "postop.liquid-diet-date",
            "display" : "Liquid diet start date"
          }]
        },
        "valueDateTime" : "2026-04-26T08:00:00+09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "postop.soft-diet-date",
            "display" : "Soft diet start date"
          }]
        },
        "valueDateTime" : "2026-04-27T08:00:00+09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "postop.transfusion-status",
            "display" : "Postoperative transfusion status"
          }]
        },
        "valueBoolean" : false
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Encounter",
      "id" : "DaType5HospEmerRevisitEncounter",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-associated-care-encounter"]
      },
      "status" : "finished",
      "class" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "EMER",
        "display" : "emergency"
      },
      "type" : [{
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type",
          "code" : "revisit",
          "display" : "재내원"
        }]
      }],
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "participant" : [{
        "individual" : {
          "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
        }
      }],
      "period" : {
        "start" : "2026-05-01"
      },
      "reasonCode" : [{
        "text" : "구토"
      }],
      "serviceProvider" : {
        "reference" : "Organization/janusync-organization-example"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Encounter",
      "id" : "DaType5HospImpRevisitEncounter",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-associated-care-encounter"]
      },
      "status" : "finished",
      "class" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "IMP",
        "display" : "inpatient encounter"
      },
      "type" : [{
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type",
          "code" : "revisit",
          "display" : "재내원"
        }]
      }],
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "participant" : [{
        "individual" : {
          "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
        }
      }],
      "period" : {
        "start" : "2026-05-03"
      },
      "reasonCode" : [{
        "text" : "general weakness"
      }],
      "serviceProvider" : {
        "reference" : "Organization/janusync-organization-example"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospDiagnosticResultObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"]
      },
      "status" : "final",
      "category" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
          "code" : "postop-diagnostic-result",
          "display" : "수술 후 검사"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "encounter" : {
        "reference" : "Encounter/DaType5HospEncounter"
      },
      "effectiveDateTime" : "2026-05-03T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.cbc.wbc",
            "display" : "WBC"
          }]
        },
        "valueQuantity" : {
          "value" : 6.5,
          "unit" : "10^3/uL",
          "system" : "http://unitsofmeasure.org",
          "code" : "10*3/uL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.cbc.hct",
            "display" : "Hct"
          }]
        },
        "valueQuantity" : {
          "value" : 42.1,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.cbc.hgb",
            "display" : "Hb(Hgb)"
          }]
        },
        "valueQuantity" : {
          "value" : 13.8,
          "unit" : "g/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "g/dL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.cbc.plt",
            "display" : "PLT"
          }]
        },
        "valueQuantity" : {
          "value" : 251,
          "unit" : "10^3/uL",
          "system" : "http://unitsofmeasure.org",
          "code" : "10*3/uL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.crp",
            "display" : "CRP"
          }]
        },
        "valueQuantity" : {
          "value" : 0.32,
          "unit" : "mg/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.tbil",
            "display" : "T.b"
          }]
        },
        "valueQuantity" : {
          "value" : 0.78,
          "unit" : "mg/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.ast",
            "display" : "AST"
          }]
        },
        "valueQuantity" : {
          "value" : 28,
          "unit" : "U/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.alt",
            "display" : "ALT"
          }]
        },
        "valueQuantity" : {
          "value" : 24,
          "unit" : "U/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.amylase",
            "display" : "Amylase"
          }]
        },
        "valueQuantity" : {
          "value" : 82,
          "unit" : "U/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.lipase",
            "display" : "Lipase"
          }]
        },
        "valueQuantity" : {
          "value" : 36,
          "unit" : "U/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.bun",
            "display" : "BUN"
          }]
        },
        "valueQuantity" : {
          "value" : 14.7,
          "unit" : "mg/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.creatinine",
            "display" : "Creatinine"
          }]
        },
        "valueQuantity" : {
          "value" : 0.86,
          "unit" : "mg/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.na",
            "display" : "Na"
          }]
        },
        "valueQuantity" : {
          "value" : 140,
          "unit" : "mmol/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "mmol/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.chem.k",
            "display" : "K"
          }]
        },
        "valueQuantity" : {
          "value" : 4.2,
          "unit" : "mmol/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "mmol/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.gas.ph",
            "display" : "pH"
          }]
        },
        "valueQuantity" : {
          "value" : 7.4,
          "unit" : "pH",
          "system" : "http://unitsofmeasure.org",
          "code" : "[pH]"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.gas.hco3",
            "display" : "HCO3"
          }]
        },
        "valueQuantity" : {
          "value" : 24.1,
          "unit" : "mmol/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "mmol/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.blood.gas.lactate",
            "display" : "Lactic acid"
          }]
        },
        "valueQuantity" : {
          "value" : 1.3,
          "unit" : "mmol/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "mmol/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.drain.hemovac.amylase",
            "display" : "Hemovac drain fluid amylase"
          }]
        },
        "valueQuantity" : {
          "value" : 120,
          "unit" : "U/L",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/L"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "lab.drain.hemovac.triglyceride",
            "display" : "Hemovac drain fluid triglyceride"
          }]
        },
        "valueQuantity" : {
          "value" : 87,
          "unit" : "mg/dL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType5HospExpireNoteObservationExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "47046-8",
          "display" : "Summary of death note"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-05-10",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81954-0",
            "display" : "Date of death [Date]"
          }]
        },
        "valueDateTime" : "2026-05-10"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "69453-9",
            "display" : "Cause of death"
          }]
        },
        "valueString" : "수술 후 합병증"
      }]
    }
  }]
}