{
  "resourceType" : "Condition",
  "id" : "janusync-condition-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"]
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
      "code" : "진단"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8",
      "code" : "G47.0",
      "display" : "Disorders of initiating and maintaining sleep [insomnias]"
    }]
  },
  "subject" : {
    "reference" : "Patient/janusync-patient-example"
  },
  "encounter" : {
    "reference" : "Encounter/janusync-encounter-amb-example"
  },
  "recordedDate" : "2000-01-01T14:05:00+09:00"
}