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

: DaType2VentilatorExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType2VentilatorExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
        "code" : "ventilator.set",
        "display" : "설정 값"
      }
    ]
  },
  "effectiveDateTime" : "2026-04-20T09:00:00+09:00",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.ipap",
            "display" : "Set inspiratory positive airway pressure 설정 흡기 양압 (cmH2O)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 12,
        "system" : "http://unitsofmeasure.org",
        "code" : "cm[H2O]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.epap",
            "display" : "Set expiratory positive airway pressure 설정 호기 양압 (cmH2O)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 5,
        "system" : "http://unitsofmeasure.org",
        "code" : "cm[H2O]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.tidal-volume",
            "display" : "Set tidal volume 설정 일회호흡량 (mL)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 500,
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.backup-rate",
            "display" : "Backup respiratory rate 보조 호흡수 (bpm)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 12,
        "system" : "http://unitsofmeasure.org",
        "code" : "/min"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "ventilator.set.insp-time",
            "display" : "Set inspiratory time 설정 흡기 시간 (sec)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 1.2,
        "system" : "http://unitsofmeasure.org",
        "code" : "s"
      }
    }
  ]
}