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" : "DaType5HospExpireNoteObservationExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"
]
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "47046-8",
"display" : "Summary of death note"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-deidentified-patient-example"
},
"effectiveDateTime" : "2026-05-10",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "81954-0",
"display" : "Date of death [Date]"
}
]
},
"valueDateTime" : "2026-05-10"
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "69453-9",
"display" : "Cause of death"
}
]
},
"valueString" : "수술 후 합병증"
}
]
}