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-01 - XML Representation

Page standards status: Informative

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="krcore-encounter-example-01"/>
  <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-01</b></p><a name="krcore-encounter-example-01"> </a><a name="hckrcore-encounter-example-01"> </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-01</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-AMB">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner 김의사</a></td></tr></table><p><b>period</b>: 2023-04-30 --&gt; (ongoing)</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-01"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <subject>🔗 
    <reference value="Patient/krcore-patient-example-01"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/krcore-medicaldoctor-example-01"/>
    </individual>
  </participant>
  <period>
    <start value="2023-04-30"/>
  </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>