KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

: krcore-encounter-example-02 - XML Representation

Page standards status: Informative

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="krcore-encounter-example-02"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter krcore-encounter-example-02</b></p><a name="krcore-encounter-example-02"> </a><a name="hckrcore-encounter-example-02"> </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-krcore-encounter.html">KR Core Encounter Profile</a></p></div><p><b>KR Core Insurance Types Extension</b>: <span title="Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types 4}">건강보험</span></p><p><b>identifier</b>: <code>urn:oid:1.2.3.4.5.6</code>/example-encounter-id-02</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 183806006}">Inpatient stay 8 days (finding)</span></p><p><b>subject</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}">primary performer</span></p><p><b>individual</b>: <a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner 김의사</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PART}">Participation</span></p><p><b>individual</b>: <a href="Practitioner-krcore-nurse-example-01.html">Practitioner 전진현</a></p></blockquote><p><b>period</b>: 2025-05-21 --&gt; 2025-05-29</p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-krcore-condition-encounter-diagnosis-example-01.html">Condition 요관의 결석</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-krcore-healthcare-organization-example-01.html">Organization 한국병원</a></p></div>
  </text>
  <extension
             url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types"/>
        <code value="4"/>
        <display value="건강보험"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="urn:oid:1.2.3.4.5.6"/>
    <value value="example-encounter-id-02"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="183806006"/>
      <display value="Inpatient stay 8 days (finding)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/krcore-patient-example-01"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <individual>🔗 
      <reference value="Practitioner/krcore-medicaldoctor-example-01"/>
    </individual>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PART"/>
        <display value="Participation"/>
      </coding>
    </type>
    <individual>🔗 
      <reference value="Practitioner/krcore-nurse-example-01"/>
    </individual>
  </participant>
  <period>
    <start value="2025-05-21"/>
    <end value="2025-05-29"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference
                 value="Condition/krcore-condition-encounter-diagnosis-example-01"/>
    </condition>
  </diagnosis>
  <serviceProvider>🔗 
    <reference
               value="Organization/krcore-healthcare-organization-example-01"/>
  </serviceProvider>
</Encounter>