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" : "DaType6HospPatientHistoryEncounter",
"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.diabetes",
"display" : "당뇨병력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.pulmonary",
"display" : "폐질환력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.hepatic",
"display" : "간질환력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.cardiovascular",
"display" : "심장질환력"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.renal",
"display" : "신장질환력"
}
]
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.others",
"display" : "기타 기저질환 내역"
}
]
},
"valueString" : "고혈압"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.smoking-status",
"display" : "흡연력"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-substance-use-status",
"code" : "former",
"display" : "사용하였으나 중단함"
}
]
}
},
{
"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" : "위암"
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.colon",
"display" : "대장질환 병력"
}
]
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "hx.family.cancer",
"display" : "암가족력"
}
]
},
"valueBoolean" : true
}
]
}