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

: DaType5PghdVitalSignsExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <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>