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" : "Encounter",
"id" : "DaType2HospAmbEncounter",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"
]
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
}
}
],
"period" : {
"start" : "2026-04-20T10:30:00+09:00",
"end" : "2026-04-20T11:30:00+09:00"
},
"reasonCode" : [
{
"text" : "가정용 인공호흡기 사용 중 정기 외래 추적 및 호흡 상태 평가"
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/DaType2HospPrimaryCondition"
},
"use" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "CC",
"display" : "Chief complaint"
}
]
}
},
{
"condition" : {
🔗 "reference" : "Condition/DaType2HospSecondaryCondition"
},
"use" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "CM",
"display" : "Comorbidity diagnosis"
}
]
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/janusync-organization-example"
}
}