{
  "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"
      }]
    }
  }]
}