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-imp-example - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="janusync-condition-imp-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition janusync-condition-imp-example</b></p><a name="janusync-condition-imp-example"> </a><a name="hcjanusync-condition-imp-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-imp-example.html">Encounter: extension = 2000-01-01 12:00:00+0900; status = in-progress; class = inpatient encounter (ActCode#IMP); 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>
  </text>
  <clinicalStatus>
    <coding>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"/>
      <code value="진단"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"/>
      <code value="G47.0"/>
      <display
               value="Disorders of initiating and maintaining sleep [insomnias]"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/janusync-encounter-imp-example"/>
  </encounter>
  <recordedDate value="2000-01-01T14:05:00+09:00"/>
</Condition>