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

: DaType1PghdGlucoseExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="DaType1PghdGlucoseExample"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"/>
  </meta>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="15074-8"/>
      <display value="Glucose [Moles/volume] in Blood"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <effectiveDateTime value="2026-04-20T09:00:00+09:00"/>
  <valueQuantity>
    <value value="80"/>
    <unit value="mg/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/dL"/>
  </valueQuantity>
</Observation>