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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType6HospPosttxTumorAssessmentObservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-posttx-tumor-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" : "posttx-tumor-assessment",
        "display" : "치료 후 종양평가"
      }
    ]
  },
  "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.marker.cea.posttx",
            "display" : "치료 후 CEA 수치"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 2.1,
        "unit" : "ng/mL",
        "system" : "http://unitsofmeasure.org",
        "code" : "ng/mL"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.stage.clinical.tnm.posttx",
            "display" : "치료 후 임상적 TNM 병기"
          }
        ]
      },
      "valueString" : "T2N1M0"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "tumor.metastasis.synchronous.posttx",
            "display" : "치료 후 동시성 전이 존재 여부"
          }
        ]
      },
      "valueBoolean" : false
    }
  ]
}