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
<Bundle xmlns="http://hl7.org/fhir">
<id value="DaType6PghdBundleExample"/>
<type value="collection"/>
<entry>
<resource>
<Device>
<id value="DaType6PghdDeviceExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device"/>
</meta>
<identifier>
<value value="id1599"/>
</identifier>
<manufacturer value="(주)효진디지털치료기기"/>
<deviceName>
<name value="효진DTx"/>
<type value="model-name"/>
</deviceName>
<type>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type"/>
<code value="dtx"/>
</coding>
</type>
<version>
<value value="1.0"/>
</version>
</Device>
</resource>
</entry>
<entry>
<resource>
<Observation>
<id value="DaType6PghdStepObservationExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"/>
</meta>
<identifier>
<value value="ABC-1313"/>
</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"/>
<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>
<device>🔗
<reference value="Device/DaType6PghdDeviceExample"/>
</device>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
<code value="rehab.step-count"/>
<display value="걸음 수"/>
</coding>
</code>
<valueInteger value="5300"/>
</component>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
<code value="rehab.step-count.data-origin"/>
<display value="데이터 출처 패키지명"/>
</coding>
</code>
<valueString value="apple watch"/>
</component>
</Observation>
</resource>
</entry>
</Bundle>