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

: DaType2CareSummaryObservation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType2CareSummaryObservation",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-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" : "outpatient-care-summary",
        "display" : "외래 진료 요약"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/DaType2HospAmbEncounter"
  },
  "effectiveDateTime" : "2026-04-20T11:25:00+09:00",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "outpatient.assessment",
            "display" : "외래 진료 평가 요약"
          }
        ]
      },
      "valueString" : "활력징후 안정적이며 최근 악화 소견은 없고 기관절개관 관리 상태도 양호함."
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "outpatient.plan",
            "display" : "외래 진료 계획"
          }
        ]
      },
      "valueString" : "현 인공호흡기 설정을 유지하고 4주 후 외래 추적, 호흡곤란 악화 시 조기 내원하도록 교육함."
    }
  ]
}