JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DaType1HospPregnancySummaryObservationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "DaType1HospPregnancySummaryObservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-pregnancy-summary-observation"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
        "code" : "pregnancy-summary",
        "display" : "임신 요약"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/DaType1HospInitialEncounterExample"
  },
  "effectiveDateTime" : "2026-04-20T11:05:00+09:00",
  "interpretation" : [
    {
      "coding" : [
        {
          "code" : "summary"
        }
      ]
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.edd"
          }
        ],
        "text" : "예정분만일"
      },
      "valueDateTime" : "2026-08-20"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.pre-pregnancy-weight"
          }
        ],
        "text" : "임신 전 체중"
      },
      "valueQuantity" : {
        "value" : 54.2,
        "unit" : "kg",
        "system" : "http://unitsofmeasure.org",
        "code" : "kg"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.gravidity"
          }
        ],
        "text" : "임신횟수"
      },
      "valueInteger" : 3
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.parity"
          }
        ],
        "text" : "출산횟수"
      },
      "valueInteger" : 1
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.living"
          }
        ],
        "text" : "생존 자녀 수"
      },
      "valueInteger" : 1
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.abortion"
          }
        ],
        "text" : "유산횟수"
      },
      "valueInteger" : 1
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.fetus-count"
          }
        ],
        "text" : "태아수"
      },
      "valueInteger" : 1
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.hx.preterm"
          }
        ],
        "text" : "조산(37주 미만 분만) 병력 여부"
      },
      "valueBoolean" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.hx.cerclage"
          }
        ],
        "text" : "자궁경부봉축술 병력(S/P cerclage) 여부"
      },
      "valueBoolean" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.hx.myomectomy"
          }
        ],
        "text" : "자궁근종절제술 병력 여부"
      },
      "valueBoolean" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component",
            "code" : "ob.hx.c-section"
          }
        ],
        "text" : "제왕절개 분만 병력 여부"
      },
      "valueBoolean" : false
    }
  ]
}