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

: DaType1HospThirdCondition - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "DaType1HospThirdCondition",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"
    ]
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "provisional"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
          "code" : "진단",
          "display" : "진단"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8",
        "code" : "O36.6",
        "display" : "Maternal care for excessive fetal growth"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/DaType1HospInitialEncounterExample"
  },
  "recordedDate" : "2026-04-10T09:00:00+09:00"
}