HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Mục tiêu điều trị — Kiểm soát huyết áp

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


<Goal xmlns="http://hl7.org/fhir">
  <id value="ExampleGoalBloodPressureControl"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-goal"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal ExampleGoalBloodPressureControl</b></p><a name="ExampleGoalBloodPressureControl"> </a><a name="hcExampleGoalBloodPressureControl"> </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-goal.html">Mục tiêu điều trị VN Core — VN Core Goal Profile</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title="Codes:">Quản lý bệnh mạn tính</span></p><p><b>description</b>: <span title="Codes:">Kiểm soát huyết áp &lt; 140/90 mmHg trong vòng 3 tháng</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></td><td>&lt;140 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></td><td>2026-06-19</td></tr></table><p><b>expressedBy</b>: <a href="Practitioner-ExamplePractitionerBSCKII.html">BS CKII Nguyễn Thị Lan</a></p></div>
  </text>
  <lifecycleStatus value="active"/>
  <category>
    <text value="Quản lý bệnh mạn tính"/>
  </category>
  <description>
    <text value="Kiểm soát huyết áp &lt; 140/90 mmHg trong vòng 3 tháng"/>
  </description>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </subject>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="140"/>
      <comparator value="&lt;"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </detailQuantity>
    <dueDate value="2026-06-19"/>
  </target>
  <expressedBy>🔗 
    <reference value="Practitioner/ExamplePractitionerBSCKII"/>
    <display value="BS CKII Nguyễn Thị Lan"/>
  </expressedBy>
</Goal>