{
  "resourceType" : "Bundle",
  "id" : "DaType1PghdBundleExample",
  "type" : "collection",
  "entry" : [{
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdBloodPressureExample",
      "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-20T09:00:00+09:00",
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          }],
          "text" : "수축기혈압"
        },
        "valueQuantity" : {
          "value" : 120,
          "unit" : "mmHg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm[Hg]"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          }],
          "text" : "이완기혈압"
        },
        "valueQuantity" : {
          "value" : 80,
          "unit" : "mmHg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm[Hg]"
        }
      }]
    }
  },
  {
    "resource" : {
      "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"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdUcEventExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric",
          "display" : "산과"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T10:00:00+09:00"
      },
      "hasMember" : [{
        "reference" : "Observation/DaType1PghdFetalHeartRateExample"
      },
      {
        "reference" : "Observation/DaType1PghdUcExample1"
      },
      {
        "reference" : "Observation/DaType1PghdUcExample2"
      },
      {
        "reference" : "Observation/DaType1PghdUcExample3"
      },
      {
        "reference" : "Observation/DaType1PghdUcExample4"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdFetalHeartRateExample",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric.ctg.fhr-baseline",
          "display" : "태아 심박수 평균값 (bpm)"
        }]
      },
      "subject" : {
        "reference" : "Patient/janusync-deidentified-patient-example"
      },
      "effectiveDateTime" : "2026-04-20T09:00:00+09:00",
      "valueQuantity" : {
        "value" : 142,
        "unit" : "beats/min",
        "system" : "http://unitsofmeasure.org",
        "code" : "/min"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdUcExample1",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric.ctg.uc",
          "display" : "자궁수축"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:00:00+09:00",
        "end" : "2026-04-20T09:05:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-duration",
            "display" : "자궁수축지속시간(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdUcExample2",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric.ctg.uc",
          "display" : "자궁수축"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:10:00+09:00",
        "end" : "2026-04-20T09:15:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-duration",
            "display" : "자궁수축지속시간(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-interval",
            "display" : "자궁수축간격(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdUcExample3",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric.ctg.uc",
          "display" : "자궁수축"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:20:00+09:00",
        "end" : "2026-04-20T09:25:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-duration",
            "display" : "자궁수축지속시간(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-interval",
            "display" : "자궁수축간격(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "DaType1PghdUcExample4",
      "meta" : {
        "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"]
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
          "code" : "obstetric.ctg.uc",
          "display" : "자궁수축"
        }]
      },
      "effectivePeriod" : {
        "start" : "2026-04-20T09:30:00+09:00",
        "end" : "2026-04-20T09:35:00+09:00"
      },
      "component" : [{
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-duration",
            "display" : "자궁수축지속시간(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "obstetric.ctg.uc-interval",
            "display" : "자궁수축간격(sec)"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      }]
    }
  }]
}