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ụ: Chưa tiêm do hết vaccine

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


<Immunization xmlns="http://hl7.org/fhir">
  <id value="ExampleImmunizationNotDone"/>
  <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 ExampleImmunizationNotDone</b></p><a name="ExampleImmunizationNotDone"> </a><a name="hcExampleImmunizationNotDone"> </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>: tcmr</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason OSTOCK}">Hết vaccine</span></p><p><b>vaccineCode</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}">Vaccine sởi theo lịch TCMR</span></p><p><b>patient</b>: <a href="Patient-ExamplePatientChildDependent.html">Nguyễn Minh Khôi</a></p><p><b>occurrence</b>: 2026-03-20 08:00:00+0700</p><p><b>primarySource</b>: true</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Organization-ExampleOrganizationTramYTe.html">Trạm Y tế phường Bến Thành</a></td></tr></table><p><b>fundingSource</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs ngan-sach}">Ngân sách nhà nước</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>Measles primary dose</td><td><span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}">Sởi</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="tcmr"/>
  </extension>
  <status value="not-done"/>
  <statusReason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="OSTOCK"/>
      <display value="product out of stock"/>
    </coding>
    <text value="Hết vaccine"/>
  </statusReason>
  <vaccineCode>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"/>
      <code value="measles"/>
      <display value="Sởi"/>
    </coding>
    <text value="Vaccine sởi theo lịch TCMR"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/ExamplePatientChildDependent"/>
    <display value="Nguyễn Minh Khôi"/>
  </patient>
  <occurrenceDateTime value="2026-03-20T08:00:00+07:00"/>
  <primarySource value="true"/>
  <performer>
    <actor>🔗 
      <reference value="Organization/ExampleOrganizationTramYTe"/>
      <display value="Trạm Y tế phường Bến Thành"/>
    </actor>
  </performer>
  <fundingSource>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs"/>
      <code value="ngan-sach"/>
      <display value="Ngân sách nhà nước"/>
    </coding>
  </fundingSource>
  <protocolApplied>
    <series value="Measles primary dose"/>
    <targetDisease>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"/>
        <code value="measles"/>
        <display value="Sởi"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="1"/>
  </protocolApplied>
</Immunization>