HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ (Edge Case): Lượt khám nhập sai do nhầm bệnh nhân trùng tên

Bản thô xml | Tải xuống


<Encounter xmlns="http://hl7.org/fhir">
  <id value="ExampleEncounterEnteredInError"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi"><p class="res-header-id"><b>Generated Narrative: Encounter ExampleEncounterEnteredInError</b></p><a name="ExampleEncounterEnteredInError"> </a><a name="hcExampleEncounterEnteredInError"> </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">Language: vi</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-vn-core-encounter.html">Lượt khám/nhập viện VN Core — VN Core Encounter Profile</a></p></div><p><b>Mã lượt khám — Encounter Code Extension</b>: Mã lượt khám chữa bệnh/LK-2026-04-20-ERR-001</p><p><b>status</b>: Entered in Error</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>period</b>: 2026-04-20 09:00:00+0700 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-ExampleOrganizationChoRay.html">Bệnh viện Chợ Rẫy</a></p></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-encounter-code">
    <valueIdentifier>
      <type>
        <coding>
          <system
                  value="http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"/>
          <code value="MA_LUOT_KCB"/>
          <display value="Mã lượt khám chữa bệnh"/>
        </coding>
      </type>
      <system value="http://fhir.hl7.org.vn/core/sid/ma-luot-kcb"/>
      <value value="LK-2026-04-20-ERR-001"/>
    </valueIdentifier>
  </extension>
  <status value="entered-in-error"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </subject>
  <period>
    <start value="2026-04-20T09:00:00+07:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/ExampleOrganizationChoRay"/>
    <display value="Bệnh viện Chợ Rẫy"/>
  </serviceProvider>
</Encounter>