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ụ: Tiền sử gia đình — Bố mắc tăng huyết áp

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


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="ExampleFamilyMemberHistoryHypertension"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-family-member-history"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory ExampleFamilyMemberHistoryHypertension</b></p><a name="ExampleFamilyMemberHistoryHypertension"> </a><a name="hcExampleFamilyMemberHistoryHypertension"> </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-family-member-history.html">Tiền sử gia đình VN Core — VN Core FamilyMemberHistory Profile</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">Bố ruột</span></p><p><b>sex</b>: <span title="Codes:{http://hl7.org/fhir/administrative-gender male}">Male</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 I10}">Tăng huyết áp nguyên phát</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 E11}">Đái tháo đường type 2</span></p></blockquote></div>
  </text>
  <status value="completed"/>
  <patient>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="FTH"/>
      <display value="father"/>
    </coding>
    <text value="Bố ruột"/>
  </relationship>
  <sex>
    <coding>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <code value="male"/>
      <display value="Male"/>
    </coding>
  </sex>
  <condition>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <code value="I10"/>
        <display value="Essential (primary) hypertension"/>
      </coding>
      <text value="Tăng huyết áp nguyên phát"/>
    </code>
  </condition>
  <condition>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <code value="E11"/>
        <display value="Type 2 diabetes mellitus"/>
      </coding>
      <text value="Đái tháo đường type 2"/>
    </code>
  </condition>
</FamilyMemberHistory>