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

: DaType6PghdStepObservationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType6PghdStepObservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-device-data-observation"
    ]
  },
  "identifier" : [
    {
      "value" : "ABC-1313"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "activity",
          "display" : "Activity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
        "code" : "rehab",
        "display" : "재활운동"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "effectivePeriod" : {
    "start" : "2025-04-14T09:00:00+09:00",
    "end" : "2025-04-14T09:30:00+09:00"
  },
  "device" : {
    🔗 "reference" : "Device/DaType6PghdDeviceExample"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.step-count",
            "display" : "걸음 수"
          }
        ]
      },
      "valueInteger" : 5300
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-device-data",
            "code" : "rehab.step-count.data-origin",
            "display" : "데이터 출처 패키지명"
          }
        ]
      },
      "valueString" : "apple watch"
    }
  ]
}