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" : "DaType5HospLymphNodeDissectionObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-lymph-node-dissection-observation"
]
},
"partOf" : [
{
🔗 "reference" : "Procedure/DaType5HospAbdominalCancerProcedureExample"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
"code" : "lymph-node-dissection-by-station",
"display" : "Lymph node dissection by station"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/DaType5HospEncounter"
},
"effectiveDateTime" : "2026-04-24T09:00:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
"code" : "station-1",
"display" : "#1 lymph node"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
"code" : "station-3",
"display" : "#3 lymph node"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
"code" : "station-4d",
"display" : "#4d lymph node"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/JanuSync-lymph-node-station",
"code" : "station-7",
"display" : "#7 lymph node"
}
]
},
"valueBoolean" : true
}
]
}