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" : "DaType1HospPregnancyFollowUpObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-pregnancy-follow-up-observation"
]
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
"code" : "pregnancy-followup",
"display" : "임신 경과 관찰"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/DaType1HospFollowUpEncounterExample"
},
"effectiveDateTime" : "2026-05-20T10:20:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.hypertension",
"display" : "Hypertension during pregnancy"
}
],
"text" : "임신 중 고혈압"
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.diabetes",
"display" : "Diabetes during pregnancy"
}
],
"text" : "임신 중(type 1/2) 당뇨"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.anemia",
"display" : "Anemia during pregnancy"
}
],
"text" : "임신 중 빈혈"
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.hepatitis",
"display" : "Hepatitis during pregnancy"
}
],
"text" : "임신 중 간염"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.hypothyroidism",
"display" : "Hypothyroidism during pregnancy"
}
],
"text" : "임신 중 갑상선저하증"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.hyperthyroidism",
"display" : "Hyperthyroidism during pregnancy"
}
],
"text" : "임신 중 갑상선항진증"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.tuberculosis",
"display" : "Tuberculosis"
}
],
"text" : "결핵"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.gestational-diabetes-mellitus"
}
],
"text" : "임신성 당뇨"
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.gestational-hypertension"
}
],
"text" : "20주 이후 새로 발생한 고혈압"
},
"valueBoolean" : true
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.placenta-previa"
}
],
"text" : "전치태반"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.hx.preeclampsia"
}
],
"text" : "전자간증"
},
"valueBoolean" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "ob.visit.next-opd-date"
}
],
"text" : "다음 외래 예약일시"
},
"valueDateTime" : "2026-06-17T10:00:00+09:00"
}
]
}