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" : "DaType5HospIntraopFindingObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-intraop-finding-observation"
]
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
"code" : "tumor-intraop-finding",
"display" : "수술중 소견"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/DaType5HospEncounter"
},
"effectiveDateTime" : "2026-04-24T10:30:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "tumor.intraop.ascites",
"display" : "복수"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-intraop-ascites-status",
"code" : "C0",
"display" : "C0"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "tumor.intraop.liver-metastasis",
"display" : "간전이"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-intraop-liver-metastasis-status",
"code" : "H0",
"display" : "H0"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "tumor.intraop.serosal-metastasis",
"display" : "위장막전이"
}
]
},
"valueString" : "없음"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "tumor.intraop.invasive-organ",
"display" : "침윤장기"
}
]
},
"valueBoolean" : false
}
]
}