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" : "DaType5HospPatientHistoryObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-patient-history-observation"
]
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "35090-0",
"display" : "Patient history"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"effectiveDateTime" : "2026-04-23T09:00:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.smoking-status",
"display" : "흡연력"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.drinking-status",
"display" : "음주력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.other-cancer",
"display" : "타암종병력"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.other-cancer-type",
"display" : "타 암종 종류"
}
]
},
"valueString" : "HCC"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.esd-history",
"display" : "ESD"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.chemotherapy-history",
"display" : "항암치료"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.radiation-therapy-history",
"display" : "방사선치료"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.medication-therapy-history",
"display" : "약물치료"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.hypertension",
"display" : "고혈압병력"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.diabetes",
"display" : "당뇨병력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.pulmonary",
"display" : "폐질환력"
}
]
},
"valueString" : "asthma"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.cardiovascular",
"display" : "심혈관병력"
}
]
},
"valueString" : "MI"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.renal",
"display" : "신장병력"
}
]
},
"valueString" : "ESRD"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.hepatic",
"display" : "간병력"
}
]
},
"valueString" : "LC"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.cerebrovascular",
"display" : "뇌혈관병력"
}
]
},
"valueString" : "CVA"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.tuberculosis",
"display" : "폐결핵병력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.abdominal-surgery-history",
"display" : "복부수술력"
}
]
},
"valueString" : "stomach"
}
]
}