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ụ: Giấy chuyển viện — Nghi viêm cơ tim cấp

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


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleServiceRequestReferral"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request"/>
  </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: ServiceRequest ExampleServiceRequestReferral</b></p><a name="ExampleServiceRequestReferral"> </a><a name="hcExampleServiceRequestReferral"> </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-service-request.html">Yêu cầu DVKT/Cận lâm sàng VN Core — VN Core ServiceRequest Profile</a></p></div><p><b>Hình thức chuyển tuyến — Referral Mode Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs 2}">Chuyển đến từ tuyến dưới</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs KHAM}">Khám chuyên khoa</span></p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title="Codes:">Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>authoredOn</b>: 2026-04-20 15:00:00+0700</p><p><b>requester</b>: <a href="Organization-ExampleOrganizationTramYTe.html">Trạm Y tế phường Ngọc Hà</a></p><p><b>performer</b>: <a href="Organization-ExampleOrganizationChoRay.html">Bệnh viện Chợ Rẫy</a></p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 I40.9}">Nghi viêm cơ tim cấp — chưa xác định</span></p><p><b>note</b>: </p><blockquote><div><p>Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn.</p>
</div></blockquote></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs"/>
        <code value="2"/>
        <display value="Chuyển đến từ tuyến dưới"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs"/>
      <code value="KHAM"/>
      <display value="Khám chuyên khoa"/>
    </coding>
  </category>
  <priority value="urgent"/>
  <code>
    <text value="Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)"/>
  </code>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </subject>
  <authoredOn value="2026-04-20T15:00:00+07:00"/>
  <requester>🔗 
    <reference value="Organization/ExampleOrganizationTramYTe"/>
    <display value="Trạm Y tế phường Ngọc Hà"/>
  </requester>
  <performer>🔗 
    <reference value="Organization/ExampleOrganizationChoRay"/>
    <display value="Bệnh viện Chợ Rẫy"/>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="I40.9"/>
      <display value="Acute myocarditis, unspecified"/>
    </coding>
    <text value="Nghi viêm cơ tim cấp — chưa xác định"/>
  </reasonCode>
  <note>
    <text
          value="Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn."/>
  </note>
</ServiceRequest>