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