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

: DaType3PghdRehabExerTxExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType3PghdRehabExerTxExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"
    ]
  },
  "identifier" : [
    {
      "value" : "SESSION-20250414-001"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "activity",
          "display" : "Activity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
        "code" : "rehab.session",
        "display" : "운동 세션"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "effectivePeriod" : {
    "start" : "2025-04-14T09:00:00+09:00",
    "end" : "2025-04-14T09:30:00+09:00"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.goal-exercises",
            "display" : "운동 템플릿 상 해당 세션에 포함된 운동 종류 수"
          }
        ]
      },
      "valueInteger" : 3
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.goal-count",
            "display" : "세션에서 달성해야 하는 목표 횟수"
          }
        ]
      },
      "valueInteger" : 20
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.goal-seconds",
            "display" : "세션에서 달성해야 하는 목표 수행 시간 (초)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 1800,
        "unit" : "초",
        "system" : "http://unitsofmeasure.org",
        "code" : "s"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.total-counts",
            "display" : "Vision 기반으로 실제 수행했다고 인정된 동작 횟수"
          }
        ]
      },
      "valueRatio" : {
        "numerator" : {
          "value" : 17,
          "unit" : "회"
        },
        "denominator" : {
          "value" : 20,
          "unit" : "회"
        }
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.total-seconds",
            "display" : "세션 중 운동을 실제로 수행한 시간 (초)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 1540,
        "unit" : "초",
        "system" : "http://unitsofmeasure.org",
        "code" : "s"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.closest-score",
            "display" : "정확도 점수(동작마다 측정)"
          }
        ]
      },
      "valueString" : "[0.04287052, 0.04209691, 0.03082654, 0.04398251, 0.04323730, 0.03627883, 0.04087127, 0.02604896, 0.04331882]"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.performance-rate",
            "display" : "세션에서 목표 대비 실제 수행 수준 (%)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 85,
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.accuracy-rate",
            "display" : "세션 내에서 시도한 동작 중 '정확하게 수행' 으로 인정된 비율 (%)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 80,
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.session.average-exercise-time",
            "display" : "세션 내 동작 1회 수행에 소요된 평균 시간 (초)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 90.6,
        "unit" : "초",
        "system" : "http://unitsofmeasure.org",
        "code" : "s"
      }
    }
  ]
}