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

: janusync-condition-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "janusync-condition-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition janusync-condition-example</b></p><a name=\"janusync-condition-example\"> </a><a name=\"hcjanusync-condition-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-condition.html\">JanuSync Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types 진단}\">진단</span></p><p><b>code</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8 G47.0}\">Disorders of initiating and maintaining sleep [insomnias]</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-janusync-encounter-amb-example.html\">Encounter: extension = 재진; status = finished; class = ambulatory (ActCode#AMB); period = 2000-01-01 14:00:00+0900 --&gt; (ongoing)</a></p><p><b>recordedDate</b>: 2000-01-01 14:05:00+0900</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "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"
}