JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "DaType5HospPostopComplicationObservationExample",
"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" : "postop",
"display" : "Postoperative surgery-related 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" : "wound",
"display" : "wound"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
"code" : "2",
"display" : "Grade 2"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-postop-complication",
"code" : "anastomosis-leakage",
"display" : "anastomosis leakage"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-cdc-grade",
"code" : "3a",
"display" : "Grade 3a"
}
]
}
}
]
}