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" : "DaType5HospIntraopOutcomeObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-intraop-outcome-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" : "surgery-intraop-outcome",
"display" : "수술중 Outcome"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/DaType5HospEncounter"
},
"effectiveDateTime" : "2026-04-24T12:30:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "surgery.intraop.blood-loss",
"display" : "실혈양"
}
]
},
"valueQuantity" : {
"value" : 250,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "surgery.intraop.transfusion.performed",
"display" : "수혈여부"
}
]
},
"valueBoolean" : false
}
]
}