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

: janusync-curation-observation-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "janusync-curation-observation-bundle-example",
  "type" : "collection",
  "entry" : [
    {
      "resource" : {
        "resourceType" : "Observation",
        "id" : "janusync-curation-observation-example",
        "meta" : {
          "profile" : [
            🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-curation-observation"
          ]
        },
        "extension" : [
          {
            "url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncCurationContentType",
            "valueCode" : "video/mp4"
          }
        ],
        "identifier" : [
          {
            "system" : "https://connectdtx.net/phicode",
            "value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
          }
        ],
        "status" : "preliminary",
        "code" : {
          "text" : "검사안내동영상(대장내시경 안내)"
        },
        "effectiveDateTime" : "2024-02-21T15:41:00+09:00",
        "performer" : [
          {
            🔗 "reference" : "Patient/janusync-patient-example"
          }
        ],
        "dataAbsentReason" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
              "code" : "not-permitted",
              "display" : "Not Permitted"
            }
          ]
        },
        "component" : [
          {
            "code" : {
              "text" : "시청완료여부 (Viewing Completion Status)"
            },
            "valueBoolean" : true
          },
          {
            "code" : {
              "text" : "시청시간 (Viewing Time)"
            },
            "valueQuantity" : {
              "value" : 3.5,
              "code" : "min"
            }
          }
        ]
      }
    }
  ]
}