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="DaType5PghdBundleExample"/>
<type value="collection"/>
<entry>
<resource>
<Device>
<id value="DaType5PghdDeviceExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device"/>
</meta>
<version>
<value value="1.0"/>
</version>
<version>
<value value="2.3.5"/>
</version>
<property>
<type>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
<code value="device.battery-voltage"/>
<display value="배터리 잔량 (값 * 0.1 V)"/>
</coding>
</type>
<valueQuantity>
<value value="3.5"/>
<system value="http://unitsofmeasure.org"/>
<code value="V"/>
</valueQuantity>
</property>
<property>
<type>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-device-data"/>
<code value="device.battery-percent"/>
<display value="배터리 잔량 (%)"/>
</coding>
</type>
<valueQuantity>
<value value="75"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
</property>
</Device>
</resource>
</entry>
<entry>
<resource>
<Observation>
<id value="DaType5PghdVitalSignsExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="85353-1"/>
<display
value="Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-deidentified-patient-example"/>
</subject>
<effectiveDateTime value="2026-04-20T09:00:00+09:00"/>
<device>🔗
<reference value="Device/DaType5PghdDeviceExample"/>
</device>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
<text value="수축기혈압"/>
</code>
<valueQuantity>
<value value="120"/>
<unit value="mmHg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic blood pressure"/>
</coding>
<text value="이완기혈압"/>
</code>
<valueQuantity>
<value value="80"/>
<unit value="mmHg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8478-0"/>
<display value="Mean blood pressure"/>
</coding>
<text value="평균혈압"/>
</code>
<valueQuantity>
<value value="100"/>
<unit value="mmHg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8867-4"/>
<display value="Heart rate"/>
</coding>
<text value="심박수"/>
</code>
<valueQuantity>
<value value="72"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="9279-1"/>
<display value="Respiratory rate"/>
</coding>
<text value="분당 호흡 수"/>
</code>
<valueQuantity>
<value value="16"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="59408-5"/>
<display value="Oxygen saturation by Pulse oximetry"/>
</coding>
<text value="산소포화도"/>
</code>
<valueQuantity>
<value value="98"/>
<unit value="%"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8310-5"/>
<display value="Body temperature"/>
</coding>
<text value="체온"/>
</code>
<valueQuantity>
<value value="36.8"/>
<unit value="℃"/>
<system value="http://unitsofmeasure.org"/>
<code value="Cel"/>
</valueQuantity>
</component>
</Observation>
</resource>
</entry>
</Bundle>