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

: DaType5HospGeneralComplicationObservationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType5HospGeneralComplicationObservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-postop-complication-observation"
    ]
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
        "code" : "general",
        "display" : "General complication"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/DaType5HospEncounter"
  },
  "effectiveDateTime" : "2026-04-25T09:00:00+09:00",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "fever",
            "display" : "Fever"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "1",
            "display" : "Grade 1"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
            "code" : "respiratory",
            "display" : "Respiratory complication"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
            "code" : "2",
            "display" : "Grade 2"
          }
        ]
      }
    }
  ]
}