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" : "DaType5HospDiagnosticResultObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"
]
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
"code" : "postop-diagnostic-result",
"display" : "수술 후 검사"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/DaType5HospEncounter"
},
"effectiveDateTime" : "2026-05-03T09:00:00+09:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.cbc.wbc",
"display" : "WBC"
}
]
},
"valueQuantity" : {
"value" : 6.5,
"unit" : "10^3/uL",
"system" : "http://unitsofmeasure.org",
"code" : "10*3/uL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.cbc.hct",
"display" : "Hct"
}
]
},
"valueQuantity" : {
"value" : 42.1,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.cbc.hgb",
"display" : "Hb(Hgb)"
}
]
},
"valueQuantity" : {
"value" : 13.8,
"unit" : "g/dL",
"system" : "http://unitsofmeasure.org",
"code" : "g/dL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.cbc.plt",
"display" : "PLT"
}
]
},
"valueQuantity" : {
"value" : 251,
"unit" : "10^3/uL",
"system" : "http://unitsofmeasure.org",
"code" : "10*3/uL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.crp",
"display" : "CRP"
}
]
},
"valueQuantity" : {
"value" : 0.32,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.tbil",
"display" : "T.b"
}
]
},
"valueQuantity" : {
"value" : 0.78,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.ast",
"display" : "AST"
}
]
},
"valueQuantity" : {
"value" : 28,
"unit" : "U/L",
"system" : "http://unitsofmeasure.org",
"code" : "U/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.alt",
"display" : "ALT"
}
]
},
"valueQuantity" : {
"value" : 24,
"unit" : "U/L",
"system" : "http://unitsofmeasure.org",
"code" : "U/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.amylase",
"display" : "Amylase"
}
]
},
"valueQuantity" : {
"value" : 82,
"unit" : "U/L",
"system" : "http://unitsofmeasure.org",
"code" : "U/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.lipase",
"display" : "Lipase"
}
]
},
"valueQuantity" : {
"value" : 36,
"unit" : "U/L",
"system" : "http://unitsofmeasure.org",
"code" : "U/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.bun",
"display" : "BUN"
}
]
},
"valueQuantity" : {
"value" : 14.7,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.creatinine",
"display" : "Creatinine"
}
]
},
"valueQuantity" : {
"value" : 0.86,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.na",
"display" : "Na"
}
]
},
"valueQuantity" : {
"value" : 140,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.chem.k",
"display" : "K"
}
]
},
"valueQuantity" : {
"value" : 4.2,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.gas.ph",
"display" : "pH"
}
]
},
"valueQuantity" : {
"value" : 7.4,
"unit" : "pH",
"system" : "http://unitsofmeasure.org",
"code" : "[pH]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.gas.hco3",
"display" : "HCO3"
}
]
},
"valueQuantity" : {
"value" : 24.1,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.blood.gas.lactate",
"display" : "Lactic acid"
}
]
},
"valueQuantity" : {
"value" : 1.3,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.drain.hemovac.amylase",
"display" : "Hemovac drain fluid amylase"
}
]
},
"valueQuantity" : {
"value" : 120,
"unit" : "U/L",
"system" : "http://unitsofmeasure.org",
"code" : "U/L"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
"code" : "lab.drain.hemovac.triglyceride",
"display" : "Hemovac drain fluid triglyceride"
}
]
},
"valueQuantity" : {
"value" : 87,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
}
]
}