HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Tiêm chủng dịch vụ vaccine cúm

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


<Immunization xmlns="http://hl7.org/fhir">
  <id value="ExampleImmunizationVoluntary"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization ExampleImmunizationVoluntary</b></p><a name="ExampleImmunizationVoluntary"> </a><a name="hcExampleImmunizationVoluntary"> </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-vn-core-immunization.html">Tiêm chủng — VN Core Immunization</a></p></div><p><b>Loại chương trình tiêm chủng — Vietnam Immunization Program Type Extension</b>: dich-vu</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs influenza}, {http://hl7.org/fhir/sid/cvx 140}">Vaccine cúm mùa</span></p><p><b>patient</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href="Encounter-ExampleEncounterOutpatient.html">Encounter: extension = Khám chữa bệnh ban đầu; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>occurrence</b>: 2026-10-01 14:30:00+0700</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: FLU-2026-VN-019</p><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href="Organization-ExampleOrganizationPrivateClinic.html">Phòng khám Đa khoa An Bình</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href="Practitioner-ExamplePractitionerMinimal.html">Trần Văn Minh</a></p></blockquote><p><b>fundingSource</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs tu-phi}">Tự chi trả</span></p><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style="display: none">*</td><td>Annual influenza vaccination</td><td><span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs influenza}">Cúm</span></td><td>1</td></tr></table></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type">
    <valueCode value="dich-vu"/>
  </extension>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"/>
      <code value="influenza"/>
      <display value="Cúm"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="140"/>
      <display value="Influenza, split virus, trivalent, PF"/>
    </coding>
    <text value="Vaccine cúm mùa"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </patient>
  <encounter>🔗 
    <reference value="Encounter/ExampleEncounterOutpatient"/>
  </encounter>
  <occurrenceDateTime value="2026-10-01T14:30:00+07:00"/>
  <primarySource value="true"/>
  <lotNumber value="FLU-2026-VN-019"/>
  <performer>
    <actor>🔗 
      <reference value="Organization/ExampleOrganizationPrivateClinic"/>
      <display value="Phòng khám Đa khoa An Bình"/>
    </actor>
  </performer>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/ExamplePractitionerMinimal"/>
      <display value="Trần Văn Minh"/>
    </actor>
  </performer>
  <fundingSource>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs"/>
      <code value="tu-phi"/>
      <display value="Tự chi trả"/>
    </coding>
  </fundingSource>
  <protocolApplied>
    <series value="Annual influenza vaccination"/>
    <targetDisease>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"/>
        <code value="influenza"/>
        <display value="Cúm"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="1"/>
  </protocolApplied>
</Immunization>