JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DaType5PghdBundleExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "DaType5PghdBundleExample",
  "type" : "collection",
  "entry" : [
    {
      "resource" : {
        "resourceType" : "Device",
        "id" : "DaType5PghdDeviceExample",
        "meta" : {
          "profile" : [
            🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-device"
          ]
        },
        "version" : [
          {
            "value" : "1.0"
          },
          {
            "value" : "2.3.5"
          }
        ],
        "property" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
                  "code" : "device.battery-voltage",
                  "display" : "배터리 잔량 (값 * 0.1 V)"
                }
              ]
            },
            "valueQuantity" : [
              {
                "value" : 3.5,
                "system" : "http://unitsofmeasure.org",
                "code" : "V"
              }
            ]
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
                  "code" : "device.battery-percent",
                  "display" : "배터리 잔량 (%)"
                }
              ]
            },
            "valueQuantity" : [
              {
                "value" : 75,
                "system" : "http://unitsofmeasure.org",
                "code" : "%"
              }
            ]
          }
        ]
      }
    },
    {
      "resource" : {
        "resourceType" : "Observation",
        "id" : "DaType5PghdVitalSignsExample",
        "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",
        "device" : {
          🔗 "reference" : "Device/DaType5PghdDeviceExample"
        },
        "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]"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "8478-0",
                  "display" : "Mean blood pressure"
                }
              ],
              "text" : "평균혈압"
            },
            "valueQuantity" : {
              "value" : 100,
              "unit" : "mmHg",
              "system" : "http://unitsofmeasure.org",
              "code" : "mm[Hg]"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "8867-4",
                  "display" : "Heart rate"
                }
              ],
              "text" : "심박수"
            },
            "valueQuantity" : {
              "value" : 72,
              "system" : "http://unitsofmeasure.org",
              "code" : "/min"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "9279-1",
                  "display" : "Respiratory rate"
                }
              ],
              "text" : "분당 호흡 수"
            },
            "valueQuantity" : {
              "value" : 16,
              "system" : "http://unitsofmeasure.org",
              "code" : "/min"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "59408-5",
                  "display" : "Oxygen saturation by Pulse oximetry"
                }
              ],
              "text" : "산소포화도"
            },
            "valueQuantity" : {
              "value" : 98,
              "unit" : "%",
              "system" : "http://unitsofmeasure.org",
              "code" : "%"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "8310-5",
                  "display" : "Body temperature"
                }
              ],
              "text" : "체온"
            },
            "valueQuantity" : {
              "value" : 36.8,
              "unit" : "℃",
              "system" : "http://unitsofmeasure.org",
              "code" : "Cel"
            }
          }
        ]
      }
    }
  ]
}