{
  "resourceType" : "Observation",
  "id" : "janusync-presurvey-observation-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-presurvey-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" : "presurvey",
      "display" : "사전 문진"
    }]
  },
  "effectiveDateTime" : "2024-06-01T09:00:00+09:00",
  "component" : [{
    "code" : {
      "text" : "현재 복용 중인 약이 있으신가요?"
    },
    "valueBoolean" : true
  },
  {
    "code" : {
      "text" : "주요 증상을 설명해 주세요."
    },
    "valueString" : "3일 전부터 두통과 미열이 있습니다."
  },
  {
    "code" : {
      "text" : "통증 강도를 0~10으로 평가해 주세요."
    },
    "valueInteger" : 4
  }]
}