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-observation-hosp-wo-examcode-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "janusync-observation-hosp-wo-examcode-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-observation"
    ]
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "activity",
          "display" : "Activity"
        }
      ]
    }
  ],
  "code" : {
    "text" : "ISI (Insomnia Severity Index) score"
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-patient-example"
  },
  "effectiveDateTime" : "2000-01-01T14:05:00+09:00",
  "valueRatio" : {
    "numerator" : {
      "value" : 14
    },
    "denominator" : {
      "value" : 28
    }
  }
}