{
  "resourceType" : "Observation",
  "id" : "DaType1PghdGlucoseExample",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "15074-8",
      "display" : "Glucose [Moles/volume] in Blood"
    }]
  },
  "subject" : {
    "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "effectiveDateTime" : "2026-04-20T09:00:00+09:00",
  "valueQuantity" : {
    "value" : 80,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  }
}