{
  "resourceType" : "Observation",
  "id" : "DaType3HospVitalSignsExample",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs",
      "display" : "Vital Signs"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "85353-1",
      "display" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
    }]
  },
  "subject" : {
    "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "effectiveDateTime" : "2026-04-20T11:00:00+09:00",
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "8302-2",
        "display" : "Body height"
      }]
    },
    "valueQuantity" : {
      "value" : 160,
      "unit" : "cm",
      "system" : "http://unitsofmeasure.org",
      "code" : "cm"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "Body weight"
      }]
    },
    "valueQuantity" : {
      "value" : 58,
      "unit" : "kg",
      "system" : "http://unitsofmeasure.org",
      "code" : "kg"
    }
  }]
}